docs: show the app in the README with screenshots - #12
Closed
Siddhesh2377 wants to merge 2 commits into
Closed
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…docs/DEVELOPMENT.md
Collaborator
Author
|
Superseded by #16, which now carries the README alongside the app changes it describes. Keeping one PR per repo. |
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.
The README explained the app in detail but never showed it. This adds two captures at the top, with a line each saying what they show.
Both taken on macOS with Qwen3.5 0.8B loaded through the llamacpp backend, and the README says so.
Nothing else in the body changed. It was already accurate.
Why only two
I captured a third showing a real conversation with tool calling, where the assistant answered a "current time" query correctly. It is not included, because it renders two defects that would be the most eye-catching thing in the image:
Both look like small fixes. Once they land, the chat capture is the best screenshot the app has and should go in as the first image.
I also could not reach the Advanced pane. Synthetic clicks land on Chat and Models but never on Advanced, across several attempts and after correcting for the window moving. That may be worth a look on its own, since it suggests the item does not respond to a plain click event the way its siblings do.