Skip to content

v0.2.67

Choose a tag to compare

@larryro larryro released this 30 Apr 07:30
a46f3de

v0.2.67 — Save agents before adding API keys

Fixes a save-time validation bug that blocked agents from referencing providers whose JSON config existed but didn't yet have an API key. Provider configuration and secret provisioning can now happen in any order, while runtime invocation continues to enforce key availability.

🐛 Fixes

  • Allow saving agents that reference keyless providers — saveAgent now validates supportedModels against the configured-models list (read directly from provider JSON) instead of the runtime model list, which required secrets to be present (#1653)

Upgrade

Run tale upgrade to update the CLI, then tale deploy to apply the new version.

No manual migration required.

Contributors

@larryro


Full Changelog: v0.2.66...v0.2.67