zas-agent 0.3.0 → 0.4.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/CHANGELOG.md +26 -0
- package/README.md +27 -9
- package/dist/cli.js +1415 -484
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zas-agent",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MCP server that lets a coding agent send files and notes into your Zas channels.",
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "MCP server that lets a coding agent send files and notes into your Zas channels, and files through Directo.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Sebastian Fernandez Quezada",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"@noble/hashes": "^1.8.0",
|
|
51
51
|
"hash-wasm": "^4.12.0",
|
|
52
52
|
"jimp": "^1.6.0",
|
|
53
|
+
"node-datachannel": "^0.33.2",
|
|
53
54
|
"zod": "^3.25.76"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|