Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 19:37
· 34 commits to main since this release
cb0e675
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.