- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
Let --resume take a thread that reported, and refuse only a cancelled one
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
crates/openagents-cli/src/resume.rs
Diff
1 file changed, +41 -14
crates/openagents-cli/src/resume.rs modified +41 -14
@@ -127,9 +127,11 @@ pub fn repository_of(objective: &str) -> Option<String> {
| 127 | 127 |
|
| 128 | 128 |
|
| 129 | 129 |
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 |
|
|
| 133 | 135 |
|
| 134 | 136 |
|
| 135 | 137 |
|
@@ -150,18 +152,28 @@ pub fn resumable_threads(
| 150 | 152 |
|
| 151 | 153 |
|
| 152 | 154 |
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 157 | 168 |
|
| 158 |
|
|
| 169 |
|
|
| 159 | 170 |
|
| 160 | 171 |
|
| 161 | 172 |
|
| 162 |
|
|
| 173 |
|
|
| 174 |
|
|
| 163 | 175 |
|
| 164 |
|
|
| 176 |
|
|
| 165 | 177 |
|
| 166 | 178 |
|
| 167 | 179 |
|
@@ -597,18 +609,33 @@ mod tests {
| 597 | 609 |
|
| 598 | 610 |
|
| 599 | 611 |
|
| 612 |
|
|
| 613 |
|
|
| 614 |
|
|
| 615 |
|
|
| 616 |
|
|
| 617 |
|
|
| 600 | 618 |
|
| 601 |
|
|
| 602 |
|
|
| 619 |
|
|
| 620 |
|
|
| 603 | 621 |
|
| 604 |
|
|
| 622 |
|
|
| 605 | 623 |
|
| 606 | 624 |
|
| 607 | 625 |
|
| 608 | 626 |
|
| 609 | 627 |
|
| 610 |
|
|
| 628 |
|
|
| 629 |
|
|
| 611 | 630 |
|
| 631 |
|
|
| 632 |
|
|
| 633 |
|
|
| 634 |
|
|
| 635 |
|
|
| 636 |
|
|
| 637 |
|
|
| 638 |
|
|
| 612 | 639 |
|
| 613 | 640 |
|
| 614 | 641 |
|