pi-interactive-shell 0.4.4 → 0.4.5
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Pi Interactive Shell
|
|
2
2
|
|
|
3
|
-
Pi
|
|
3
|
+
An extension for [Pi coding agent](https://github.com/badlogic/pi-mono/) that lets Pi run any interactive CLI in a TUI overlay - including other AI agents. Drive Claude, Gemini, Codex, Cursor directly from Pi. Watch it work, take over anytime. Real PTY, full terminal emulation, no tmux needed.
|
|
4
4
|
|
|
5
5
|
```typescript
|
|
6
6
|
interactive_shell({ command: 'agent "fix all the bugs"', mode: "hands-free" })
|