merge release/v3.8.49 into feat/6683-cli-auth-export

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-19 11:46:04 -03:00
106 changed files with 2913 additions and 379 deletions

View File

@@ -99,7 +99,7 @@ not** skip steps; each is timed.
### 4.2 Cluster-wide latency regression
1. Check the most recent deploy (`/api/version` returns the SHA).
1. Check the most recent deploy (`/api/system/version` returns the SHA).
2. If p95 doubled vs the 7-day baseline, **roll back** to the prior
SHA via `bin/rollback.sh`.
3. If the regression is provider-side, see § 4.1.

View File

@@ -125,7 +125,7 @@ flag in the weekly perf review.
| Endpoint | Method | p50 | p95 | p99 |
|---|---|---|---|---|
| `/api/health/ping` | GET | 5 ms | 20 ms | 50 ms |
| `/api/version` | GET | 5 ms | 20 ms | 50 ms |
| `/api/system/version` | GET | 5 ms | 20 ms | 50 ms |
| `/api/docs` | GET | 20 ms | 80 ms | 200 ms (HTML shell, no provider call) |
---

View File

@@ -64,7 +64,7 @@ executed there. The rule decision is stored in the existing route trace without
## Persistence
The migration `src/lib/db/migrations/125_reasoning_routing_rules.sql` creates the
The migration `src/lib/db/migrations/126_reasoning_routing_rules.sql` creates the
`reasoning_routing_rules` table. Rules reference stored API keys, combos, and provider connections.
Deletes clean up related rules. The database access layer in
`src/lib/db/reasoningRoutingRules.ts` maintains an invalidatable cache for the request path.