Skip to content

0.12.1

Choose a tag to compare

@steipete steipete released this 17 May 06:48
· 106 commits to main since this release
v0.12.1
fa65bbd

Changed

  • Docs: update the bundled Oracle skill for GPT-5.5 Pro and current provider/preflight/perf-trace guidance (#204). Thanks @TomBener!
  • Dependencies: update transitive fast-uri, hono, ip-address, express-rate-limit, and Vite to patched versions for Dependabot alerts (#205, #206, #207).
  • Dependencies: update Gemini, sweet-cookie, Puppeteer, Vitest, Inquirer, tsx, oxfmt/oxlint, DevTools Protocol, and related type/tooling packages (#209).
  • Dependencies: update the OpenAI SDK and TypeScript native preview.

Fixed

  • MCP: keep local mcporter smokes from failing when the optional Chrome DevTools browser endpoint env var is unset.
  • Sessions: allocate same-slug session directories atomically, recreate missing per-model log directories, and persist zombie/dead-browser status reconciliation from session listings.
  • API: share provider route resolution between doctor/preflight and runtime requests so route diagnostics match real execution.
  • CLI: rethrow sanitized multi-model provider failures without mutating or linking the raw provider error, keeping secrets out of logs and error chains.
  • Browser: mark Chrome disconnects before a recoverable ChatGPT conversation as errors instead of leaving sessions running for impossible reattach. Thanks @pdurlej!
  • Browser: fail closed when GPT-5.5 Pro Extended effort cannot be confirmed instead of silently submitting with the wrong or default effort. Thanks @pdurlej!
  • Release: write clean checksum files from scripts/release.sh artifacts without helper trace lines.

Verification