Dashboard v0.3.1 — rebuild against OmnyServer 0.16.0 - #16
Merged
Conversation
Rebuilds the dashboard beside the just-published omnyserver 0.16.0, so the login footer reads `Dashboard v0.3.1 · OmnyServer v0.16.0`. 0.16.0 lets the Hub proxy the terminal :ai/:ide agent (omnyserver ai config + hub start --shell), so the dashboard's AI works with no key in the browser. Dependency floor -> ^0.16.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Rebuilds the dashboard beside the just-published omnyserver 0.16.0. The gated Pages deploy will refresh the footer to
Dashboard v0.3.1 · OmnyServer v0.16.0.0.16.0 is the release that lets the Hub proxy the terminal
:ai/:ideagent (omnyserver ai config+hub start --shell), so the dashboard's AI now works with no key in the browser — the key stays on the Hub. Dependency floor^0.15.0 → ^0.16.0.No dashboard source changed beyond the version constant/constraint (the
:ai/:idecommands + settings dialog already shipped in 0.3.0). Verified: the dart2js release build bakes in0.3.1and0.16.0; analyze/format/version-test clean.🤖 Generated with Claude Code