v0.2.67
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 —
saveAgentnow validatessupportedModelsagainst 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
Full Changelog: v0.2.66...v0.2.67