Bump amp (vibe-kanban) (#1372)

* Done. Updated Amp version to `0.0.1764081384-g1961a83` in [crates/executors/src/executors/amp.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/ba61-bump-amp/crates/executors/src/executors/amp.rs#L36).

* Updated to `0.0.1764081384-g1961a8`.
This commit is contained in:
Louis Knight-Webb
2025-11-25 16:51:46 +00:00
committed by GitHub
parent 43bfe63931
commit 17e0acc906

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