|
All checks were successful
Build AppImage / build (push) Successful in 10m19s
Accept/Reject DiffView: - Bridge sendet checkpoint-before/after Events bei Edit/Write - Rust speichert Datei-Snapshots in SQLite (content_before/after) - Frontend zeigt interaktive DiffView mit Accept/Reject-Buttons - Bei Reject: Datei wird automatisch auf Zustand VOR der Aenderung zurueckgesetzt - Neues Modul: checkpoint.rs mit Accept/Reject/Rewind Commands @-Mentions (Datei-Referenzen): - @datei.ts im Chat-Input oeffnet Fuzzy-Autocomplete - Fuzzy-Suche scannt Projektverzeichnis (max 5000 Dateien) - Score-basiertes Ranking (Anfang, Separator, konsekutive Matches) - Bei Auswahl: Dateiinhalt wird in Prompt injiziert (als Code-Block) - @datei.ts#5-10 fuer Zeilenbereiche - Neue Komponente: FileMention.svelte Checkpoint/Rewind: - Automatische Snapshots bei jeder Dateiänderung (Edit/Write) - SQLite-Tabelle checkpoints mit content_before/content_after - Rewind: Alle Dateien ab einem Checkpoint zuruecksetzen - Commands: accept_change, reject_change, list_checkpoints, rewind_to_checkpoint Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| audit.rs | ||
| chat_window.rs | ||
| checkpoint.rs | ||
| claude.rs | ||
| clipboard.rs | ||
| commands.rs | ||
| context.rs | ||
| db.rs | ||
| guard.rs | ||
| hooks.rs | ||
| ide.rs | ||
| knowledge.rs | ||
| lib.rs | ||
| main.rs | ||
| memory.rs | ||
| programs.rs | ||
| session.rs | ||
| teaching.rs | ||
| update.rs | ||
| voice.rs | ||