index
:
hexai
feature/anthropic-api-provider
main
hexai is a LSP language server for the Helix editor (could be used for other editors, too) for interacting with AI.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
askcli
/
command_list.go
Age
Commit message (
Expand
)
Author
2026-03-27
664b9fe4: extract renderTaskList helper
Paul Buetow
2026-03-27
task 3a4c0f14-16ad-487f-af7c-bd99ee6464e6: use pointer Dispatcher receivers
Paul Buetow
2026-03-27
fix ask description width 84f1af4e-be84-4265-9df2-8f6932059913
Paul Buetow
2026-03-27
askcli: show task aliases in output (cd322ed1-882d-40e9-ab98-689acd5f161e)
Paul Buetow
2026-03-24
ask: add --json flag for machine-readable output
v0.25.12
Paul Buetow
2026-03-23
fix: code quality improvements across lsp, askcli, appconfig, integrationtests
Paul Buetow
2026-03-22
ask: fix filter argument ordering for list/all/ready commands
v0.25.4
Paul Buetow
2026-03-22
ask list: only show pending tasks by default
v0.25.3
Paul Buetow
2026-03-22
ask: fix CLI commands to use correct Taskwarrior argument formats
v0.25.2
Paul Buetow
2026-03-22
ask: add ready command to list READY tasks (not blocked)
Paul Buetow
2026-03-22
ask: default to list, add ask all for complete task visibility
Paul Buetow
2026-03-22
Implement 'ask list' subcommand: parse export JSON, sort by priority/urgency,...
Paul Buetow