Skip to content

docs: show the app in the README with screenshots - #12

Closed
Siddhesh2377 wants to merge 2 commits into
mainfrom
docs/readme-screenshots
Closed

docs: show the app in the README with screenshots#12
Siddhesh2377 wants to merge 2 commits into
mainfrom
docs/readme-screenshots

Conversation

@Siddhesh2377

Copy link
Copy Markdown
Collaborator

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.

  • Chat, the default view: header names the loaded model, footer states that inference runs locally.
  • Models, listing what is on disk and what can be pulled, grouped by embeddings and language, with sizes.

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:

  1. Every persisted chat in the sidebar shows "Invalid Date". A chat created in the same session shows "43m ago" correctly, so it is the stored-timestamp parse rather than the formatter.
  2. Assistant messages show "undefined tokens" below the reply, where the token count belongs.

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.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2025767b-14fe-48be-bd7f-d9d4fc778e7a


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Siddhesh2377

Copy link
Copy Markdown
Collaborator Author

Superseded by #16, which now carries the README alongside the app changes it describes. Keeping one PR per repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant