ROADMAP: Token-basiertes Compacting dokumentiert

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Eddy 2026-04-14 14:03:50 +02:00
parent ab95af24ae
commit b15dc5fd43

View file

@ -90,10 +90,13 @@ Stand: 14.04.2026
- Standard: 30 letzte Nachrichten behalten
- Tauri Command registriert
### Nachträglich implementiert
- ✅ **Token-basiertes Compacting** — Warnung bei ~40k Token mit Bestätigungs-Dialog (ab95af2)
### Noch offen (niedrigere Priorität)
- [ ] **Claude-Session-ID nutzen** — SDK-Fortsetzung mit `--resume`
- [ ] **Automatisches Compacting** — Trigger bei > 50 Nachrichten
---
@ -1206,3 +1209,4 @@ CARGO_TARGET_DIR=/tmp/claude-desktop-target nix-shell --run "npx tauri build"
| 14.04.2026 | eb91e54 | **Phase 9:** Context-Management, ContextPanel |
| 14.04.2026 | 2653b4f | Bridge-Context Integration, DiffView, FilePreview |
| 14.04.2026 | 56eb2f5 | Keyboard Shortcuts + "Das merken" Button |
| 14.04.2026 | ab95af2 | Token-basiertes Compacting mit Dialog |