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:
committed by
GitHub
parent
43bfe63931
commit
17e0acc906
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user