You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,13 +92,13 @@ inputs:
92
92
required: false
93
93
default: "7"
94
94
review_model:
95
-
description: "Override the model used for code review (e.g., 'claude-sonnet-4-5-20250929', 'gpt-5.1-codex'). Only applies to review flows."
95
+
description: "Override the model used for code review (e.g., 'claude-sonnet-4-5-20250929', 'gpt-5.4-mini'). Only applies to review flows."
96
96
required: false
97
-
default: "gpt-5.2"
97
+
default: "gpt-5.4"
98
98
reasoning_effort:
99
-
description: "Override reasoning effort for review flows (passed to Droid Exec as --reasoning-effort). If empty and review_model is also empty, the action defaults internally to gpt-5.2 at high reasoning."
99
+
description: "Override reasoning effort for review flows (passed to Droid Exec as --reasoning-effort). If empty and review_model is also empty, the action defaults internally to gpt-5.4 at xhigh reasoning."
100
100
required: false
101
-
default: "high"
101
+
default: "xhigh"
102
102
review_use_validator:
103
103
description: "Enable two-pass review: generate candidate comments to JSON, then validate and post only approved ones."
0 commit comments