M6: crash-resume hardening

Hardens resume-after-crash: an unfinished assistant message left by a killed process is marked aborted on load rather than replayed, covered in harness-app and a small harness-tui::modal fix.
This commit is contained in:
2026-07-10 16:20:30 +02:00
parent 08b3cd8fb7
commit 4ba2f7af74
3 changed files with 128 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ harness-lsp = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
futures = { workspace = true }
serde_json = { workspace = true }
async-trait = { workspace = true }
dirs = { workspace = true }
thiserror = { workspace = true }