Skip to content

OzBridge v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 19:46
· 205 commits to main since this release

OzBridge v1.1.0

Fixed

  • Restored Windows environment inheritance for Oz CLI execution while still filtering sensitive variables, preventing warp.exe/Oz backend hangs caused by missing required environment.
  • Narrowed insufficient-credit detection to explicit documented Warp/Oz credit-exhaustion signals, preventing timeouts, stalls, network issues, and read-only list commands from being reported as “Out of Warp credits”.
  • Added read-only command handling so run list, schedule list, environment list, mcp list, and drive list do not surface false credit-exhaustion errors.
  • Improved Drive fallback detection for missing/unsupported drive subcommands across clap/argparse/Click-style stderr output and stalled CLI responses.
  • Fixed Active Runs status recovery after transient polling failures so the status bar no longer remains stuck in an error state.
  • Added clearer sidebar error labels for Oz CLI stalled, timed out, and true insufficient-credit cases.
  • Fixed activation/runtime regressions, deprecated activation events, logger prefixing, kill-switch escape command behavior, and swallowed promise errors.

Changed

  • Completed the Warp Bridge → OzBridge rebrand across source, tests, docs, localization, gallery assets, and compatibility aliases.
  • Hardened runtime security and manifest activation behavior.
  • Updated CI/release workflow definitions and dependency/tooling updates.

Validation

  • Ran focused regression tests for Oz CLI credit classification, Drive fallback, Active Runs recovery, and sidebar error rendering.
  • Ran the full Vitest suite with the known external/backend-related exception noted during validation.
  • Built and packaged the VSIX successfully.
  • Verified isolated VSIX installation and extension activation in clean VS Code environments.
  • Verified PowerShell/cmd CLI behavior to distinguish backend Oz CLI hangs from extension-side handling.

Notes

  • This release prevents false “Out of Warp credits” messages when the real issue is a timeout, CLI stall, network problem, unsupported command, or read-only list operation.
  • True credit exhaustion is still surfaced with the dedicated user-facing message and billing guidance.

Full Changelog: v1.0.0...v1.1.0