Commit cf75a1a
Fix /resume getting stuck when resumed chat had stale compaction flags
When /resume copies the old chat state, it now clears :auto-compacting?
and :compacting? flags alongside :prompt-finished?. Stale compaction
flags caused finish-chat-prompt! to silently skip, leaving the UI stuck
at "Parsing given context".
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca <git@eca.dev>1 parent af1f953 commit cf75a1a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments