You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -502,7 +502,7 @@ The foundational runtime library. Contains the AI engine, tool system, plugin ar
502
502
503
503
The API server built on [Hono](https://hono.dev/). Handles HTTP/WebSocket communication, database operations, agent execution, MCP integration, plugin management, and channel connectivity.
504
504
505
-
**~148,000 LOC** across 476 source files. **394 test files** with **16,500+ tests**.
505
+
**~144,000 LOC** across 460 source files. **388 test files** with **16,294+ tests**.
506
506
507
507
**Route Modules (115 handlers):**
508
508
@@ -622,7 +622,7 @@ All API keys are managed via the **Config Center UI** (Settings page) or the `ow
622
622
623
623
### Supported Providers
624
624
625
-
**96 providers** with auto-synced model catalogs from [models.dev](https://models.dev). Key providers:
625
+
**104 providers** with auto-synced model catalogs from [models.dev](https://models.dev). Key providers:
@@ -668,7 +668,7 @@ Any OpenAI-compatible endpoint can be added as a custom provider.
668
668
669
669
-**Anthropic Prompt Caching** β Static system prompt sections (persona, tools, capabilities) marked with `cache_control: { type: 'ephemeral' }`. Dynamic sections (current context, code execution) sent without caching. Reduces input token costs on multi-turn conversations.
670
670
-**Context Compaction** β When context grows large, old messages can be AI-summarized into a compact summary, preserving recent messages. Reduces token usage while maintaining conversation continuity.
671
-
-**Meta-tool Proxy** β Only 4 small tool definitions sent to the LLM instead of 190+ full schemas.
671
+
-**Meta-tool Proxy** β Only 4 small tool definitions sent to the LLM instead of 250+ full schemas.
0 commit comments