make incremental reviews silent (suppress progress comments)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
committed by
pullfrog[bot]
parent
734e8197db
commit
808849fcc8
@@ -12,7 +12,9 @@ import { defineFixture, getAgentOutput, getStructuredOutput } from "../utils.ts"
|
||||
const fixture = defineFixture(
|
||||
{
|
||||
prompt: `Select the Plan mode via select_mode, then delegate with mini effort. Your subagent instructions should be:
|
||||
"This is a delegation test. Your only task is to call set_output with the value 'DELEGATE_BASIC_PASSED'. Do not create plans, branches, or PRs. Just call set_output."`,
|
||||
"This is a delegation test. Your only task is to call set_output with the value 'DELEGATE_BASIC_PASSED'. Do not create plans, branches, or PRs. Just call set_output."
|
||||
|
||||
When all delegations are complete, call set_output with the final result. This makes it available as the GitHub Action output.`,
|
||||
effort: "mini",
|
||||
timeout: "5m",
|
||||
},
|
||||
|
||||
@@ -16,7 +16,9 @@ const fixture = defineFixture(
|
||||
{
|
||||
prompt: `This is a simple task. Select the Plan mode via select_mode, then delegate with MINI effort (this is a trivial task).
|
||||
Your subagent instructions should be:
|
||||
"Call set_output with the value 'EFFORT_TEST_PASSED'. Do not create plans or PRs. Just call set_output."`,
|
||||
"Call set_output with the value 'EFFORT_TEST_PASSED'. Do not create plans or PRs. Just call set_output."
|
||||
|
||||
When all delegations are complete, call set_output with the final result. This makes it available as the GitHub Action output.`,
|
||||
effort: "auto",
|
||||
timeout: "5m",
|
||||
},
|
||||
|
||||
@@ -19,7 +19,9 @@ Phase 1: Select Plan mode via select_mode, then delegate with tasks: [{ label: "
|
||||
|
||||
Phase 2: After Phase 1 completes, select Plan mode again and delegate with tasks: [{ label: "phase-2", instructions: "Your task is to call set_output with the value 'MULTI_DELEGATE_PASSED'. Do not create plans or PRs.", effort: "mini" }]. Include the result from Phase 1 in the instructions if you want.
|
||||
|
||||
Both delegations must complete successfully.`,
|
||||
Both delegations must complete successfully.
|
||||
|
||||
When all delegations are complete, call set_output with the final result. This makes it available as the GitHub Action output.`,
|
||||
effort: "mini",
|
||||
timeout: "8m",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user