co-mono/packages/coding-agent/src/modes/rpc
Mario Zechner e9cf3c1835 Fix slash commands and hook commands during streaming
- Hook commands now execute immediately during streaming (they manage their own LLM interaction via pi.sendMessage())
- File-based slash commands are expanded and queued via steer/followUp during streaming
- prompt() accepts new streamingBehavior option ('steer' or 'followUp') for explicit queueing during streaming
- steer() and followUp() now expand file-based slash commands and error on hook commands
- RPC prompt command accepts optional streamingBehavior field
- Updated docs: rpc.md, sdk.md, CHANGELOG.md

fixes #420
2026-01-03 15:36:54 +01:00
..
rpc-client.ts feat(coding-agent): complete steer()/followUp() migration 2026-01-03 00:13:25 +01:00
rpc-mode.ts Fix slash commands and hook commands during streaming 2026-01-03 15:36:54 +01:00
rpc-types.ts Fix slash commands and hook commands during streaming 2026-01-03 15:36:54 +01:00