bump amp (vibe-kanban) (#1422)

* I have bumped the `amp` version to `0.0.1764705684-g95eb77` in [crates/executors/src/executors/amp.rs](file:///private/var/folders/fr/0c4ky3392mb4yz5knw_wjdd00000gn/T/vibe-kanban/worktrees/5070-bump-amp/crates/executors/src/executors/amp.rs).

I verified the changes by running `cargo check --workspace`, which passed successfully.

* I have updated the `amp` version to `0.0.1764777697-g907e30` in [crates/executors/src/executors/amp.rs](file:///private/var/folders/fr/0c4ky3392mb4yz5knw_wjdd00000gn/T/vibe-kanban/worktrees/5070-bump-amp/crates/executors/src/executors/amp.rs).

I verified the changes by running `cargo check --workspace` (after resolving a transient `libsqlite3-sys` build issue).
This commit is contained in:
Britannio Jarrett
2025-12-04 15:12:17 +00:00
committed by GitHub
parent fa4a8f9e22
commit 7989168e7a

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