You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agent): add rich content support and refactor tool execution types
- Rename ToolExecutionResult to AgentToolExecutionResult for clarity
- Add richContent field to tool execution results for enhanced output rendering
- Move ToolExecutionContext to shared types for better code organization
- Update toolRegistry reference to toolManager for consistency
- Enhance RichContentRenderer with fullscreen image modal using portal
- Add image expansion functionality with smooth animations and backdrop blur
- Remove unused language parameter from getPromptTemplatePreview function
- Update all imports and type references across agent core modules
- Improve tool result handling to preserve and propagate rich content metadata
0 commit comments