summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-08-16logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire ↵Paul Buetow
through llm.SetLogPreviewLimit; document in README
2025-08-16cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; ↵Paul Buetow
update README flags table
2025-08-16cmd: support HEXAI_CONTEXT_MODE env fallback for -context-mode; update ↵Paul Buetow
README flags table and usage
2025-08-16lsp: 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
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP ↵Paul Buetow
completion integration with TextEdit, param-aware prompts; remove idle gating; label/filter improvements; docs update
2025-08-03more on thisPaul Buetow
2025-08-01add readmePaul Buetow