chore(release): v0.1.3

This commit is contained in:
ilya-bov
2026-03-06 15:56:39 +03:00
parent 9660b858a9
commit 70d2bf6fb6
7 changed files with 82 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
## Eggent v0.1.3 - OAuth Native CLI Providers
Patch release focused on OAuth-native provider integration and reliability improvements for API transports.
### Highlights
- Added API-native OAuth transport for `codex-cli` and `gemini-cli` providers.
- Added provider auth endpoints for CLI OAuth connect/status checks.
- Updated Settings flow to `Provider -> Method -> Connect -> Model`.
- Added dynamic CLI model discovery with fallback presets.
- Fixed invalid URL failures for Anthropic and Google when base URL is missing/empty.
- Version bump to `0.1.3` across package metadata and `GET /api/health`.
### Upgrade Notes
- No migration step required.
- Existing API key providers continue to work as before.
- For CLI providers, run CLI login first (`codex login` / `gemini` OAuth login), then use OAuth mode in Eggent.
### Links
- Full release snapshot: `docs/releases/0.1.3-oauth-native-cli-providers.md`
- Installation and update guide: `README.md`