Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:49

Highlights

  • Fixed ChatGPT rate-limit dialogs hijacking keyboard-based effort selection. The integration now recognizes the specific "Too many requests / You're making requests too quickly" dialog, acknowledges it, and returns a real retryable 429 rate_limit_error immediately instead of waiting about 70 seconds.
  • Prevented effort-menu and other typed adapter failures from being mislabeled as model capacity errors. Structured error metadata now survives the launcher browser-helper boundary, including on Windows.
  • Removed the hard 40-minute timeout for ChatGPT Pro turns. Active Pro turns now continue until completion or explicit cancellation unless a timeout is configured.
  • Fixed codex_bind_turn for Web-model turns without a configured deadline. Full-harness tool calls now remain bound until the turn completes, is cancelled, or its broker connection closes, and binding returns expires_at: null instead of failing with Invalid Date (#29, thanks @Albro3459).
  • Restored network access for routed Codex sessions by forwarding standalone Web Search through the authenticated native /v1/alpha/search endpoint.
  • Fixed sandbox detection for Codex 0.146+ permission profiles, including read-only, workspace-write, and danger-full-access modes.
  • Fixed subagent routing for every ChatGPT Web model. All five Web models are registered as valid local Responses models, while the integration keeps the readable MultiAgent V1 transport and restores previous user settings on uninstall.
  • Upgraded the bundled runtime from Bun 1.3.11 to Bun 1.3.14 on every platform, with an exact build-time version guard and synchronized runtime notices.
  • Fixed the Windows PowerShell installer so a successful NSIS installation is verified and launched from the actual codex-web-gpt-launcher directory.
  • Improved stability across network transport, sandbox handling, mutable Markdown rendering, long-running turn brokers, compaction with images, Electron browser tabs, Windows named pipes, IPC, and child-process teardown.

Verification

  • Full core and launcher test suites
  • TypeScript type checks and dependency audit
  • Production renderer and relocatable runtime builds
  • Packaged launcher smoke tests on macOS, Windows, and Linux
  • Windows PowerShell 5.1 installer contract
  • Embedded Bun 1.3.14 version and runtime manifest checks
  • Regression coverage for the exact rate-limit dialog, unrelated dialogs, launcher-helper error transport, and response classification

The v1.1.1 assets were rebuilt from the refreshed v1.1.1 tag and replace the earlier bundles.

Full Changelog: v1.1.0...v1.1.1