Skip to content

Conversation

@edenreich
Copy link
Contributor

Summary

Implements model visibility and export enhancements requested in #12.

Changes

  • ✅ Add selected model display in lower-right corner of input field
  • ✅ Update export format to track which model generated each response
  • ✅ Support for switching models mid-conversation with proper attribution

Technical Implementation

  • Added ConversationEntry structure for message+model tracking
  • Enhanced UI to show current model in input area
  • Updated /compact export to include model info per response
  • Enhanced /switch command to update UI immediately

Resolves #12

🤖 Generated with Claude Code

claude bot and others added 10 commits August 11, 2025 17:39
- 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>
@edenreich
Copy link
Contributor Author

edenreich commented Aug 12, 2025

Changed the scope of this PR in favor of refactoring of existing features and the overall architecture to follow DDD.

TODOS:

  • Verify that the "/" drop-down works as expected
  • Fix the label of the model shown below, it's a bit jumpy when the user starts to type in

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>
@edenreich edenreich merged commit cc98503 into main Aug 12, 2025
1 check passed
@edenreich edenreich deleted the claude/issue-12-20250811-1731 branch August 12, 2025 13:43
ig-semantic-release-bot bot pushed a commit that referenced this pull request Aug 12, 2025
## [0.5.0](v0.4.0...v0.5.0) (2025-08-12)

### 🚀 Features

* Add model visibility in chat UI and enhanced export format ([#15](#15)) ([cc98503](cc98503)), closes [#12](#12) [#12](#12)
@ig-semantic-release-bot
Copy link

🎉 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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] The selected Model on the right hand-side below the input field

2 participants