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
- Moved `getSuggestionsForAgent` from `agent-suggestions` to `chat.utils` for better organization.
- Created new types in `chat.types.ts` to improve type safety and clarity in chat components.
- Added utility functions in `chat.utils.ts` for extracting plans from text and tokenizing inline citations.
- Updated `chat-input.tsx` to use the new utility functions and types.
- Refactored `chat-messages.tsx` to improve readability and maintainability, including better handling of message statuses and stages.
- Enhanced `MessageItem` component to display additional information about message stages and IDs.
- Improved citation handling in `MessageItem` using the new tokenization utility.
fix: update network components for better state management
- Refactored `NetworkToolDisplay` to handle dynamic tools more effectively, ensuring correct input and output handling.
- Updated `NetworkMessageParts` to correctly manage tool invocation states and improve error handling.
- Simplified `NetworkProvider` to normalize progress event statuses and improve overall state management.
chore: clean up unused variables and improve code quality
- Removed unused variables and simplified conditions across various components.
- Added missing type annotations and improved type safety in several places.
- Cleaned up eslint warnings by disabling specific rules where necessary.
style: general code formatting and organization
- Improved code formatting for better readability and consistency across files.
- Organized imports and grouped related code sections for clarity.
0 commit comments