clustr-ai 0.1.25 → 0.1.26
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Clustr
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Run multiple AI coding helpers from one local dashboard.
|
|
4
4
|
|
|
5
|
-
Clustr
|
|
5
|
+
Clustr helps you split work across several AI agents, watch what each one is doing, and let them coordinate with each other. You can keep one agent on the frontend, another on the backend, another on tests or docs, and follow everything from one place.
|
|
6
|
+
|
|
7
|
+
You can also open your own command terminal for any agent's project folder. That means you can run things like `git status`, `npm test`, or `git pull` yourself without sending those commands to the AI.
|
|
6
8
|
|
|
7
9
|
Website: [hiclustrmvp.vercel.app](https://hiclustrmvp.vercel.app/)
|
|
8
10
|
|
|
@@ -37,7 +39,8 @@ Clustr gives each agent a focused workspace and a shared coordination layer:
|
|
|
37
39
|
- **Multi-agent orchestration** — spawn multiple coding agents and watch them work in parallel
|
|
38
40
|
- **Inter-agent messaging** — agents can ask each other questions and hand off findings
|
|
39
41
|
- **Shared context** — one agent can write discoveries that every other agent can read
|
|
40
|
-
- **Live
|
|
42
|
+
- **Live work dashboard** — see agents, conversations, file changes, and progress in one place
|
|
43
|
+
- **Your own command terminal** — run your own commands in the same project folder without the AI seeing them
|
|
41
44
|
- **Claude + Codex support** — run different agent providers side by side
|
|
42
45
|
- **Git checkpoints** — checkpoint before agent work and roll back if needed
|
|
43
46
|
- **Mobile access** — pair a phone with a QR code and monitor your swarm away from your desk
|