co-mono/packages/web-ui/src/components
Mario Zechner 8747e01c31 Display return values and fix duplicate error messages in REPL
- javascript-repl now displays return values with => prefix
- Objects are JSON.stringify'd with formatting
- Removed console.error from wrapper to prevent duplicate error messages
- Error is already captured and sent via execution-error message
- Fixes missing return value display and duplicate error output
2025-10-09 20:51:25 +02:00
..
sandbox Pass return value through execution-complete message instead of logging 2025-10-09 20:47:26 +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 Display return values and fix duplicate error messages in REPL 2025-10-09 20:51:25 +02:00
StreamingMessageContainer.ts web-ui package 2025-10-05 13:30:08 +02:00