| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-16 | refactor(config): drop env-based config (except OPENAI_API_KEY) | Paul Buetow | |
| - Switch to config-file-only; only OPENAI_API_KEY read from env.\n- llm: replace env autodetect with Config + NewFromConfig; add newOpenAI/newOllama.\n- lsp: NewServer now accepts injected llm.Client.\n- cli: remove env overrides; extend appConfig with provider-specific fields; build client from config + OPENAI_API_KEY.\n- docs: update README (config-only, defaults to OpenAI, minimal example); simplify flags table.\n- add config.json.example.\n- prompts: enforce ;text; (no spaces) and add ;;text; to remove entire line; tests added. | |||
| 2025-08-16 | feat(logging): add LLM stats (averages and per-minute)v0.0.2 | Paul Buetow | |
| 2025-08-16 | feat(logging): add LLM stats averages and per-minute metrics | Paul Buetow | |
| 2025-08-16 | feat(llm): add Ollama provider + provider selection and CLI override; update ↵v0.0.1 | Paul Buetow | |
| README and logs | |||
| 2025-08-16 | lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; ↵ | Paul Buetow | |
| update tests | |||
| 2025-08-16 | revert: remove newline-after-colon insertion behavior and its tests | Paul Buetow | |
| 2025-08-16 | logging: migrate LSP logs to global singleton (internal/logging); use ↵ | Paul Buetow | |
| consistent colors/prefix; refactor LLM provider to use global logger and remove per-client loggers | |||
| 2025-08-16 | lsp: split monolithic server.go into modules; add configurable max tokens ↵ | Paul Buetow | |
| and context strategies (minimal|window|file-on-new-func|always-full); provide flags/env fallbacks; add unit tests for helpers and context; update README; remove obsolete files | |||
