mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Update ChangeLog
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,3 +1,18 @@
|
|||||||
|
# v0.4.8 (2026-04-28)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Add Web Search & Web Fetch providers with Combo support — chain multiple search/fetch providers as a single virtual provider
|
||||||
|
- Add Cloudflare AI provider support
|
||||||
|
- Add provider filter and expiry sorting to quota dashboard (#769)
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
- Proxy-aware token refresh across executors (Antigravity, Base, Default, Github, Kiro)
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fix granular `reasoning_effort` handling for Claude models on Copilot & Anthropic backend (#791)
|
||||||
|
- Fix Antigravity INVALID_ARGUMENT errors and Copilot agent mode parity
|
||||||
|
- Fix quota reset timestamp parsing (#768)
|
||||||
|
|
||||||
# v0.4.6 (2026-04-25)
|
# v0.4.6 (2026-04-25)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "9router-app",
|
"name": "9router-app",
|
||||||
"version": "0.4.6",
|
"version": "0.4.8",
|
||||||
"description": "9Router web dashboard",
|
"description": "9Router web dashboard",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user