Skip to content

feat: shell completion for update_status.py (closes #2)#6

Merged
baramgay merged 2 commits into
mainfrom
feat/issue-2-shell-completion
Jun 12, 2026
Merged

feat: shell completion for update_status.py (closes #2)#6
baramgay merged 2 commits into
mainfrom
feat/issue-2-shell-completion

Conversation

@baramgay

Copy link
Copy Markdown
Owner

Summary

  • Adds argcomplete support to update_status.py (tab-completes agent IDs + statuses)
  • Agent IDs loaded dynamically from agent_status.json
  • Works in bash, zsh, and fish
  • New scripts/install_completion.py for one-command setup

Usage after merging

\\�ash
pip install argcomplete
python scripts/install_completion.py --bash && source ~/.bashrc

Then: python scripts/update_status.py [TAB]

\\

Closes #2

Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@baramgay baramgay merged commit b2cac42 into main Jun 12, 2026
1 check failed
@baramgay baramgay deleted the feat/issue-2-shell-completion branch June 12, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add shell completion for update_status.py

1 participant