From 613caf91d6547e3c144d4988fb259d69b6192581 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Fri, 3 Oct 2025 18:52:30 +0100 Subject: [PATCH] Perfect! The amp version has been successfully updated from `0.0.1758615753-ge2e2fb` to `0.0.1759507289-g3e67fa` in [`crates/executors/src/executors/amp.rs`](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/af80-bump-amp-version/crates/executors/src/executors/amp.rs#L36). This was the only file containing the amp version reference. (#929) --- crates/executors/src/executors/amp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/executors/src/executors/amp.rs b/crates/executors/src/executors/amp.rs index c7dd542c..dd3a0f03 100644 --- a/crates/executors/src/executors/amp.rs +++ b/crates/executors/src/executors/amp.rs @@ -33,7 +33,7 @@ pub struct Amp { impl Amp { fn build_command_builder(&self) -> CommandBuilder { - let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1758615753-ge2e2fb") + let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1759507289-g3e67fa") .params(["--execute", "--stream-json"]); if self.dangerously_allow_all.unwrap_or(false) { builder = builder.extend_params(["--dangerously-allow-all"]);