This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryPer‑SDK default models are now configurable via .tokentoll.yml with a default_models dict.
Full changelog
Per-SDK default models
Dynamic LLM calls now resolve to sensible per-SDK defaults instead of always falling back to gpt-4o:
- OpenAI calls default to
gpt-4o - Anthropic calls default to
claude-sonnet-4-20250514 - Google GenAI calls default to
gemini-2.0-flash - LiteLLM calls default to
gpt-4o - LangChain calls default to
gpt-4o
Config: default_models support
The .tokentoll.yml config file now supports a default_models dict for per-SDK overrides at both project and path levels:
default_models:
openai: gpt-4o-mini
anthropic: claude-haiku-3-20240307
Resolution order: per-SDK config > generic default_model > built-in SDK defaults.
Full Changelog
https://github.com/Jwrede/tokentoll/compare/v0.4.0...v0.5.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Tokentoll
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]