terminal-jarvis 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,6 +8,10 @@
8
8
 
9
9
  A unified command center for AI coding tools. Manage and run claude-code, gemini-cli, qwen-code, opencode, and llxprt from one beautiful terminal interface.
10
10
 
11
+ <img src="screenshots/promo_image_for_readme.png" alt="Terminal Jarvis Interface" width="100%">
12
+
13
+ ----
14
+
11
15
  🎉 **Try it instantly:** `npx terminal-jarvis`
12
16
 
13
17
  ⚠️ **Known Issues**: [View current limitations and workarounds](docs/LIMITATIONS.md)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-jarvis",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "A thin Rust wrapper that provides a unified interface for managing and running AI coding tools",
5
5
  "bin": {
6
6
  "terminal-jarvis": "bin/terminal-jarvis"