From 3fc1cac01501c948f6ca938cede8d24aa4b68e99 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 30 Mar 2026 11:21:47 -0300 Subject: [PATCH] docs(i18n): update CHANGELOG, README and sync multi-language FEATURES docs --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 7 +++++++ docs/FEATURES.md | 4 ++-- docs/i18n/ar/README.md | 7 +++++++ docs/i18n/ar/docs/FEATURES.md | 4 ++-- docs/i18n/bg/README.md | 7 +++++++ docs/i18n/bg/docs/FEATURES.md | 4 ++-- docs/i18n/da/README.md | 7 +++++++ docs/i18n/da/docs/FEATURES.md | 4 ++-- docs/i18n/de/README.md | 7 +++++++ docs/i18n/de/docs/FEATURES.md | 4 ++-- docs/i18n/es/README.md | 7 +++++++ docs/i18n/es/docs/FEATURES.md | 4 ++-- docs/i18n/fi/README.md | 7 +++++++ docs/i18n/fi/docs/FEATURES.md | 4 ++-- docs/i18n/fr/README.md | 7 +++++++ docs/i18n/fr/docs/FEATURES.md | 4 ++-- docs/i18n/he/README.md | 7 +++++++ docs/i18n/he/docs/FEATURES.md | 4 ++-- docs/i18n/hu/README.md | 7 +++++++ docs/i18n/hu/docs/FEATURES.md | 4 ++-- docs/i18n/id/README.md | 7 +++++++ docs/i18n/id/docs/FEATURES.md | 4 ++-- docs/i18n/in/README.md | 7 +++++++ docs/i18n/in/docs/FEATURES.md | 4 ++-- docs/i18n/it/README.md | 7 +++++++ docs/i18n/it/docs/FEATURES.md | 4 ++-- docs/i18n/ja/README.md | 7 +++++++ docs/i18n/ja/docs/FEATURES.md | 4 ++-- docs/i18n/ko/README.md | 7 +++++++ docs/i18n/ko/docs/FEATURES.md | 4 ++-- docs/i18n/ms/README.md | 7 +++++++ docs/i18n/ms/docs/FEATURES.md | 4 ++-- docs/i18n/nl/README.md | 7 +++++++ docs/i18n/nl/docs/FEATURES.md | 4 ++-- docs/i18n/no/README.md | 7 +++++++ docs/i18n/no/docs/FEATURES.md | 4 ++-- docs/i18n/phi/README.md | 7 +++++++ docs/i18n/phi/docs/FEATURES.md | 4 ++-- docs/i18n/pl/README.md | 7 +++++++ docs/i18n/pl/docs/FEATURES.md | 4 ++-- docs/i18n/pt-BR/README.md | 7 +++++++ docs/i18n/pt-BR/docs/FEATURES.md | 4 ++-- docs/i18n/pt/README.md | 7 +++++++ docs/i18n/pt/docs/FEATURES.md | 4 ++-- docs/i18n/ro/README.md | 7 +++++++ docs/i18n/ro/docs/FEATURES.md | 4 ++-- docs/i18n/ru/README.md | 7 +++++++ docs/i18n/ru/docs/FEATURES.md | 4 ++-- docs/i18n/sk/README.md | 7 +++++++ docs/i18n/sk/docs/FEATURES.md | 4 ++-- docs/i18n/sv/README.md | 7 +++++++ docs/i18n/sv/docs/FEATURES.md | 4 ++-- docs/i18n/th/README.md | 7 +++++++ docs/i18n/th/docs/FEATURES.md | 4 ++-- docs/i18n/uk-UA/README.md | 7 +++++++ docs/i18n/uk-UA/docs/FEATURES.md | 4 ++-- docs/i18n/vi/README.md | 7 +++++++ docs/i18n/vi/docs/FEATURES.md | 4 ++-- docs/i18n/zh-CN/README.md | 7 +++++++ docs/i18n/zh-CN/docs/FEATURES.md | 4 ++-- 61 files changed, 290 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa857c4a2b..333716392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ ## [Unreleased] +### โœจ New Features + +- **A2A Workflows:** Added deterministic FSM orchestrator for multi-step agent workflows. +- **Graceful Degradation:** Added a new multi-layer fallback framework to preserve core functionality during partial system outages. +- **Config Audit:** Added an audit trail with diff detection to track changes and enable configuration rollbacks. +- **Provider Health:** Added provider expiration tracking with proactive UI alerts for expiring API keys. +- **Adaptive Routing:** Added an adaptive volume and complexity detector to override routing strategies dynamically based on load. +- **Provider Diversity:** Implemented provider diversity scoring via Shannon entropy to improve load distribution. +- **Auto-Disable Bounds:** Added an Auto-Disable Banned Accounts setting toggle to the Resilience dashboard. + +### ๐Ÿ› Bug Fixes + +- **Codex & Claude Compatibility:** Fixed UI fallbacks, patched Codex non-streaming integration issues, and resolved CLI runtime detection on Windows. +- **Release Automation:** Expanded permissions required for the Electron App build in GitHub Actions. +- **Cloudflare Runtime:** Addressed correct runtime isolation exit codes for Cloudflared tunnel components. + +### ๐Ÿงช Tests + +- **Test Suite Updates:** Expanded test coverage for volume detectors, provider diversity, configuration audit, and FSM. + --- ## [3.3.3] - 2026-03-29 diff --git a/README.md b/README.md index b3cc98bba9..3b2fe3a90d 100644 --- a/README.md +++ b/README.md @@ -1218,6 +1218,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1248,6 +1251,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/FEATURES.md b/docs/FEATURES.md index c2c147dd8a..d966f38f90 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -66,8 +66,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ar/README.md b/docs/i18n/ar/README.md index 7abcecc5b3..6b539482a7 100644 --- a/docs/i18n/ar/README.md +++ b/docs/i18n/ar/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ar/docs/FEATURES.md b/docs/i18n/ar/docs/FEATURES.md index 55f891adce..bfcb823b16 100644 --- a/docs/i18n/ar/docs/FEATURES.md +++ b/docs/i18n/ar/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/bg/README.md b/docs/i18n/bg/README.md index 2565b5af67..9f5536af37 100644 --- a/docs/i18n/bg/README.md +++ b/docs/i18n/bg/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/bg/docs/FEATURES.md b/docs/i18n/bg/docs/FEATURES.md index 8280fb588d..f497f4cfd1 100644 --- a/docs/i18n/bg/docs/FEATURES.md +++ b/docs/i18n/bg/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/da/README.md b/docs/i18n/da/README.md index 19b745d4e8..d98ad2b298 100644 --- a/docs/i18n/da/README.md +++ b/docs/i18n/da/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/da/docs/FEATURES.md b/docs/i18n/da/docs/FEATURES.md index f994acabd9..9b2ad6f8c9 100644 --- a/docs/i18n/da/docs/FEATURES.md +++ b/docs/i18n/da/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/de/README.md b/docs/i18n/de/README.md index d3691ccfd1..74aeae71de 100644 --- a/docs/i18n/de/README.md +++ b/docs/i18n/de/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/de/docs/FEATURES.md b/docs/i18n/de/docs/FEATURES.md index 1680d2013c..72b1b15eba 100644 --- a/docs/i18n/de/docs/FEATURES.md +++ b/docs/i18n/de/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/es/README.md b/docs/i18n/es/README.md index 757d67c750..14cc5b4fe5 100644 --- a/docs/i18n/es/README.md +++ b/docs/i18n/es/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/es/docs/FEATURES.md b/docs/i18n/es/docs/FEATURES.md index 551412f807..4d8f9bcc3a 100644 --- a/docs/i18n/es/docs/FEATURES.md +++ b/docs/i18n/es/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/fi/README.md b/docs/i18n/fi/README.md index d55e6741e0..49b7aa4b2b 100644 --- a/docs/i18n/fi/README.md +++ b/docs/i18n/fi/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/fi/docs/FEATURES.md b/docs/i18n/fi/docs/FEATURES.md index 45932eeb41..1acc4488ff 100644 --- a/docs/i18n/fi/docs/FEATURES.md +++ b/docs/i18n/fi/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/fr/README.md b/docs/i18n/fr/README.md index 01037143df..14a4a88a74 100644 --- a/docs/i18n/fr/README.md +++ b/docs/i18n/fr/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/fr/docs/FEATURES.md b/docs/i18n/fr/docs/FEATURES.md index 7d7826febb..ede8e2c315 100644 --- a/docs/i18n/fr/docs/FEATURES.md +++ b/docs/i18n/fr/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/he/README.md b/docs/i18n/he/README.md index 51d84073a2..82f0401d5d 100644 --- a/docs/i18n/he/README.md +++ b/docs/i18n/he/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/he/docs/FEATURES.md b/docs/i18n/he/docs/FEATURES.md index bdf0c52381..3eeee0d0b3 100644 --- a/docs/i18n/he/docs/FEATURES.md +++ b/docs/i18n/he/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/hu/README.md b/docs/i18n/hu/README.md index 5f1a2eaed6..40a6c5477d 100644 --- a/docs/i18n/hu/README.md +++ b/docs/i18n/hu/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/hu/docs/FEATURES.md b/docs/i18n/hu/docs/FEATURES.md index 47af714d7e..61e2886ecf 100644 --- a/docs/i18n/hu/docs/FEATURES.md +++ b/docs/i18n/hu/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/id/README.md b/docs/i18n/id/README.md index 11c8657316..2bbe5a1d4e 100644 --- a/docs/i18n/id/README.md +++ b/docs/i18n/id/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/id/docs/FEATURES.md b/docs/i18n/id/docs/FEATURES.md index 364d7774f4..e8d75290d9 100644 --- a/docs/i18n/id/docs/FEATURES.md +++ b/docs/i18n/id/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/in/README.md b/docs/i18n/in/README.md index e95bf306f0..b1255e849f 100644 --- a/docs/i18n/in/README.md +++ b/docs/i18n/in/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/in/docs/FEATURES.md b/docs/i18n/in/docs/FEATURES.md index 76ea57aa04..0e00239bb6 100644 --- a/docs/i18n/in/docs/FEATURES.md +++ b/docs/i18n/in/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/it/README.md b/docs/i18n/it/README.md index 5143093323..862f90b1d1 100644 --- a/docs/i18n/it/README.md +++ b/docs/i18n/it/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/it/docs/FEATURES.md b/docs/i18n/it/docs/FEATURES.md index ad12da09c2..d3f56477a9 100644 --- a/docs/i18n/it/docs/FEATURES.md +++ b/docs/i18n/it/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ja/README.md b/docs/i18n/ja/README.md index 492aecaae9..9912414065 100644 --- a/docs/i18n/ja/README.md +++ b/docs/i18n/ja/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ja/docs/FEATURES.md b/docs/i18n/ja/docs/FEATURES.md index 9dd4c01ecf..5d62d97c47 100644 --- a/docs/i18n/ja/docs/FEATURES.md +++ b/docs/i18n/ja/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ko/README.md b/docs/i18n/ko/README.md index b8622abcbf..df9bd6f336 100644 --- a/docs/i18n/ko/README.md +++ b/docs/i18n/ko/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ko/docs/FEATURES.md b/docs/i18n/ko/docs/FEATURES.md index f94da700bb..4d38b2d602 100644 --- a/docs/i18n/ko/docs/FEATURES.md +++ b/docs/i18n/ko/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ms/README.md b/docs/i18n/ms/README.md index 54e079f452..2b9d85b104 100644 --- a/docs/i18n/ms/README.md +++ b/docs/i18n/ms/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ms/docs/FEATURES.md b/docs/i18n/ms/docs/FEATURES.md index 343035644b..e429f21df4 100644 --- a/docs/i18n/ms/docs/FEATURES.md +++ b/docs/i18n/ms/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/nl/README.md b/docs/i18n/nl/README.md index 37a098d557..96bf569dc7 100644 --- a/docs/i18n/nl/README.md +++ b/docs/i18n/nl/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/nl/docs/FEATURES.md b/docs/i18n/nl/docs/FEATURES.md index e5ec5b8073..288dbfe74f 100644 --- a/docs/i18n/nl/docs/FEATURES.md +++ b/docs/i18n/nl/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/no/README.md b/docs/i18n/no/README.md index 2806587a15..d01cf5b5d7 100644 --- a/docs/i18n/no/README.md +++ b/docs/i18n/no/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/no/docs/FEATURES.md b/docs/i18n/no/docs/FEATURES.md index 7df4ba51a9..b1dfb8c2ae 100644 --- a/docs/i18n/no/docs/FEATURES.md +++ b/docs/i18n/no/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/phi/README.md b/docs/i18n/phi/README.md index 0e128e685c..d45fb48995 100644 --- a/docs/i18n/phi/README.md +++ b/docs/i18n/phi/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/phi/docs/FEATURES.md b/docs/i18n/phi/docs/FEATURES.md index 523d0f63fe..c1b37a7b03 100644 --- a/docs/i18n/phi/docs/FEATURES.md +++ b/docs/i18n/phi/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/pl/README.md b/docs/i18n/pl/README.md index cbf68b8431..be082c04f5 100644 --- a/docs/i18n/pl/README.md +++ b/docs/i18n/pl/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/pl/docs/FEATURES.md b/docs/i18n/pl/docs/FEATURES.md index d5b54bf992..ba2a20869e 100644 --- a/docs/i18n/pl/docs/FEATURES.md +++ b/docs/i18n/pl/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/pt-BR/README.md b/docs/i18n/pt-BR/README.md index 89c47c048b..8e21f474f9 100644 --- a/docs/i18n/pt-BR/README.md +++ b/docs/i18n/pt-BR/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/pt-BR/docs/FEATURES.md b/docs/i18n/pt-BR/docs/FEATURES.md index e32bab7c3a..378264e56e 100644 --- a/docs/i18n/pt-BR/docs/FEATURES.md +++ b/docs/i18n/pt-BR/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/pt/README.md b/docs/i18n/pt/README.md index 5b019e58c2..f3e391323c 100644 --- a/docs/i18n/pt/README.md +++ b/docs/i18n/pt/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/pt/docs/FEATURES.md b/docs/i18n/pt/docs/FEATURES.md index d9e681286c..9c02a98122 100644 --- a/docs/i18n/pt/docs/FEATURES.md +++ b/docs/i18n/pt/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ro/README.md b/docs/i18n/ro/README.md index 4d5f1c4ba7..0ccea73b8b 100644 --- a/docs/i18n/ro/README.md +++ b/docs/i18n/ro/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ro/docs/FEATURES.md b/docs/i18n/ro/docs/FEATURES.md index e0625281eb..e45538e81a 100644 --- a/docs/i18n/ro/docs/FEATURES.md +++ b/docs/i18n/ro/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/ru/README.md b/docs/i18n/ru/README.md index 386283d3d0..f34c0f69a9 100644 --- a/docs/i18n/ru/README.md +++ b/docs/i18n/ru/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/ru/docs/FEATURES.md b/docs/i18n/ru/docs/FEATURES.md index ebd04b398b..14ecc8375d 100644 --- a/docs/i18n/ru/docs/FEATURES.md +++ b/docs/i18n/ru/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/sk/README.md b/docs/i18n/sk/README.md index 6311e66867..68aefccba9 100644 --- a/docs/i18n/sk/README.md +++ b/docs/i18n/sk/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/sk/docs/FEATURES.md b/docs/i18n/sk/docs/FEATURES.md index 1f03969952..2123f296c7 100644 --- a/docs/i18n/sk/docs/FEATURES.md +++ b/docs/i18n/sk/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/sv/README.md b/docs/i18n/sv/README.md index e623ed0597..c6ada8de40 100644 --- a/docs/i18n/sv/README.md +++ b/docs/i18n/sv/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/sv/docs/FEATURES.md b/docs/i18n/sv/docs/FEATURES.md index e0054ba36c..a03d5c5bec 100644 --- a/docs/i18n/sv/docs/FEATURES.md +++ b/docs/i18n/sv/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/th/README.md b/docs/i18n/th/README.md index 73fa7269fd..a122fa9ed7 100644 --- a/docs/i18n/th/README.md +++ b/docs/i18n/th/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/th/docs/FEATURES.md b/docs/i18n/th/docs/FEATURES.md index f58a52e527..fcc7d494ad 100644 --- a/docs/i18n/th/docs/FEATURES.md +++ b/docs/i18n/th/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/uk-UA/README.md b/docs/i18n/uk-UA/README.md index 1fb50f6f61..f260d69563 100644 --- a/docs/i18n/uk-UA/README.md +++ b/docs/i18n/uk-UA/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/uk-UA/docs/FEATURES.md b/docs/i18n/uk-UA/docs/FEATURES.md index 68b009832d..b94f1b810c 100644 --- a/docs/i18n/uk-UA/docs/FEATURES.md +++ b/docs/i18n/uk-UA/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/vi/README.md b/docs/i18n/vi/README.md index 4611c26358..a01bc27a74 100644 --- a/docs/i18n/vi/README.md +++ b/docs/i18n/vi/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/vi/docs/FEATURES.md b/docs/i18n/vi/docs/FEATURES.md index 3488ce2edc..659da83094 100644 --- a/docs/i18n/vi/docs/FEATURES.md +++ b/docs/i18n/vi/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png) diff --git a/docs/i18n/zh-CN/README.md b/docs/i18n/zh-CN/README.md index 8c945feee4..b4dc36dd0a 100644 --- a/docs/i18n/zh-CN/README.md +++ b/docs/i18n/zh-CN/README.md @@ -1222,6 +1222,9 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ”€ **Model Aliases** | Built-in + custom model aliasing and migration safety | | โšก **Background Degradation** | Route low-priority background tasks to cheaper models | | ๐Ÿงช **Task-Aware Smart Routing** | Auto-select model by content type (coding/vision/analysis/summarization) | +| ๐Ÿ”„ **A2A Agent Workflows** | Deterministic FSM orchestrator for stateful multi-step agent executions | +| ๐Ÿ”€ **Adaptive Routing** | Dynamic strategy override based on token volume and prompt complexity | +| ๐ŸŽฒ **Provider Diversity** | Shannon entropy scoring balancing auto-combo traffic distribution | | ๐Ÿ’ฌ **System Prompt Injection** | Global behavior controls applied consistently | | ๐Ÿ“„ **Responses API Compatibility** | Full `/v1/responses` support for Codex and advanced agentic workflows | @@ -1252,6 +1255,10 @@ OmniRoute v2.0 is built as an operational platform, not just a relay proxy. | ๐Ÿ” **CLI Fingerprint Matching** | Matches native CLI request signatures โ€” **reduces ban risk while preserving proxy IP** | | ๐ŸŒ **IP Filtering** | Allowlist/blocklist control for exposed deployments | | ๐Ÿ“Š **Editable Rate Limits** | Configurable global/provider-level limits with persistence | +| ๐Ÿ“‰ **Graceful Degradation** | Multi-layer capability fallbacks protecting core gateway operations | +| ๐Ÿ“œ **Config Audit Trail** | Diff-based change tracking preventing operational drift with simple rollbacks | +| โณ **Provider Health Sync** | Proactive token expiration monitoring triggering alerts before authorization failures | +| ๐Ÿšช **Auto-Disable Banned Accounts** | Operational circuit breaker sealing permanently blocked token accounts automatically | | ๐Ÿ”‘ **API Key Management + Scoping** | Secure key issuance/rotation and model/provider controls | | ๐Ÿ‘๏ธ **Scoped API Key Reveal** ๐Ÿ†• | Opt-in recovery of API keys via `ALLOW_API_KEY_REVEAL` | | ๐Ÿ›ก๏ธ **Protected `/models`** | Optional auth gating and provider hiding for model catalog | diff --git a/docs/i18n/zh-CN/docs/FEATURES.md b/docs/i18n/zh-CN/docs/FEATURES.md index ce4fb41a05..66136604fc 100644 --- a/docs/i18n/zh-CN/docs/FEATURES.md +++ b/docs/i18n/zh-CN/docs/FEATURES.md @@ -68,8 +68,8 @@ Comprehensive settings panel with tabs: - **Appearance** โ€” Theme selector (dark/light/system), color theme presets and custom colors, health log visibility, sidebar item visibility controls - **Security** โ€” API endpoint protection, custom provider blocking, IP filtering, session info - **Routing** โ€” Model aliases, background task degradation -- **Resilience** โ€” Rate limit persistence, circuit breaker tuning -- **Advanced** โ€” Configuration overrides +- **Resilience** โ€” Rate limit persistence, circuit breaker tuning, auto-disable banned accounts, provider expiration monitoring +- **Advanced** โ€” Configuration overrides, configuration audit trail, fallback degradation mode ![Settings Dashboard](screenshots/06-settings.png)