@clauderecallhq/cli 0.76.1 → 0.76.3
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/cli.js +260 -257
- package/dist/daemon/entrypoint.js +290 -289
- package/dist/mcp-server.js +93 -88
- package/dist/web/assets/{dist-BByOdSt4.js → dist-XWqkZDjn.js} +1 -1
- package/dist/web/assets/{index-eoqvpiAT.js → index-CSa1jQTZ.js} +33 -35
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -615,6 +615,8 @@ recall mcp --allow-writes # opt-in write tools
|
|
|
615
615
|
|
|
616
616
|
# Pro license
|
|
617
617
|
recall activate <key> # one-time activation, offline forever
|
|
618
|
+
recall activate RECALL7DAY # CLI-direct 7-day trial — prompts for email, no browser
|
|
619
|
+
recall trial RECALL7DAY # same, alternative entry point
|
|
618
620
|
recall license # show license status
|
|
619
621
|
|
|
620
622
|
# IDE extension
|