tide-commander 0.77.0 → 0.78.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/README.md +8 -0
- package/dist/assets/{main-VR06Nfll.js → main-CNF5ilVy.js} +54 -54
- package/dist/assets/main-D893RHwB.css +1 -0
- package/dist/assets/{web-G5mRoUDp.js → web-OIx7WerG.js} +1 -1
- package/dist/index.html +2 -2
- package/dist/src/packages/server/data/builtin-skills/index.js +2 -0
- package/dist/src/packages/server/data/builtin-skills/release-pipeline.js +341 -0
- package/package.json +1 -1
- package/dist/assets/main-DrUT6gJW.css +0 -1
package/README.md
CHANGED
|
@@ -203,6 +203,14 @@ AI coding orchestration and multi-agent management features:
|
|
|
203
203
|
- 🌍 **Multilingual** - Full i18n support with 10 languages: English, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, and Hindi
|
|
204
204
|
- 📱 **Mobile Compatible** - Works on mobile devices and Android (optional APK)
|
|
205
205
|
|
|
206
|
+
## 📲 Resume Anywhere
|
|
207
|
+
|
|
208
|
+
Your agent sessions are not tied to one machine. Start work on desktop, then reconnect and continue the same conversations from your phone, tablet, or any other computer with remote access to your Tide Commander server.
|
|
209
|
+
|
|
210
|
+
This makes it easy to keep tasks moving while you are away from your primary workstation.
|
|
211
|
+
|
|
212
|
+

|
|
213
|
+
|
|
206
214
|
## 📚 Documentation
|
|
207
215
|
|
|
208
216
|
Detailed guides for each feature are available in the [`docs/`](docs/) folder:
|