summaryrefslogtreecommitdiff
path: root/internal/version.go
AgeCommit message (Expand)Author
2025-08-20chore: bump version to v0.1.1v0.1.1Paul Buetow
2025-08-17feat: Support XDG config homePaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17chore(release): bump version to 0.1.0v0.1.0Paul Buetow
2025-08-17chore: bump version to 0.0.3v0.0.3Paul Buetow
2025-08-16feat(logging): add LLM stats (averages and per-minute)v0.0.2Paul Buetow
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...Paul Buetow
2025-08-14feat(lsp): scaffold barebones LSP server with contextual completion; add Task...Paul Buetow