co-mono/packages/web-ui/src/components
Mario Zechner fdd4e24246 Fix message routing by broadcasting to all providers and consumers
- Router was stopping propagation after first handler returned true
- This prevented consumers from seeing messages that providers handled
- executionConsumer never received execution-complete because ConsoleRuntimeProvider handled it first
- Now all providers and consumers receive all messages
- Fixes javascript_repl never completing
2025-10-09 20:41:22 +02:00
..
sandbox Fix message routing by broadcasting to all providers and consumers 2025-10-09 20:41:22 +02:00
AgentInterface.ts Refactor to Store-based architecture 2025-10-08 16:41:02 +02:00
AttachmentTile.ts web-ui package 2025-10-05 13:30:08 +02:00
ConsoleBlock.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
ExpandableSection.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
Input.ts web-ui package 2025-10-05 13:30:08 +02:00
message-renderer-registry.ts Add custom message extension system with typed renderers and message transformer 2025-10-06 13:45:08 +02:00
MessageEditor.ts Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00
MessageList.ts Add artifact message persistence for session reconstruction 2025-10-09 04:07:59 +02:00
Messages.ts Add artifact message persistence for session reconstruction 2025-10-09 04:07:59 +02:00
ProviderKeyInput.ts Add debug logging to RuntimeMessageRouter and increase API key validation tokens 2025-10-09 18:57:43 +02:00
SandboxedIframe.ts Fix race condition by making window.complete() async and awaiting it 2025-10-09 20:31:48 +02:00
StreamingMessageContainer.ts web-ui package 2025-10-05 13:30:08 +02:00