summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-06-11appconfig: split FeatureConfig into cohesive per-subsystem structsPaul Buetow
2026-06-11Fix unsafe time.Timer.Reset on active timers in runlock and filelockPaul Buetow
2026-06-11Fix LSP panic: bounds-check stale line index in async chat applyPaul Buetow
2026-06-11Thread context.Context through blocking I/O entry pointsPaul Buetow
2026-06-11llm: add compile-time interface checks for all providersPaul Buetow
2026-06-11Consolidate LLM timeout/retry/breaker values into policy packagePaul Buetow
2026-06-11Extract shared chatrun package to eliminate chat-runner DRY violationsPaul Buetow
2026-06-11llm: return concrete client types from provider constructorsPaul Buetow
2026-06-11Refactor lsp.Server God Object: extract chat and completion subsystemsPaul Buetow
2026-06-11Add retry and circuit-breaker resilience around LLM HTTP calls (ak0)Paul Buetow
2026-06-10Replace panics with returned errors in llm.RegisterProviderPaul Buetow
2026-06-10Fix mixed receivers on commandTable typePaul Buetow
2026-06-10lsp: rename 'close' return to 'closeStr' in inlineMarkers to avoid shadowing ...Paul Buetow
2026-06-09v0.41.1v0.41.1Paul Buetow
2026-06-06Add 'ask edit ID' to edit task description in $EDITOR; bump to 0.41.0v0.41.0Paul Buetow
2026-06-05Add 'ask edit' subcommand and collapse multi-line task descriptionsv0.40.0Paul Buetow
2026-05-31Bump version to 0.39.5v0.39.5Paul Buetow
2026-05-31ask: fix watch output to match regular commands by preserving terminal width ...Paul Buetow
2026-05-31ask: add completed sub-command to list completed tasksPaul Buetow
2026-05-29chore: bump version to 0.39.4v0.39.4Paul Buetow
2026-05-29fix(askcli): use real TAB split in fish dependency completionPaul Buetow
2026-05-29askcli: prevent stale-lock inode split during contentionPaul Buetow
2026-05-29askcli: keep ask add successful when alias assignment failsPaul Buetow
2026-05-27Fix mage coverage refreshv0.39.30.39.3Paul Buetow
2026-05-26chore: bump version to 0.39.2v0.39.2Paul Buetow
2026-05-26feat(askcli): add projects subcommandPaul Buetow
2026-05-26fix(lsp): stop timer leak in deferShowDocumentPaul Buetow
2026-05-26build: bump minimum Go version to 1.24.0Paul Buetow
2026-05-26feat(askcli): add watch subcommandPaul Buetow
2026-05-20Bump version to 0.39.1v0.39.1Paul Buetow
2026-05-20test(yousearch): add unit tests; allow base URL override for testsPaul Buetow
2026-05-20Bump version to 0.39.0v0.39.0Paul Buetow
2026-05-20Add YouSearch (You.com Research API) provider integrationPaul Buetow
2026-05-04Bump version to 0.38.5v0.38.5Paul Buetow
2026-05-04askcli: serialize task alias cache writes to fix concurrent rename racePaul Buetow
2026-05-02Drop hexai edit; document hexai config only.v0.38.4Paul Buetow
2026-05-01Bump version to 0.38.3v0.38.3Paul Buetow
2026-05-01Bump version to 0.38.2v0.38.2Paul Buetow
2026-04-26Bump version to 0.38.1v0.38.1Paul Buetow
2026-04-26test: bring every package above the 80% coverage targetPaul Buetow
2026-04-26Bump version to 0.38.0v0.38.0Paul Buetow
2026-04-26feat: default to Ollama Cloud (kimi-k2.6) when no provider configuredPaul Buetow
2026-04-26Bump version to 0.37.0v0.37.0Paul Buetow
2026-04-26feat: optional API key for Ollama provider (Ollama Cloud)Paul Buetow
2026-04-25Bump version to 0.36.0v0.36.0Paul Buetow
2026-04-25feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]Paul Buetow
2026-04-25Release v0.35.0: fix-typos action and tmux popup for hexai-tmux-actionv0.35.0Paul Buetow
2026-04-22Bump version to 0.34.0v0.34.0Paul Buetow
2026-04-22Fix ask default add dispatch for w7Paul Buetow
2026-04-13Release v0.33.0: ask dependency UX and start gatingv0.33.0Paul Buetow