huskies: merge 954
This commit is contained in:
@@ -157,6 +157,11 @@ pub struct CompletionReport {
|
||||
pub summary: String,
|
||||
pub gates_passed: bool,
|
||||
pub gate_output: String,
|
||||
/// True when the coder exited with no commits but left uncommitted content in
|
||||
/// the worktree. The pipeline advance will issue a commit-only recovery respawn
|
||||
/// rather than a normal retry, and will NOT consume a `retry_count` slot.
|
||||
#[serde(default)]
|
||||
pub needs_commit_recovery: bool,
|
||||
}
|
||||
|
||||
/// Token usage from a Claude Code session's `result` event.
|
||||
|
||||
Reference in New Issue
Block a user