Done! Updated Amp version to 0.0.1761050239-g36fe88 in [crates/executors/src/executors/amp.rs](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/b0d4-bump-amp-to-0-0/crates/executors/src/executors/amp.rs#L36). (#1070)

This commit is contained in:
Britannio Jarrett
2025-10-21 17:34:41 +01:00
committed by GitHub
parent 40136c95f8
commit 7bca0b8d0c

View File

@@ -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.1759507289-g3e67fa")
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1761050239-g36fe88")
.params(["--execute", "--stream-json"]);
if self.dangerously_allow_all.unwrap_or(false) {
builder = builder.extend_params(["--dangerously-allow-all"]);