Bump omnyshell to ^1.52.0 (1.14.8)#40
Merged
Merged
Conversation
Adopts omnyshell 1.52.0. Web-relevant changes are additive/internal: all client Hub/node RPCs on ClientRuntime are now time-boxed (throw TimeoutException instead of hanging) — a robustness win for the web UI — and the dashboard git-credential TUI additions are CLI-only (not in the web barrel). Verified browser-safe: the web-reachable closure of omnyshell_client_web.dart stays dart:io-free and omnydrive-free (no new imports, no removed/renamed public API); the release build compiles clean. omnydrive stays 1.10.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.
Bumps
omnyshellfrom^1.51.0to^1.52.0and the app version to 1.14.8.omnydrivestays 1.10.0.Upstream changes (1.52.0)
cfrom a node's detail screen) — CLI-only, not in the web barrel.Web compatibility — verified clean
Web imports only
package:omnyshell/omnyshell_client_web.dart. Of the changed files, onlyclient_runtime.dartandide_app.dartare in that barrel's reachable closure (dashboard files are CLI-TUI, not exported). Checked against the local 1.52.0 sources:dart:io/ omnydrive leak. Transitive closure from the web barrel: 104 files, 0dart:ioimports, 0 omnydrive edges.ClientRuntimefutures in a private_rpcTimeouthelper: same signatures/return types; the only behavior change is throwingTimeoutException(fromdart:async) instead of hanging — a robustness win for the web UI.OmnyShell v$omnyShellVersionnow reads 1.52.0 automatically.Verification
dart pub get— clean (omnyshell 1.52.0; omnydrive unchanged at 1.10.0)dart format— 0 changed ·dart analyze— No issues founddart run build_runner build --release— compiles clean🤖 Generated with Claude Code