| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-07 | update gitignore | Paul Buetow | |
| 2025-09-07 | chore: ignore hexai-tmux-action binary and stop tracking it | Paul Buetow | |
| 2025-09-07 | chore: stop tracking ./tmp and ignore it going forward | Paul Buetow | |
| 2025-09-07 | chore: stop tracking bin/hexai and ignore bin/ | Paul Buetow | |
| 2025-09-07 | chore: stop tracking .gocache* and ignore going forward | Paul Buetow | |
| 2025-09-07 | tiding up | Paul Buetow | |
| 2025-09-06 | update gitignore | Paul Buetow | |
| 2025-09-04 | tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and ↵ | Paul Buetow | |
| helper tests; ignore coverage artifacts | |||
| 2025-09-03 | add coverage files | Paul Buetow | |
| 2025-09-03 | chore: update project status and ignore patterns; remove TODO.md | Paul Buetow | |
| 2025-08-22 | chore: ignore hexai-lsp binary | Paul Buetow | |
| 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 | 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-14 | feat(lsp): scaffold barebones LSP server with contextual completion; add ↵ | Paul Buetow | |
| Taskfile and AGENTS.md; enable -log context logging | |||
