| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-29 | 681 Bytes | |
| v0.6.4 source code.tar.gz | 2026-05-29 | 33.6 MB | |
| v0.6.4 source code.zip | 2026-05-29 | 33.7 MB | |
| Totals: 3 Items | 67.3 MB | 0 | |
Added
- Instance migration (0.6.3) syncs provider template env vars to existing instances. Detects the provider from
ANTHROPIC_BASE_URLinsettings.jsonand re-applies the latest template (model names, thinking tokens, output limits). Preserves API keys and user-added env vars. detectProvider()andgetProviderByBaseUrl()intemplates.tsmatch a base URL to a provider template name.providerTemplatefield on theInstancetype. New instances store it; migration backfills it for existing instances.