mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
- Change version tag format from `v{epoch}.{major}.{minor}.{rest}` to `v{major}.{minor}`
- Raise minimum selector version from v0.9.9 to v1.0
- Update tag parsing to require exactly two version segments
- Add numeric sorting for version tags (e.g., v1.10 > v1.9)
- Update major version compatibility check to compare first number only
- Improve validation messages: "vX.Y.Z" → "vX.Y", add "v1.0 or newer" requirement
- Clear default
|
||
|---|---|---|
| .. | ||
| api-examples.html | ||
| api_keys.html | ||
| auth.html | ||
| external-settings.html | ||
| external_api.html | ||
| litellm.html | ||
| secrets.html | ||
| self-update-modal.html | ||
| self-update-store.js | ||
| update_checker.html | ||