v1.1.2
Highlights
- Fixed project-scoped Codex tasks against the new multi-environment envelope by selecting the trusted primary workspace instead of rejecting valid project turns.
- Fixed permission-gated ChatGPT app/MCP calls: manual Allow or Deny now pauses and resumes the same browser turn, and unanswered prompts are denied after 60 seconds instead of terminating the run.
- Fixed mid-run steering so queued user instructions start a context-complete provider round while retries and tool-result continuations still reuse the active session.
- Fixed the first-time ChatGPT capability inspection timeout mismatch and now surfaces the real verification failure instead of a generic operation-aborted error.
- Suppressed only proven superseded Electron navigation aborts; genuine browser initialization failures still fail explicitly.
- Fixed setup for Codex configurations that explicitly declare the built-in model_provider = "openai"; genuine foreign routing conflicts still fail closed and remain reversibly replaceable.
- Added account-aware ChatGPT Web availability: Plus exposes Instant, Medium, and High, while Extra High and Pro remain limited to Pro-capable accounts.
- Added account-specific context windows and automatic compaction thresholds: 225K / 202.5K for Plus and 256K / 230.4K for Pro.
- Added a native context_length_exceeded preflight with clear guidance to switch models or run /compact before retrying.
- Detects ChatGPT's terminal "Something went wrong" alert immediately and returns a retryable upstream error instead of leaving the turn stalled.
- Added English and Chinese setup guidance reminding users to create a ChatGPT workspace for tunnel setup.
- Expanded regression coverage across model routing, context limits, browser failures, compaction, setup, permissions, project environments, and steering.
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 Intel, macOS Apple Silicon, Windows, and Linux
- macOS embedded-runtime and application signature verification
- Every published asset matched the release checksum manifest
Full Changelog: v1.1.1...v1.1.2