| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-16 | fix(lsp): avoid duplicate assignment prefix in completions | Paul Buetow | |
| - Prompt: instruct model to only continue from cursor; do not repeat LHS already typed.\n- Add stripDuplicateAssignmentPrefix to drop duplicated 'name :=' or 'name =' when model repeats it.\n- Tests: cover := and = cases.\n- .gitignore: ignore built binary and go caches. | |||
| 2025-08-16 | feat(lsp): code action to rewrite selection with instruction detection | Paul Buetow | |
| - Adds textDocument/codeAction handler that rewrites the selected range.\n- Instruction preference: strict ;text; marker first, then //, #, -- line comments, then single-line block comments (/* */ and <!-- -->). Earliest in the selection wins.\n- Removes the matched instruction from the selection before sending to LLM.\n- README: document code action workflow and instruction formats. | |||
| 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(cli): simplify flags to -log and -version; add JSON config with env ↵ | Paul Buetow | |
| precedence; update README | |||
| 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 | llm: centralize ANSI color and logging helpers in logging.go; remove ↵ | Paul Buetow | |
| duplicate color constants from openai.go | |||
| 2025-08-16 | context: log when full-file/window context is skipped because document is ↵ | Paul Buetow | |
| not open; add -no-disk-io flag with HEXAI_NO_DISK_IO env; plumb through server | |||
| 2025-08-16 | logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire ↵ | Paul Buetow | |
| through llm.SetLogPreviewLimit; document in README | |||
| 2025-08-16 | llm/openai: log full message and response content without truncation; keep ↵ | Paul Buetow | |
| cyan/green coloring and base black/grey styling | |||
| 2025-08-16 | cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; ↵ | Paul Buetow | |
| update README flags table | |||
| 2025-08-16 | cmd: support HEXAI_CONTEXT_MODE env fallback for -context-mode; update ↵ | Paul Buetow | |
| README flags table and usage | |||
| 2025-08-16 | llm/openai: switch sending color to cyan; enforce black background + grey ↵ | Paul Buetow | |
| base on all messages; ensure colored segments return to base style | |||
| 2025-08-16 | llm/openai: colorize logs — blue for outgoing context (messages), green ↵ | Paul Buetow | |
| for received content preview, red for errors; print real newlines | |||
| 2025-08-16 | llm/openai: log previews with real newlines (%s) instead of quoted strings ↵ | Paul Buetow | |
| (%q) for better readability | |||
| 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 | |||
| 2025-08-16 | llm: 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-14 | Revert "feat(lsp): gate completion by context — require preceding space ↵ | Paul Buetow | |
| and >=2s idle since last change; add logging for gating decisions" This reverts commit eb0bb96fd23cae6e92c5f8d77ef29db8b6d50dc1. | |||
| 2025-08-14 | feat(lsp): gate completion by context — require preceding space and >=2s ↵ | Paul Buetow | |
| idle since last change; add logging for gating decisions | |||
| 2025-08-14 | feat(lsp): scaffold barebones LSP server with contextual completion; add ↵ | Paul Buetow | |
| Taskfile and AGENTS.md; enable -log context logging | |||
| 2025-08-03 | Paul Buetow | ||
| 2025-08-03 | Paul Buetow | ||
| 2025-08-02 | more ideas | Paul Buetow | |
| 2025-08-01 | addin ideas | Paul Buetow | |
| 2025-08-01 | add readme | Paul Buetow | |
