You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ede37be: Fixed help output for boolean options so flags no longer showed <boolean> placeholders or redundant (default: false) text, including aliased flags.
96dfee4: Exported shell completion environment variables in bash and zsh hooks.
de70444: Added engines field requiring Node.js >=22.
3462433: Fixed z.bigint(), z.coerce.bigint(), z.date(), and z.coerce.date() schemas failing during skill sync by representing them as { type: "string" } in JSON Schema output.