Skip to content

Franklin Agent 3.24.4 — correct cache_control docstring (#73 follow-up)

Choose a tag to compare

@1bcMax 1bcMax released this 02 Jun 05:57
· 28 commits to main since this release

Docs-only follow-up to 3.24.3.

The JSDoc describing applyAnthropicPromptCaching had drifted above the wrong function (modelHasExtendedThinking) and still claimed "4 breakpoints: system + last 3 messages" while omitting the tool breakpoint — the exact 5-vs-4 miscount that caused #73.

  • Reattached a corrected docstring to the caching function, spelling out the real budget order: system (1) + last tool (1) + remaining message window (capped at 4 combined).

No runtime change — the breakpoint cap shipped in 3.24.3. 443/443 local tests pass.