mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Replace the duplicated 3-stage Zod pipeline (pass1 -> pass2 envelope union -> pass2 discriminated union) in each provider mapper with a plain resolveToolKind(name) function over readonly name sets. Opencode's toolKind was unused; Claude/Codex used it only as a switch discriminator.