perchai-cli 2.4.98 → 2.4.100
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 +2 -0
- package/dist/perch.mjs +1242 -1059
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ perch ap packet ./01-ap
|
|
|
13
13
|
|
|
14
14
|
`perch login` opens your browser, completes OAuth through Perch, and saves the CLI session in the macOS Keychain or `~/.perch/cli-auth-session.json` on other platforms.
|
|
15
15
|
|
|
16
|
+
Interactive mode restores your last persona, mode, permission, model/tier, effort, sub-agent model, and local-tools choices from `~/.perch/cli-settings.json`. MCP servers configured in `~/.perch/mcp.json` or `<workspace>/.perch/mcp.json` are available as CLI tools; the Playwright/browser MCP remains Desktop-only.
|
|
17
|
+
|
|
16
18
|
## Interactive Commands
|
|
17
19
|
|
|
18
20
|
Run `perch`, then use these commands inside the terminal chat:
|