-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add model visibility in chat UI and enhanced export format #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
- Add selected model display in lower-right corner of input field - Update export format to track which model generated each response - Enhance /switch command to update UI model display immediately - Support for switching models mid-conversation with proper attribution - Implement ConversationEntry structure for message+model tracking - Maintain backward compatibility with existing features Resolves #12 Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
…r messages When there is a timeout from the API or the Inference Gateway I show now an error indicating the server response timed out. Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…sation, file, and model services Signed-off-by: Eden Reich <eden.reich@gmail.com>
…chat Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
- Implement tool execution commands (enable, disable, list, validate, exec) in CLI - Update chat application to handle structured tool calls and send results back to LLM - Add support for tool call IDs and arguments in conversation history - Improve conversation repository to manage tool call updates - Refactor UI components for better model display and input handling Signed-off-by: Eden Reich <eden.reich@gmail.com>
…r clarity Signed-off-by: Eden Reich <eden.reich@gmail.com>
…cation Signed-off-by: Eden Reich <eden.reich@gmail.com>
…hat application Signed-off-by: Eden Reich <eden.reich@gmail.com>
Contributor
Author
|
Changed the scope of this PR in favor of refactoring of existing features and the overall architecture to follow DDD. TODOS:
|
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…lity Signed-off-by: Eden Reich <eden.reich@gmail.com>
…ling and clarity Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…dling Signed-off-by: Eden Reich <eden.reich@gmail.com>
… functionality Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…ction Signed-off-by: Eden Reich <eden.reich@gmail.com>
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Summary
Implements model visibility and export enhancements requested in #12.
Changes
Technical Implementation
ConversationEntrystructure for message+model tracking/compactexport to include model info per response/switchcommand to update UI immediatelyResolves #12
🤖 Generated with Claude Code