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
  • 📁 scripts/
    • 📄 fix-spawn-helper.cjs 885 B
    • 📄 install.js 3.5 KB
  • 📁 tests/
    • 📄 command-session-selection.test.ts 3.7 KB
    • 📄 config-and-docs.test.ts 3.3 KB
    • 📄 headless-monitor.test.ts 3.5 KB
    • 📄 key-encoding.test.ts 668 B
    • 📄 kill-session-suppression.test.ts 4.1 KB
    • 📄 module-load.test.ts 806 B
    • 📄 notification-utils.test.ts 2.1 KB
    • 📄 overlay-render.test.ts 3.8 KB
    • 📄 overlay-shortcuts.test.ts 6.4 KB
    • 📄 session-manager.test.ts 2.0 KB
    • 📄 session-query.test.ts 3.4 KB
    • 📄 spawn-command.test.ts 6.6 KB
  • 📄 .gitignore 48 B
  • 📄 background-widget.ts 2.5 KB
  • 📄 banner.png 1.1 MB
  • 📄 CHANGELOG.md 36.8 KB
  • 📄 config.ts 6.2 KB
  • 📄 handoff-utils.ts 3.7 KB
  • 📄 headless-monitor.ts 5.5 KB
  • 📄 index.ts 42.4 KB
  • 📄 key-encoding.ts 6.4 KB
  • 📄 notification-utils.ts 6.3 KB
  • 📄 overlay-component.ts 35.1 KB
  • 📄 package.json 1.9 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.6 KB
  • 📄 README.md 17.3 KB
  • 📄 reattach-overlay.ts 13.4 KB
  • 📄 runtime-coordinator.ts 2.2 KB
  • 📄 session-manager.ts 9.8 KB
  • 📄 session-query.ts 4.9 KB
  • 📄 SKILL.md 17.2 KB
  • 📄 spawn-helper.ts 1.2 KB
  • 📄 tool-schema.ts 12.5 KB
  • 📄 types.ts 3.9 KB
  • 📄 vitest.config.ts 230 B

SKILL.md

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

Please login before commenting.

Loading comments...