@clauderecallhq/cli 0.95.5 → 0.95.11
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 +12 -3
- package/dist/cli.js +228 -215
- package/dist/daemon/entrypoint.js +273 -272
- package/dist/mcp-server.js +90 -77
- package/dist/web/assets/{dist-C3F6ixrp.js → dist-DNxFNYPN.js} +1 -1
- package/dist/web/assets/{index-emVWWys3.js → index-F_57bnJb.js} +6 -6
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -698,10 +698,19 @@ Claude Recall ships on every surface a developer already works in.
|
|
|
698
698
|
| **npm** (CLI + MCP) | [`@clauderecallhq/cli`](https://www.npmjs.com/package/@clauderecallhq/cli) | `npm i -g @clauderecallhq/cli` |
|
|
699
699
|
| **VS Code Marketplace** | [`clauderecallhq.clauderecall-vscode`](https://marketplace.visualstudio.com/items?itemName=clauderecallhq.clauderecall-vscode) | Search "Claude Recall" in Extensions |
|
|
700
700
|
| **MCP Registry** | [`com.clauderecall/recall`](https://registry.modelcontextprotocol.io/v0/servers?search=clauderecall) | Auto-discovered by MCP clients |
|
|
701
|
-
| **Claude Code
|
|
701
|
+
| **Claude Code plugin** | `claude-recall` | `/plugin marketplace add …claude-recall-plugin.git` then `/plugin install claude-recall@claude-recall` |
|
|
702
702
|
| **Website** | [clauderecall.com](https://clauderecall.com) | |
|
|
703
703
|
|
|
704
|
-
The npm package ships **the CLI and the MCP server**. The VS Code extension is a thin companion that talks to the local daemon over `127.0.0.1`. The MCP Registry and Claude Code
|
|
704
|
+
The npm package ships **the CLI and the MCP server**. The VS Code extension is a thin companion that talks to the local daemon over `127.0.0.1`. The MCP Registry and Claude Code plugin both point back to the npm package: one source of truth, one update pipeline.
|
|
705
|
+
|
|
706
|
+
To install the Claude Code plugin, add the marketplace then install (the `.git`
|
|
707
|
+
suffix is required — Claude Code git-clones the marketplace; a bare URL will not
|
|
708
|
+
resolve):
|
|
709
|
+
|
|
710
|
+
```
|
|
711
|
+
/plugin marketplace add https://gitlab.com/clauderecallhq/claude-recall-plugin.git
|
|
712
|
+
/plugin install claude-recall@claude-recall
|
|
713
|
+
```
|
|
705
714
|
|
|
706
715
|
<br />
|
|
707
716
|
|
|
@@ -806,7 +815,7 @@ Full pricing FAQ: **[clauderecall.com/pricing](https://clauderecall.com/pricing)
|
|
|
806
815
|
- [x] **Pro license + dead-man clause** (offline-validatable JWT)
|
|
807
816
|
- [x] Memory health scores
|
|
808
817
|
- [x] Claude Code plugin manifest
|
|
809
|
-
- [
|
|
818
|
+
- [x] Public launch at clauderecall.com
|
|
810
819
|
- [ ] Team features (E2E-encrypted sync, SSO, audit log)
|
|
811
820
|
- [ ] Enterprise tier (on-prem, named-engineer support)
|
|
812
821
|
|