feat: show version in dashboard settings and startup banner - #125
Merged
Conversation
- Settings panel (both dashboards): add Version row in Engine section
that fetches from /api/info and displays the running version
- Startup banner: print 'Engraphis WebUI v{version}' and Version line
- Both static/ and classic_assets/ dashboards updated (byte-identical JS)
- Uses existing /api/info endpoint (already returns version)
Users can now see their Engraphis version in:
- CLI: engraphis --version
- Python: from engraphis import __version__
- pip: pip show engraphis
- REST API: GET /api/info
- Dashboard: Settings > Appearance & Engine > Version
- Startup: terminal banner when launching engraphis-dashboard
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Users can now see their Engraphis version in the dashboard Settings panel and the terminal startup banner.\n\n## Changes\n\n- Settings panel (both dashboards): Add Version row in Engine section that fetches from
/api/infoand displays the running version\n- Startup banner: PrintEngraphis WebUI v{version}and a Version line in the terminal\n- Bothstatic/andclassic_assets/dashboards updated (JS remains byte-identical)\n\n## Version discovery paths\n\n| Path | Command |\n|---|---|\n| CLI |engraphis --version|\n| Python |from engraphis import __version__|\n| pip |pip show engraphis|\n| REST API |GET /api/info|\n| Dashboard | Settings > Appearance & Engine > Version |\n| Startup | Terminal banner when launchingengraphis-dashboard|\n\n## Tests\n\nAll 123 dashboard/packaging/startup tests pass locally.