Skip to content

Commit 62d2aa8

Browse files
authored
feat: computer controller overhaul, adding peekaboo (#7342)
1 parent cf0af38 commit 62d2aa8

File tree

6 files changed

+425
-44
lines changed

6 files changed

+425
-44
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/goose-mcp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ libc = "0.2"
6666
# ~1000 downloads). Pinned to exact version to prevent supply chain attacks.
6767
mpatch = "=0.2.0"
6868
tokio-util = { workspace = true }
69+
shell-words = "1.1.1"
6970

7071
[dev-dependencies]
7172
serial_test = { workspace = true }

0 commit comments

Comments
 (0)