no review tasks

This commit is contained in:
easong-openai
2025-09-26 03:17:14 -07:00
parent 16ac10f9d3
commit e20e4edbab
4 changed files with 12 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ pub struct TaskSummary {
/// Human-friendly environment label (when available)
pub environment_label: Option<String>,
pub summary: DiffSummary,
/// True when the backend reports this task as a code review.
#[serde(default)]
pub is_review: bool,
}
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]