pikiclaw 0.2.50 → 0.2.52
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 +3 -5
- package/dist/dashboard-ui.js +9 -9
- package/dist/dashboard.js +231 -3
- package/dist/driver-claude.js +5 -0
- package/dist/driver-codex.js +4 -16
- package/dist/mcp-bridge.js +23 -15
- package/dist/tools/desktop.js +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
# pikiclaw
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Put the world's smartest AI agents in your pocket. Command local Claude & Gemini via best IM.**
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
*让最好用的 IM 变成你电脑上的顶级 Agent 控制台*
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
npx pikiclaw@latest
|
|
11
|
-
```
|
|
9
|
+
> npx pikiclaw@latest
|
|
12
10
|
|
|
13
11
|
<p align="center">
|
|
14
12
|
<a href="https://www.npmjs.com/package/pikiclaw"><img src="https://img.shields.io/npm/v/pikiclaw" alt="npm"></a>
|