diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 22:54:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 22:54:14 +0300 |
| commit | 2bc565ff006fa599b8feff027b0f96ff647a006a (patch) | |
| tree | d0774769b5ef9c64bb7a76c55f201f9cee608deb /README.md | |
| parent | ea9e7c0225f6af8179890516b5ce9d511dadb234 (diff) | |
release: v0.30.0v0.30.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,8 +17,10 @@ It has got improved capabilities for Go code understanding (for example, create - Entrypoint: `do` (the binary was formerly named `ask`; use `do` in scripts and documentation) - Auto-scopes to `project:<repo> +agent` (derived from git repo root) - Override the project explicitly with `do proj:<name> <subcommand...>` - - Never exposes numeric task IDs — uses UUIDs only - - Machine-friendly output: UUID-only tables, suppressed decorative text + - Prefixes can be combined, for example `do proj:<name> na <subcommand...>` + - Never exposes numeric task IDs; human-facing output uses stable alias IDs + - `do info` hides raw UUIDs unless `HEXAI_DEBUG` is set + - Machine-friendly output with suppressed decorative text - Subcommands: `do add`, `do list`, `do info`, `do annotate`, `do start`, `do stop`, `do done`, `do priority`, `do tag`, `do dep`, `do urgency`, `do modify`, `do denotate`, `do delete`, `do fish`, `do help` - Fish completion generator: `do fish` * Parallel completions and CLI responses from multiple providers/models for side-by-side comparison |
