Fix input event streaming behavior semantics

This commit is contained in:
Mario Zechner
2026-05-28 10:13:06 +02:00
parent 1fc57a5d5b
commit cbe8625528
4 changed files with 78 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
| `reload-runtime.ts` | Adds `/reload-runtime` and `reload_runtime` tool showing safe reload flow |
| `interactive-shell.ts` | Run interactive commands (vim, htop) with full terminal via `user_bash` hook |
| `inline-bash.ts` | Expands `!{command}` patterns in prompts via `input` event transformation |
| `input-transform-streaming.ts` | Skips expensive input preprocessing for mid-stream steering via `streamingBehavior` |
### Git Integration