tide-commander 1.0.1 → 1.1.1
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 +2 -2
- package/dist/assets/main-Bhs3f6jt.js +310 -0
- package/dist/assets/main-D4eTM1Qg.css +1 -0
- package/dist/assets/{web-BSaMsVNs.js → web-zTpNjRBt.js} +1 -1
- package/dist/index.html +2 -2
- package/dist/locales/en/tools.json +1 -0
- package/dist/src/packages/server/claude/backend.js +4 -4
- package/dist/src/packages/server/claude/runner/stdout-pipeline.js +2 -2
- package/dist/src/packages/server/claude/subagent-history-loader.js +218 -0
- package/dist/src/packages/server/codex/json-event-parser.js +84 -3
- package/dist/src/packages/server/data/builtin-skills/full-notifications.js +12 -2
- package/dist/src/packages/server/routes/agents.js +3 -1
- package/dist/src/packages/server/services/agent-service.js +30 -4
- package/dist/src/packages/server/services/runtime-subagents.js +2 -2
- package/dist/src/packages/server/websocket/listeners/runtime-listeners.js +20 -4
- package/package.json +1 -1
- package/dist/assets/main-BGP_LFml.js +0 -305
- package/dist/assets/main-BngSZmdq.css +0 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Tide Commander is a Claude Code and Codex orchestrator and manager that lets you deploy, control, and monitor multiple AI coding agents from a single visual interface. Spawn agents, assign tasks, and watch them work in real-time on an RTS-inspired 3D battlefield — or switch to a lightweight 2D canvas or a metrics dashboard.
|
|
14
14
|
|
|
15
|
-
## 🚀 Getting Started
|
|
15
|
+
## 🚀 Getting Started
|
|
16
16
|
|
|
17
17
|
Requirements:
|
|
18
18
|
- Node.js 18+
|
|
@@ -477,4 +477,4 @@ MIT
|
|
|
477
477
|
|
|
478
478
|
|
|
479
479
|
Added a line.
|
|
480
|
-
Another line added.
|
|
480
|
+
Another line added.
|