Skip to content

0.11.1

Choose a tag to compare

@steipete steipete released this 09 May 23:37
· 155 commits to main since this release
v0.11.1
1daf76f

Changed

  • Dependencies: update Google GenAI, OpenAI, Zod, Puppeteer, and developer tooling packages. (#187)

Fixed

  • Browser: allow Pro model selection in ChatGPT Temporary Chat URLs and skip archive attempts for temporary conversations. (#185) — thanks @pdurlej.
  • Browser: recognize ChatGPT's renamed GPT-5.5 Pro/Thinking model labels and always apply requested thinking time instead of assuming Pro implies Extended. (#183, fixes #182) — thanks @broady.
  • MCP: reject unknown consult fields instead of silently ignoring misspelled tool-call arguments. (#184) — thanks @pdurlej.

Docs

  • Website: highlight code blocks in the generated docs site.

CI

  • Install dependencies before building the docs site and update the Homebrew tap after releases.