Skip to content

v0.6.0 — RTK defaults, auto-init, subcommand --help, zsh plugin

Choose a tag to compare

@edsuwarna edsuwarna released this 31 May 13:36
· 24 commits to main since this release
4d799d4

What's New

RTK Defaultsrtk.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 --help
  • servers --help, workflows --help, provider --help, config --help, vault --help
  • history --help, search --help, last --help, explain-last --help
  • doctor --help, init --help, update --help, export --help, import --help, reset --help, completion --help

Zsh Shell Pluginshell/opsterm.plugin.zsh with preexec/precmd hooks and Ctrl-O keyboard shortcut.

Bug Fix: aiopsterm — 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 update

Files Changed

  • bin/opsterm — +799/-62 lines
  • shell/opsterm.plugin.zsh — new
  • completions/opsterm.bash / .zsh — sync'd
  • LATEST → v0.6.0
  • README.md / README.id.md / docs/index.html — sync'd