Skip to content

feat: add About dialog with goreleaser-style version info - #183

Merged
stippi merged 1 commit into
stippi:mainfrom
fwilhe:feature/about-dialog-version-info
Aug 21, 2026
Merged

feat: add About dialog with goreleaser-style version info#183
stippi merged 1 commit into
stippi:mainfrom
fwilhe:feature/about-dialog-version-info

Conversation

@fwilhe

@fwilhe fwilhe commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Capture build metadata (git commit + tree state, build timestamp, rustc version, target triple) at compile time via a build script in code_assistant_core and expose it through a new version module.

  • CLI: -V prints a one-line summary, --version prints the full block
  • GPUI: new About dialog opened from an info button in the titlebar, with a Copy button for the version block

New icon next to settings:

Screenshot 2026-08-21 at 13 18 29

The modal dialog with version information:

Screenshot 2026-08-21 at 13 18 35

Capture build metadata (git commit + tree state, build timestamp, rustc
version, target triple) at compile time via a build script in
code_assistant_core and expose it through a new version module.

- CLI: -V prints a one-line summary, --version prints the full block
- GPUI: new About dialog opened from an info button in the titlebar,
  with a Copy button for the version block
@stippi
stippi merged commit 2004816 into stippi:main Aug 21, 2026
5 checks passed
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.

2 participants