bb-browser 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/cli.js CHANGED
@@ -3615,7 +3615,7 @@ async function statusCommand(options = {}) {
3615
3615
  }
3616
3616
 
3617
3617
  // packages/cli/src/index.ts
3618
- var VERSION = "0.9.0";
3618
+ var VERSION = "0.10.0";
3619
3619
  var HELP_TEXT = `
3620
3620
  bb-browser - AI Agent \u6D4F\u89C8\u5668\u81EA\u52A8\u5316\u5DE5\u5177
3621
3621
 
package/dist/daemon.js CHANGED
File without changes
File without changes
package/dist/mcp.js CHANGED
@@ -21126,7 +21126,7 @@ async function runSiteCli(args) {
21126
21126
  return parsed ?? result.stdout.trim();
21127
21127
  }
21128
21128
  var server = new McpServer(
21129
- { name: "bb-browser", version: "0.9.0" },
21129
+ { name: "bb-browser", version: "0.10.0" },
21130
21130
  { instructions: `bb-browser lets you control the user's real Chrome browser \u2014 with their login state, cookies, and sessions.
21131
21131
 
21132
21132
  Your browser is the API. No headless browser, no cookie extraction, no anti-bot bypass.