summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-22ask: fix CLI commands to use correct Taskwarrior argument formatsv0.25.2Paul Buetow
2026-03-22ask: add ready command to list READY tasks (not blocked)Paul Buetow
2026-03-22ask: default to list, add ask all for complete task visibilityPaul Buetow
2026-03-22docs: update README and usage.md with new ask subcommandsPaul Buetow
2026-03-22cmd/ask: wire to askcli.Dispatch, remove taskproxy passthroughPaul Buetow
2026-03-22gitignore: add /ask binaryPaul Buetow
2026-03-22internal/askcli: support priority:X and +tag args in ask addPaul Buetow
2026-03-22Implement 'ask info' and 'ask add' subcommandsPaul Buetow
2026-03-22Implement 'ask list' subcommand: parse export JSON, sort by priority/urgency,...Paul Buetow
2026-03-22Implement 'ask dep add/rm/list' subcommandsPaul Buetow
2026-03-22Implement 'ask urgency' subcommand: export tasks, sort by urgency descending,...Paul Buetow
2026-03-22Implement write subcommands: annotate, start, stop, done, priority, tag, modi...Paul Buetow
2026-03-22Implement 'ask delete' subcommand: forward to Taskwarrior, suppress output, p...Paul Buetow
2026-03-22Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatterPaul Buetow
2026-03-22Add skill migration and Taskwarrior leakage audit to ask wrapper planPaul Buetow
2026-03-22Add modify, denotate, and start field to ask wrapper planPaul Buetow
2026-03-22Add delete, export, and list filter/sort/limit to ask wrapper planPaul Buetow
2026-03-22Add plan document for ask UUID-only Taskwarrior wrapperPaul Buetow
2026-03-22Remove 'hexai task' references from docsPaul Buetow
2026-03-22Remove 'hexai task' subcommand; task management is fully handled by the 'ask'...Paul Buetow
2026-03-20Bump version to 0.25.1v0.25.1Paul Buetow
2026-03-19Bump version to 0.25.0v0.25.0Paul Buetow
2026-03-19Add ask Taskwarrior wrapperPaul Buetow
2026-03-19Add hexai task proxy dispatch testsPaul Buetow
2026-03-19Add Taskwarrior task proxy subcommandPaul Buetow
2026-03-19Improve actionable error guidancePaul Buetow
2026-03-19Inject runner dependencies across CLI, action, and LSPPaul Buetow
2026-03-17Release v0.24.2v0.24.2Paul Buetow
2026-03-17Fix bugs, remove duplication, and clean up code quality issuesPaul Buetow
2026-03-16Release v0.24.1v0.24.1Paul Buetow
2026-03-16Strengthen LLM stats counter tests with value assertionsPaul Buetow
2026-03-16Fix byte vs UTF-16 indexing in LSP position handlingPaul Buetow
2026-03-16Extract LLM stats counters into llmStatsSubsystemPaul Buetow
2026-03-16Document lock ordering, fix test data races, correct stateMu guardPaul Buetow
2026-03-16Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callersPaul Buetow
2026-03-16Track fire-and-forget goroutines with sync.WaitGroup for clean shutdownPaul Buetow
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-16Make deferShowDocument respect serverCtx for graceful shutdownPaul Buetow
2026-03-16Use atomic.Int64 for LLM stats counters instead of server-wide mutexPaul Buetow
2026-03-16Address review: add zero-temp test, remove unused surface parameterPaul Buetow
2026-03-16Centralize GPT-5 temperature override into llmutils.ResolveTemperaturePaul Buetow
2026-03-16Add bounds checks to extractRangeText and split into helper functionsPaul Buetow
2026-03-16Use read lock for cache misses in completionState.cacheGetPaul Buetow
2026-03-16Rename timeout helpers to match actual durations (timeout20s, timeout18s)Paul Buetow
2026-03-16Replace interface{} with any in LSP typesPaul Buetow
2026-03-16Use filepath.Join instead of fmt.Sprintf for path constructionPaul Buetow
2026-03-16Add doc comments to exported types and functionsPaul Buetow
2026-03-16Split mcp/server.go (962L) into server, handlers_prompt, handlers_toolPaul Buetow
2026-03-16Split config_load.go into config_load.go and config_env.goPaul Buetow
2026-03-16Merge runOnce and runOnceWithOpts in hexaiaction/prompts.goPaul Buetow