Done! Updated Amp version to 0.0.1763179276-g784b75 in [crates/executors/src/executors/amp.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/4773-bump-amp/crates/executors/src/executors/amp.rs#L36). (#1294)
This commit is contained in:
committed by
GitHub
parent
e4436cf6d7
commit
c49a008c80
@@ -33,7 +33,7 @@ pub struct Amp {
|
|||||||
|
|
||||||
impl Amp {
|
impl Amp {
|
||||||
fn build_command_builder(&self) -> CommandBuilder {
|
fn build_command_builder(&self) -> CommandBuilder {
|
||||||
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1761050239-g36fe88")
|
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763179276-g784b75")
|
||||||
.params(["--execute", "--stream-json"]);
|
.params(["--execute", "--stream-json"]);
|
||||||
if self.dangerously_allow_all.unwrap_or(false) {
|
if self.dangerously_allow_all.unwrap_or(false) {
|
||||||
builder = builder.extend_params(["--dangerously-allow-all"]);
|
builder = builder.extend_params(["--dangerously-allow-all"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user