Skip to content

Opsterm v0.8.0 — Connect & AI REPL for SSH

Latest

Choose a tag to compare

@edsuwarna edsuwarna released this 08 Jun 18:23
· 16 commits to main since this release
984dd00

✨ What's New

🔗 opsterm connect <server> — AI REPL for SSH

A new way to use Opsterm for manual SSH / split-pane users:

  • Connect to a server and get an AI-powered REPL directly in your SSH session
  • Ask questions about command output, get explanations, and run commands with AI assistance
  • Works seamlessly with your existing server config (fuzzy name match)
  • Full e2e tested with various SSH setups

📦 Full Changelog

  • feat: opsterm connect + AI REPL for SSH (#11)
  • fix: README table broken + stray orphan text after merge

📥 Install

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

🔄 Upgrade

opsterm update