2 Open Issues Need Help Last updated: Feb 22, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes consolidating hardcoded values for the daemon address (`127.0.0.1:11435`), server address (`127.0.0.1:8000`), and default maximum tokens (`8000`) into a new `src/config/constants.rs` file. The goal is to improve maintainability by replacing multiple occurrences of these 'magic numbers' with named constants. A note also suggests considering a different daemon port to avoid conflict with Ollama.

Complexity: 1/5
good first issue technical-debt
good first issue technical-debt