@verboo/code 0.15.12 → 0.15.14
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.
- package/README.md +14 -1
- package/dist/cli.mjs +6518 -5404
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ If the install later reports `ripgrep not found`, install ripgrep system-wide an
|
|
|
32
32
|
verboo
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
On first run, Verboo Code opens your browser at `https://code.verboo.ai` to complete the OAuth login. Once authenticated, your session tokens are stored securely in your
|
|
35
|
+
On first run, Verboo Code opens your browser at `https://code.verboo.ai` to complete the OAuth login. Once authenticated, your session tokens are stored securely in the native adapter for your platform (macOS Keychain, Windows DPAPI protected per-user storage, or Linux libsecret). No additional configuration required.
|
|
36
36
|
|
|
37
37
|
To log in manually at any time:
|
|
38
38
|
|
|
@@ -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.
|