feat(T07): KI-Copilot with OpenRouter chat, voice input, action system, chat history

This commit is contained in:
2026-07-17 02:28:41 +02:00
parent cb89e3ff1e
commit 5cc9f8e9a9
24 changed files with 2878 additions and 188 deletions
+10
View File
@@ -0,0 +1,10 @@
# Known Errors
## T07: KI-Copilot
No known errors. All tests pass.
### Notes
- OpenRouter API key not configured in test environment — tests mock _call_openrouter_chat
- Voice transcription falls back to stub message when OPENROUTER_API_KEY is empty
- Frontend act() warnings in ChatHistory tests are non-blocking (React state update in async useEffect)