pi-interactive-shell

Category: Tools & Productivity | Uploader: nicobailonnicobailon | Downloads: 0 | Version: v1.0(Latest)

Cheat sheet + workflow for launching interactive coding-agent CLIs (Claude Code, Gemini CLI, Codex CLI, Cursor CLI, and pi itself) via the interactive_shell overlay or headless dispatch. Use for TUI agents and long-running processes that need supervision, fire-and-forget delegation, or headless background execution. Regular bash commands should use the bash tool instead.

Changelog: Source: GitHub https://github.com/nicobailon/pi-interactive-shell

Directory Structure

Current level: tree/main/

  • 📁 examples/
    • 📁 prompts/
      • 📄 codex-implement-plan.md 3.9 KB
      • 📄 codex-review-impl.md 3.6 KB
      • 📄 codex-review-plan.md 2.2 KB
    • 📁 skills/
      • 📁 codex-5-3-prompting/
        • 📄 SKILL.md 6.7 KB
      • 📁 codex-cli/
        • 📄 SKILL.md 3.8 KB
      • 📁 gpt-5-4-prompting/
        • 📄 SKILL.md 8.6 KB
      • 📁 interactive-shell/
        • 📄 SKILL.md 21.8 KB
  • 📁 scripts/
    • 📄 install.js 3.5 KB
  • 📁 tests/
    • 📄 command-session-selection.test.ts 3.7 KB
    • 📄 config-and-docs.test.ts 4.9 KB
    • 📄 dispatch-background-recovery.test.ts 5.0 KB
    • 📄 headless-monitor.test.ts 6.7 KB
    • 📄 input-submit.test.ts 3.3 KB
    • 📄 key-encoding.test.ts 693 B
    • 📄 kill-session-suppression.test.ts 4.1 KB
    • 📄 module-load.test.ts 806 B
    • 📄 monitor-mode.test.ts 13.9 KB
    • 📄 notification-utils.test.ts 3.4 KB
    • 📄 overlay-render.test.ts 4.0 KB
    • 📄 overlay-shortcuts.test.ts 6.4 KB
    • 📄 runtime-coordinator.test.ts 2.1 KB
    • 📄 session-manager.test.ts 2.0 KB
    • 📄 session-query.test.ts 3.6 KB
    • 📄 spawn-command.test.ts 11.0 KB
    • 📄 spawn.test.ts 6.6 KB
  • 📄 .gitignore 48 B
  • 📄 background-widget.ts 3.1 KB
  • 📄 banner.png 1.1 MB
  • 📄 CHANGELOG.md 43.4 KB
  • 📄 config.ts 9.0 KB
  • 📄 handoff-utils.ts 3.7 KB
  • 📄 headless-monitor.ts 12.0 KB
  • 📄 index.ts 68.4 KB
  • 📄 key-encoding.ts 6.4 KB
  • 📄 notification-utils.ts 7.6 KB
  • 📄 overlay-component.ts 35.1 KB
  • 📄 package.json 1.8 KB
  • 📄 pi-interactive-shell-extension.mp4 1.6 MB
  • 📄 pty-log.ts 1.8 KB
  • 📄 pty-protocol.ts 1.1 KB
  • 📄 pty-session.ts 17.9 KB
  • 📄 README.md 23.7 KB
  • 📄 reattach-overlay.ts 13.4 KB
  • 📄 runtime-coordinator.ts 6.3 KB
  • 📄 session-manager.ts 9.9 KB
  • 📄 session-query.ts 4.9 KB
  • 📄 SKILL.md 18.8 KB
  • 📄 spawn.ts 8.6 KB
  • 📄 tool-schema.ts 21.1 KB
  • 📄 types.ts 5.5 KB
  • 📄 vitest.config.ts 230 B

SKILL.md

Login to download/like/favorite ❤ 372 | ★ 0
Comments 0

Please login before commenting.

Loading comments...