Open
Conversation
- Add CSS classes for required (*) and optional setting field indicators - Apply indicators to provider editor modal form fields - Remove CTA styling from manage providers button
…e output processing in bash tool
49e67c0 to
54f4506
Compare
1e509e0 to
3cd678e
Compare
- Implemented ContentParts component for rendering chat message content. - Added CopyButton component for copying text to clipboard. - Created FragmentDivider component for displaying timestamps in chat history. - Developed MarkdownContent component for rendering markdown text. - Introduced MessageCard component for displaying individual chat messages with options to delete, regenerate, or recall messages. - Added PendingList component to show pending messages in the chat. - Created RunStateCard component to display the current run state of the chat. - Implemented SessionHistoryItem component for displaying session history with options to select or delete sessions. - Developed TaskCard component for displaying tasks with status and details. - Created TasksPanel component to manage and display current and other session tasks. - Updated i18n localization files to include new strings for copy, delete, regenerate, and recall functionalities. - Enhanced types to include new props for message handling in ChatboxProps. - Added utility functions for formatting time, duration, and task status. - Implemented message deletion, regeneration, and recall functionalities in ChatService.
3efc378 to
e2d2bc8
Compare
- Updated AI settings structure to encapsulate providers and default model under a single 'ai' key. - Renamed task parameters in spawn functions from 'task' and 'label' to 'prompt' and 'title' for clarity. - Modified session management to include updated timestamps and improved handling of model selections. - Refactored related types and interfaces to align with the new structure. - Adjusted all references to providers and models throughout the codebase to reflect the new settings structure.
8dab9e3 to
ccf8a66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#117
#111
#58
#89