Patch release.
- fix(gemini): strip JSON Schema keywords Gemini rejects from tool parameters — v0.11.0's
geminiprovider sent tool schemas verbatim, and Gemini hard-rejects standard JSON Schema keywords like$schemaandadditionalPropertieswith a 400. The adapter now sanitizes tool parameters down to the OpenAPI-style subset Gemini accepts. Any agent usingprovider: geminiwith tools needs this release.