co-mono/packages/coding-agent/src/modes/rpc
Aliou Diallo b315abf998 fix(coding-agent): forward images through steer/followUp during streaming
prompt() computed currentImages but never passed them to _queueSteer()
or _queueFollowUp() in the streaming branch. Both methods only accepted
text and built content as [{ type: 'text', text }], dropping images.

- _queueSteer/_queueFollowUp now accept optional ImageContent[]
- streaming branch in prompt() passes currentImages through
- public steer()/followUp() accept and forward optional images
- RPC types, handler, and client updated for steer/follow_up images
- rpc.md: document images on steer/follow_up, fix ImageContent examples
2026-02-05 02:37:42 +01:00
..
rpc-client.ts fix(coding-agent): forward images through steer/followUp during streaming 2026-02-05 02:37:42 +01:00
rpc-mode.ts fix(coding-agent): forward images through steer/followUp during streaming 2026-02-05 02:37:42 +01:00
rpc-types.ts fix(coding-agent): forward images through steer/followUp during streaming 2026-02-05 02:37:42 +01:00