| Age | Commit message (Collapse) | Author |
|
- Add trigger_characters to JSON config and ServerOptions
- Store on server and advertise in initialize
- Update README and example config
- Preserve previous defaults when unset
|
|
- 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.
|
|
README and logs
|
|
consistent colors/prefix; refactor LLM provider to use global logger and remove per-client loggers
|
|
duplicate color constants from openai.go
|
|
through llm.SetLogPreviewLimit; document in README
|
|
cyan/green coloring and base black/grey styling
|
|
base on all messages; ensure colored segments return to base style
|
|
for received content preview, red for errors; print real newlines
|
|
(%q) for better readability
|
|
completion integration with TextEdit, param-aware prompts; remove idle gating; label/filter improvements; docs update
|