Skip to content

Commit 8be5fc8

Browse files
committed
[RELEASE] Release 0.1.0
1 parent 86435b3 commit 8be5fc8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
5+
Initial release.
6+
7+
- Central AI proxy with `$ai->vision()`, `$ai->text()`, `$ai->translate()`, `$ai->conversation()`, `$ai->embed()`
8+
- Fluent request builder and direct pipeline access (three usage tiers)
9+
- Symfony AI auto-discovery for OpenAI, Anthropic, Gemini, Mistral, Ollama, and more
10+
- 8-layer middleware pipeline: retry, access control, smart routing, capability validation, logging, cost tracking, events, dispatch
11+
- Smart routing with complexity classification and cost-based model downgrade
12+
- Auto model switch with data-driven cheapest model selection
13+
- Governance: provider group restrictions, capability permissions, budget limits, rate limiting, privacy levels
14+
- Backend modules for provider management and request log with statistics
15+
- Dashboard widgets: recent requests, provider usage, model usage, success rate, extension usage
16+
- Provider verification with persisted connection status
17+
- Model enable/disable via Available Providers modal
18+
- Fallback chains with automatic retry on provider failure
19+
- Per-request logging with user tracking, token breakdowns, and rerouting details
20+
- TYPO3 v12, v13, and v14 support

0 commit comments

Comments
 (0)