Merge remote-tracking branch 'origin/main' into ctate/screencast

This commit is contained in:
Chris Tate
2026-01-13 12:34:51 -06:00
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ git clone https://github.com/vercel-labs/agent-browser
cd agent-browser cd agent-browser
pnpm install pnpm install
pnpm build pnpm build
pnpm build:native pnpm build:native # Requires Rust (https://rustup.rs)
./bin/agent-browser install pnpm link --global # Makes agent-browser available globally
pnpm link --global agent-browser install
``` ```
### Linux Dependencies ### Linux Dependencies
+1
View File
@@ -901,6 +901,7 @@ mod tests {
debug: false, debug: false,
headers: None, headers: None,
executable_path: None, executable_path: None,
cdp: None,
} }
} }