From 1e5a3f0761016ad1e2dda71c296d2a244c508abb Mon Sep 17 00:00:00 2001 From: "Graciliano M. P." Date: Thu, 2 Jul 2026 00:15:45 -0300 Subject: [PATCH] Bump omnyshell to ^1.52.0 (1.14.8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2c037a3..21e7b35 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -365,10 +365,10 @@ packages: dependency: "direct main" description: name: omnyshell - sha256: f7305711924b45bb416312da9ce71f0cf3c9aa0eb03e28e2c59e0035fab4e683 + sha256: e0b2b62fbfcba3cb8c5bc88d9f68a4c15374273dd07a17ac0efb99b7c19a3bd2 url: "https://pub.dev" source: hosted - version: "1.51.0" + version: "1.52.0" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 34dccd8..79a80f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,14 @@ name: omnyshell_web description: >- Browser-only client for the OmnyShell ecosystem — connect to a Hub, discover nodes, and manage interactive sessions. Installable PWA. -version: 1.14.7 +version: 1.14.8 # repository: https://github.com/my_org/my_repo environment: sdk: ^3.12.2 dependencies: - omnyshell: ^1.51.0 + omnyshell: ^1.52.0 web: ^1.1.1 # The `:ide` agent panel gates its run_command tool with the same shield the # CLI uses; it's browser-safe (dart:io-free) and already pulled in by