Skip to content

Commit 32f6232

Browse files
committed
fix: unblock Code v1.7.2 release
- allow the internal loop helper to pass clippy - publish from the Code repo workflows with arm64-only macOS
1 parent 3e32920 commit 32f6232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/agent.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,7 @@ impl AgentLoop {
17711771
/// `effective_prompt` is used for hooks, memory recall, taint tracking, and events.
17721772
/// `emit_end` controls whether to send `AgentEvent::End` when the loop completes
17731773
/// (should be false when called from `execute_plan` to avoid duplicate End events).
1774+
#[allow(clippy::too_many_arguments)]
17741775
async fn execute_loop_inner(
17751776
&self,
17761777
history: &[Message],

0 commit comments

Comments
 (0)