claude-desktop/src-tauri
Eddy 51239d6639 Sticky Context Auto-Load beim App-Start
- init_sticky_context Tauri Command: Lädt Context aus DB, sendet an Bridge
- Frontend ruft Command beim Start auf (+layout.svelte)
- StickyContextInfo Store für Status-Tracking
- Context-Badge im Footer (📌 +XXctx Token)
- Zeigt Anzahl Einträge und Token-Schätzung

Bugfixes:
- context.rs: Typ-Annotationen in Closures (String statt str)
- db.rs: conn als pub(crate) für Module-Zugriff
- memory.rs: get_sticky_context → get_sticky_memory_entries (Namenskonflikt)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-14 14:39:39 +02:00
..
capabilities Tray-Icon mit Menü (Zeigen/Minimieren/Beenden) 2026-04-14 11:57:15 +02:00
icons Initial Commit: Claude Desktop Grundgerüst 2026-04-13 12:16:20 +02:00
scripts Phase 2: Claude SDK Integration + Event-System 2026-04-13 14:43:34 +02:00
src Sticky Context Auto-Load beim App-Start 2026-04-14 14:39:39 +02:00
build.rs Initial Commit: Claude Desktop Grundgerüst 2026-04-13 12:16:20 +02:00
Cargo.lock Sticky Context Auto-Load beim App-Start 2026-04-14 14:39:39 +02:00
Cargo.toml Phase 8: Claude-DB Integration — Wissensbasis-Anbindung 2026-04-14 13:27:59 +02:00
tauri.conf.json Tray-Icon mit Menü (Zeigen/Minimieren/Beenden) 2026-04-14 11:57:15 +02:00