huskies: merge 954

This commit is contained in:
dave
2026-05-13 09:35:51 +00:00
parent c228ae1640
commit 765d54fc4b
8 changed files with 290 additions and 9 deletions
+5
View File
@@ -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.