Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions review-pr/agents/pr-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,6 @@ agents:
required: ["findings", "summary", "review_complete"]
additionalProperties: false

hooks:
before_llm_call:
- type: builtin
command: max_iterations
args: ["40"]

toolsets:
- type: filesystem
tools: [read_file, list_directory]
Expand All @@ -588,11 +582,6 @@ agents:
model: sonnet
description: Hypothesis Verifier
add_date: true
hooks:
before_llm_call:
- type: builtin
command: max_iterations
args: ["40"]
instruction: |
Verify a batch of bug hypotheses using inline code context.

Expand Down
Loading