@verboo/code 0.15.13 → 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 +1 -1
- package/dist/cli.mjs +4021 -2682
- 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
|
|