v3.15.1
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_schemawas emitted as JSON Schema draft-07; the Claude API validates against draft 2020-12. 3.15.0's drag tool (input.waypoints, az.tuple) serialised as draft-07 array-formitems, which 2020-12 rejects → the wholetoolsarray 400s → session bricked with an unattributabletools.N.custom.input_schemaerror. Now emitsdraft-2020-12(regression-tested). - #56 —
screen(capture)ignoredpreset. Zod defaults masked the preset, sopreset:'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).