Bump omnyshell to ^1.51.0 (1.14.7)#39
Merged
Merged
Conversation
Adopts omnyshell 1.51.0 (drive-credential remote management: additive client RPC surface on ClientRuntime, new protocol messages). Verified browser-safe — the web-reachable closure of omnyshell_client_web.dart remains dart:io-free and omnydrive-free (client passes credentials as a plain JSON map, not omnydrive types); the release build compiles clean. Pulls omnydrive 1.10.0 transitively. 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.49.0to^1.51.0(pullsomnydrive1.10.0 transitively) and the app version to 1.14.7.Upstream changes (1.49.0 → 1.51.0)
drive credential+ remote management." Adds a client-side RPC path: new protocol messages,ClientRuntime.driveCredentialAdd/List/Remove, hub routing, node handling.Web compatibility — verified clean
Web imports only
package:omnyshell/omnyshell_client_web.dart. 1.51.0 touches three files inside that barrel's reachable closure (client_runtime.dart,protocol/control_message.dart,protocol/frame_codec.dart), so both angles were checked against the local 1.51.0 / omnydrive 1.10.0 sources:dart:io/ omnydrive leak. Transitive closure from the web barrel (honoring the_io/_webconditional seams → web compiles the_webbranch): 104 files, 0dart:ioimports, 0 omnydrive edges. The new client credential API passes credentials as a plainMap<String, dynamic>(an omnydriveGitCredentialJSON map), so it never imports omnydrive/dart:io types.OmnyShell v$omnyShellVersionnow reads 1.51.0 automatically (no source change).Verification
dart pub get— resolves clean (omnyshell 1.51.0, omnydrive 1.10.0)dart format— 0 changed ·dart analyze— No issues founddart run build_runner build --release— compiles clean (empirical confirmation of thedart:io-free trace)🤖 Generated with Claude Code