Commit Graph

1 Commits

  • feat(coding-agent): add interactive-shell.ts extension example
    Demonstrates running interactive commands (vim, git rebase, htop, etc.)
    with full terminal access using user_bash event and ctx.ui.custom().
    
    - Auto-detects interactive commands from built-in list
    - !i prefix to force interactive mode
    - Configurable via INTERACTIVE_COMMANDS/INTERACTIVE_EXCLUDE env vars
    
    closes #532