| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-08 | Rename task CLI from ask to do | Paul Buetow | |
| - Move cmd/ask to cmd/do; mage BuildDo builds binary named do - Update askcli help text, errors, Fish completion (complete -c do, __do_*) - Task alias cache path: XDG cache hexai/do/task-aliases-v2.json - Refresh README and docs; go install path cmd/do@latest - Remove accidentally tracked cmd/ask build artifact; ignore cmd/do/do and cmd/do/ask Made-with: Cursor | |||
| 2026-03-27 | release: v0.27.2v0.27.2 | Paul Buetow | |
| 2026-03-26 | ask: silence rc.confirmation override banner | Paul Buetow | |
| 2026-03-23 | fix: prevent ask add from swallowing tags into descriptions, add ↵v0.25.11 | Paul Buetow | |
| rc.confirmation=off parseAddArgs now rejects args that start with '+'/'-' but contain spaces as modifiers — those are description text, not tags (tags cannot have spaces). This prevents agents from quoting tag+description together and having the tag silently land in the task description with no tag applied. Also removed the fallthrough that duplicated all-modifier args as description. Added rc.confirmation=off to every taskwarrior invocation so that write operations (done, delete, start, etc.) succeed non-interactively when stdin is unavailable (as is always the case when called from an agent). Bump version to v0.25.11. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-22 | Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatter | Paul Buetow | |
