v0.6.0 — RTK defaults, auto-init, subcommand --help, zsh plugin
What's New
RTK Defaults — rtk.enabled, rtk.auto_detect, rtk.ultra_compact added to init. RTK (Rust Token Killer) now auto-configures on first run.
Auto-Init — _ensure_config() runs silently on first use. No more manual opsterm init needed.
Subcommand --help — ALL commands now show proper usage:
ssh --help,scp --help,chat --help,run --helpservers --help,workflows --help,provider --help,config --help,vault --helphistory --help,search --help,last --help,explain-last --helpdoctor --help,init --help,update --help,export --help,import --help,reset --help,completion --help
Zsh Shell Plugin — shell/opsterm.plugin.zsh with preexec/precmd hooks and Ctrl-O keyboard shortcut.
Bug Fix: ai → opsterm — All leftover "ai" references in help texts replaced.
chat --continue — Properly referenced in main help and subcommand help.
Install / Update
# Fresh install from this release:
curl -L https://raw.githubusercontent.com/edsuwarna/opsterm/v0.6.0/bin/opsterm -o ~/.local/bin/opsterm
chmod +x ~/.local/bin/opsterm
# Already installed? Just run:
opsterm updateFiles Changed
bin/opsterm— +799/-62 linesshell/opsterm.plugin.zsh— newcompletions/opsterm.bash/.zsh— sync'dLATEST→ v0.6.0README.md/README.id.md/docs/index.html— sync'd