← All releases

Release notes

Local Hoist v0.0.27

April 17, 2026

v0.0.27 adds support for Anthropic's new Claude Opus 4.7, including the new xhigh effort tier and the summarized-thinking opt-in required to keep visible reasoning on by default. It also cleans up Anthropic long-context pricing and context windows to match Anthropic's current documentation, and fixes a small issue with manual image compression runs.

New

  • Added Claude Opus 4.7 as a first-class model, Anthropic's latest flagship coding model with adaptive thinking, 1M context at standard pricing, and a new xhigh effort tier for especially demanding coding and long-horizon agent work.

Improved

  • Opus 4.7 now opts in to summarized thinking so visible reasoning is preserved in responses instead of being silently omitted by Anthropic's new defaults.
  • Updated Anthropic long-context pricing and context windows to match Anthropic's current documentation: Claude Opus 4.6 now uses standard pricing across its 1M context, and Claude Sonnet 4 and Sonnet 4.5 have been returned to their documented 200K context window.

Fixed

  • Manual image recompression and image-to-text conversion runs are no longer blocked when their automatic trigger sub-toggle is off, so explicit runs always execute as requested.

Reliability

  • Anthropic streaming and non-streaming responses now preserve signature-only thinking blocks, keeping Opus 4.7 conversations consistent even when no visible thinking text is returned.