Commit 4ca961d
fix: use correct
The checkpoint guard referenced `args.agent` which is never set — the
actual CLI flag is `--subagent`. The old check always evaluated to False,
making the condition equivalent to just `self.args.all`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>subagent flag instead of nonexistent agent attr1 parent ecb81fc commit 4ca961d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
0 commit comments