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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: Update styles and improve component structure (#373)
* refactor: Update styles and improve component structure
- Adjusted CSS styles for better layout and spacing in chat components.
- Refactored ChatUserInput component to streamline rendering of mentionable badges.
- Modified MCPManager to ensure subscribers are notified after cache invalidation.
- Updated request type definitions to enforce properties in FunctionDescription.
- Enhanced response generation to ensure parameters are correctly structured.
* feat: Add settings callout for tool usage warnings
- Introduced a new callout in the MCP settings section to inform users about potential costs associated with tool responses.
- Updated CSS styles for the callout to enhance visibility and layout.