Add runtime provider controls and searchable AI routing
CI / verify (push) Has been cancelled
CI / publish (push) Has been cancelled

Manage provider keys at runtime, route current-information questions through server-side search with safe fallback, and scope OOBE usage claims to grants.
This commit is contained in:
Rocky
2026-08-22 16:33:17 +08:00
parent f8fa93dc48
commit 9fb947aa7d
43 changed files with 2079 additions and 80 deletions
@@ -103,6 +103,7 @@ sealed interface OobeRefreshRotationResult {
data class OobeRequestClaim(
val subjectId: String,
val grantId: String,
val feature: OobeFeature,
val requestId: String,
)