tide-commander 0.71.3 → 0.71.5
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
CHANGED
|
@@ -116,6 +116,8 @@ You can upload your own 3D character models in **GLB format**. Custom models sup
|
|
|
116
116
|
### Commander View
|
|
117
117
|
A view where you can see all the Claude Code agent terminals on a single view, grouped by areas.
|
|
118
118
|
|
|
119
|
+

|
|
120
|
+
|
|
119
121
|
### Skills
|
|
120
122
|
Built-in and custom skills that extend what agents can do. Skills are like plugins with defined tool permissions and can be assigned to specific agents or classes. Built-in skills include notifications, inter-agent messaging, git workflows, server log access, and streaming command execution. You can create your own skills in TypeScript.
|
|
121
123
|
|
|
@@ -149,7 +151,7 @@ Define global instructions that apply to all agents, then layer them with class-
|
|
|
149
151
|
- Set security best practices globally, then customize per-agent as needed
|
|
150
152
|
|
|
151
153
|
### View Modes
|
|
152
|
-
|
|
154
|
+
Four ways to view the battlefield (cycle with Alt+2):
|
|
153
155
|
- **3D View** - Full Three.js battlefield with character models and post-processing (default)
|
|
154
156
|
|
|
155
157
|

|
|
@@ -162,6 +164,10 @@ Three ways to view the battlefield (cycle with Alt+2):
|
|
|
162
164
|
|
|
163
165
|

|
|
164
166
|
|
|
167
|
+
- **Commander View** - Tactical command panel for agent coordination
|
|
168
|
+
|
|
169
|
+

|
|
170
|
+
|
|
165
171
|
### Spotlight Search
|
|
166
172
|
Press **Ctrl+K** (or Alt+P) to open the command palette. Search for agents by name, class, or current task. Jump to areas, find modified files across all agents, or trigger quick actions.
|
|
167
173
|
|
|
@@ -426,4 +432,4 @@ Have a feature idea or found a bug? Open an [issue](https://github.com/your-repo
|
|
|
426
432
|
## 📄 License
|
|
427
433
|
|
|
428
434
|
MIT
|
|
429
|
-
|
|
435
|
+
|