Skip to content

v3.15.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:58
· 57 commits to main since this release

3.15.1 — critical hotfix

Fixes a regression in 3.15.0 that broke every Claude API request in sessions with the core input tool loaded.

Fixed

  • #57 — draft-07 tool schemas 400 every request. Tool input_schema was emitted as JSON Schema draft-07; the Claude API validates against draft 2020-12. 3.15.0's drag tool (input.waypoints, a z.tuple) serialised as draft-07 array-form items, which 2020-12 rejects → the whole tools array 400s → session bricked with an unattributable tools.N.custom.input_schema error. Now emits draft-2020-12 (regression-tested).
  • #56screen(capture) ignored preset. Zod defaults masked the preset, so preset:'low' returned the medium image. Params are now optional; precedence is explicit → preset → default.

Upgrade: npm i -g claude-in-mobile@3.15.1 · brew upgrade claude-in-mobile (or restart npx -y claude-in-mobile@latest).