@clude/sdk 3.0.3 → 3.2.0
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/index.js +2284 -157
- package/dist/mcp/server.js +515 -27
- package/dist/sdk/index.js +517 -29
- package/package.json +8 -10
- package/supabase-schema.sql +107 -0
package/README.md
CHANGED
|
@@ -471,7 +471,7 @@ Memories form a graph with typed bonds:
|
|
|
471
471
|
This package also includes the full Clude bot — an autonomous AI agent on X ([@Cludebot](https://x.com/Cludebot)).
|
|
472
472
|
|
|
473
473
|
```bash
|
|
474
|
-
git clone https://github.com/sebbsssss/
|
|
474
|
+
git clone https://github.com/sebbsssss/clude.git
|
|
475
475
|
cd cludebot
|
|
476
476
|
npm install
|
|
477
477
|
cp .env.example .env # fill in API keys
|