Skip to content

Releases: connordibble/zod-ai-tool

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:23

2.0.0 (2026-07-01)

  • feat!: emit Gemini declarations as parametersJsonSchema (084e562)

Bug Fixes

  • throw on open objects under OpenAI strict mode (a3ab6a2)

BREAKING CHANGES

  • GeminiFunctionDeclaration now exposes the schema as
    parametersJsonSchema instead of parameters.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01QKSuyniKW9pMQYvN7cQ3ii

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:02

1.1.0 (2026-06-20)

Features

  • add OpenAI strict mode and Gemini declarations (6299427)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 22:01

1.0.0 (2026-06-14)

Bug Fixes

  • align package compatibility metadata (fb89510)
  • make Responses tools SDK-compatible (25a4162)
  • publish package with public access (4592bbf)
  • support Zod 4.0 JSON Schema targets (fef93a1)

Features

  • derive Anthropic and OpenAI tool definitions from a Zod schema (388840d)