@verboo/code 0.15.12 → 0.15.13

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.
Files changed (3) hide show
  1. package/README.md +13 -0
  2. package/dist/cli.mjs +2675 -2900
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -47,6 +47,19 @@ verboo /login
47
47
  - **Tool calling**: Multi-step tool loops with model calls, tool execution, and follow-up responses
48
48
  - **Images**: URL and base64 image inputs for providers that support vision
49
49
 
50
+ ## Verboo in Chrome
51
+
52
+ The Verboo desktop app installs and maintains the local `verboo-in-chrome` MCP
53
+ on macOS, Windows, and Linux. Configure it in **Settings > Integrations >
54
+ Chrome**. Once the managed MCP entry is present, the CLI connects to it
55
+ automatically and exposes the `verboo-in-chrome` skill for browser tasks.
56
+
57
+ Use `verboo --no-chrome` to disable the integration for one session,
58
+ `verboo --chrome` to require it for one session, and `/chrome` to inspect its
59
+ status. The transport stays local, does not copy CLI credentials into the
60
+ extension, and continues to enforce the extension's site permissions and
61
+ approval flow.
62
+
50
63
  ## Web Search and Fetch
51
64
 
52
65
  `WebSearch` uses DuckDuckGo by default.