Skip to content

v0.2.0 — Response Style & English UI

Choose a tag to compare

@edsuwarna edsuwarna released this 31 May 10:11
· 40 commits to main since this release

What's new

  • Response style: -V/--verbose (detailed), -C/--concise flags + ai.response_style config
  • Validation: config set ai.response_style only accepts concise or detailed
  • English UI: All user-facing messages changed to English
  • Better help: config, provider, history commands now show proper examples

Usage

opsterm -V "check disk space"   # detailed
opsterm -C "list files"          # concise
opsterm config set ai.response_style detailed  # permanent

Install

curl -L https://raw.githubusercontent.com/edsuwarna/opsterm/v0.2.0/bin/opsterm -o ~/.local/bin/opsterm
chmod +x ~/.local/bin/opsterm

Or if already installed:

opsterm update