Skip to content

Release Notes

This page tracks recent Terminal Jarvis releases with a focus on user-impacting changes.

Latest Release: v0.0.80

  • Published: March 31, 2026
  • GitHub Release: v0.0.80
  • Crates.io Version: 0.0.80

Highlights

  • Added TypeScript type definitions (index.d.ts) for NPM wrapper package
  • Introduced coverage reporting in CI workflow via cargo-tarpaulin
  • Added documentation and coverage badges to README
  • Fixed rustdoc warnings for cleaner API documentation

Supported Tool Wrappers Updated in v0.0.80

  • amp
  • claude
  • codex
  • crush
  • gemini
  • goose
  • llxprt
  • opencode
  • qwen

Upgrade Recommendation

If you are on versions older than v0.0.80, upgrade to pick up the latest quality improvements:

npm update -g terminal-jarvis

Previous Releases

v0.0.79

  • Published: March 30, 2026
  • GitHub Release: v0.0.79
  • Crates.io Version: 0.0.79

Highlights

  • Introduced docs drift prevention system to keep documentation synchronized with releases
  • Added verify-docs.sh script for automated version consistency validation
  • Created agent-driven release skill with cross-repo synchronization workflow
  • Fixed Homebrew formula version drift

v0.0.78

  • Published: March 1, 2026
  • GitHub Release: v0.0.78
  • Crates.io Version: 0.0.78

Highlights

  • Fixed fresh-install permission problems in Codespaces/NVM npm environments (#62)
  • Improved shell-state handling by syncing current directory after cd (#61)
  • Normalized wrapper command parsing by stripping terminal-jarvis prefix when present (#59)
  • Improved Qwen wrapper UX by keeping command menu visibility during command flow

Supported Tool Wrappers

  • amp
  • claude
  • codex
  • crush
  • gemini
  • goose
  • llxprt
  • opencode
  • qwen

Upgrade Recommendation

npm update -g terminal-jarvis

How to Verify Current Version

terminal-jarvis --version

Release References