summaryrefslogtreecommitdiff
path: root/internal/llm
AgeCommit message (Expand)Author
2026-03-19Improve actionable error guidancePaul Buetow
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-16Add doc comments to exported types and functionsPaul Buetow
2026-03-02llm: extract shared doJSON and logStart helpers (task 409)Paul Buetow
2026-03-02llm: add provider registry and self-registration factories (task 410)Paul Buetow
2026-02-06Remove GitHub Copilot provider supportpaul@buetow.org
2026-02-06fix: add missing Anthropic and OpenRouter provider support in config and LSPpaul@buetow.org
2026-01-31feat: add configurable request timeout for LLM callsFlorian
2026-01-30feat: add completion_wait_all config and fix Anthropic system messagesPaul Buetow
2026-01-29refactor: apply code style best practices to Anthropic implementationPaul Buetow
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-11-03Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3Paul Buetow
2025-11-02some linter fixesPaul Buetow
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-19fixPaul Buetow
2025-09-17chore(openai): revert default model to gpt-4.1Paul Buetow
2025-09-17feat(openai): set default model to gpt-4oPaul Buetow
2025-09-17chore: commit uncommitted changes before version bumpPaul Buetow
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1Paul Buetow
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-06more testsPaul Buetow
2025-09-06use gofumptPaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-05tests: add more negative provider cases and table-driven LSP coverage; assert...Paul Buetow
2025-09-04tests: add more table-driven cases and negative provider tests; update reportPaul Buetow
2025-09-04tests: expand negative SSE and table-driven coverage; add docs/testing.md; us...Paul Buetow
2025-09-04tests: add negative SSE test, table-driven refactors, and use shared fixtures...Paul Buetow
2025-09-04tests: add shared test fixtures, expand provider breadth (multi-choice, error...Paul Buetow
2025-09-04tests(llm): raise coverage to >=80%\n- Add OpenAI/Copilot HTTP success + stre...Paul Buetow
2025-09-04tests(llm): add OpenAI and Copilot HTTP tests (success + token/error paths); ...Paul Buetow
2025-09-04tests(lsp,llm): add helper and factory tests to raise coverage modestly; cont...Paul Buetow
2025-09-04llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ...Paul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-28copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0Paul Buetow
2025-08-22remove busy checkPaul Buetow
2025-08-19chore: commit pending changes in status, LSP, and Ollama modulesPaul Buetow
2025-08-19llm/copilot: add required headers and update default model\n\n- Send X-GitHub...Paul Buetow
2025-08-18hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...Paul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17refactor(ordering): place constructors immediately after type definitions as ...Paul Buetow
2025-08-17refactor(ordering): types/constants first; exported before private; ensure co...Paul Buetow
2025-08-17logging: move ChatLogger to value semantics; llm: switch clients to value rec...Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17review changesPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17cli: stream responses in hexai when supported (OpenAI, Ollama)Paul Buetow
2025-08-17llm: add GitHub Copilot providerPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow