[PR #10095] feat(app): add app version display to settings #13338

Closed
opened 2026-02-16 18:18:12 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10095

State: closed
Merged: Yes


What does this PR do?

Adds app version display to the settings dialog. The version is positioned at the bottom of the sidebar (in the settings categories column) and shows:

First row: "OpenCode Desktop"
Second row: Current version (e.g., "v1.1.32")
Uses platform.version from the context to dynamically display the version from packages/app/package.json.

How did you verify your code works?

Tested on a separate branch with an older version pulled from upstream. The version number correctly displayed whatever version was set in the platform context, confirming:

Dynamic version loading works
The UI renders correctly at the bottom of the sidebar
Styling matches the existing settings tab components

Screenshot

image
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10095 **State:** closed **Merged:** Yes --- ### What does this PR do? Adds app version display to the settings dialog. The version is positioned at the bottom of the sidebar (in the settings categories column) and shows: First row: "OpenCode Desktop" Second row: Current version (e.g., "v1.1.32") Uses platform.version from the context to dynamically display the version from packages/app/package.json. ### How did you verify your code works? Tested on a separate branch with an older version pulled from upstream. The version number correctly displayed whatever version was set in the platform context, confirming: Dynamic version loading works The UI renders correctly at the bottom of the sidebar Styling matches the existing settings tab components ## Screenshot <img width="353" height="637" alt="image" src="https://github.com/user-attachments/assets/486cff9a-7d83-47f7-ba06-5bfc86ec4fff" />
yindo added the pull-request label 2026-02-16 18:18:12 -05:00
yindo closed this issue 2026-02-16 18:18:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13338