Skip to content

v0.0.309

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 00:54
· 64 commits to main since this release
17b41a7

Adds Claude Fable 5, Opus 5, and Kimi K3 model support while fixing temperature propagation through nested LLM stages.

Features

  • claude-fable-5 is now available as an Anthropic model via --model or PDD_MODEL_DEFAULT (#2263).
  • claude-opus-5 is now the default Claude model for agentic workflows; claude-fable-5 and claude-opus-5 are independent models and route independently.
  • Kimi K3 is now supported via Moonshot's direct API (moonshot/kimi-k3) with BYOK (#2307); --time maps to K3 effort levels (low/high/max).
  • TokenRouter Kimi K3 is now available in the model catalog (#2315).
  • A canonical BYOK provider catalog (pdd/data/provider_catalog.v1.json) is now shipped with the package.

Fixes

  • Explicit temperature values are now preserved across nested LLM stages (#2317).
  • Temperatures above 1.0 are now accepted in nested generate stages (#2320).
  • Model routing is now preserved correctly when dispatching through PDD Cloud.
  • Explicit claude-fable-5 selection is now honored; Fable refusals are handled gracefully.
  • Sync protected rollout policy is restored (#2319).

Internal

  • Cloud batch release validation upgraded from gemini-3-flash-preview to gemini-3.6-flash (#2324).

What's Changed

Full Changelog: v0.0.308...v0.0.309