diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-07 09:06:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-07 09:06:35 +0300 |
| commit | 4185a422395bfe9d40c6f934fd56663d223bf782 (patch) | |
| tree | 824096882989869fd65643b45c49a6c5bae11b00 /internal/version.go | |
| parent | 627485ecf12991c08340c69c999a117dfb24eebb (diff) | |
feat: show task summary in fish shell autocompletion for alias IDsv0.29.0
The complete-uuids command now emits tab-separated "selector\tdescription"
lines so fish shell displays the first 60 chars of the task description
alongside each alias/UUID in the autocompletion menu. The
__ask_add_dependency_modifiers fish function is updated to strip the
description field before matching and building depends: completions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index b9f06e0..f2804f2 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ // Package internal provides the Hexai semantic version identifier used by CLI and LSP binaries. package internal -const Version = "0.28.2" +const Version = "0.29.0" |
