@workser/cli 0.6.16 → 0.6.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workser/cli",
3
- "version": "0.6.16",
3
+ "version": "0.6.18",
4
4
  "description": "Workser CLI — give your local AI agent native DevOps & infrastructure on Workser. The agent runs `workser …` to provision, deploy, and manage real apps.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,6 +30,7 @@ load.
30
30
  | Build an automation, or use Gmail/Slack/Stripe/Sheets | `workflow …`, `app …` | `workser help automation` |
31
31
  | Generate an image | `image …` | `workser help images` |
32
32
  | Hand a subtask to another agent | `agent …` | `workser help roles` |
33
+ | Ship an AI agent inside the user's app | `agent-cloud …` | `workser help agent-cloud` |
33
34
  | Recall across conversations; leave this task's team a fact | `memory …`, `workser note` | `workser help memory` |
34
35
  | Record finished output, or ask the user a question | `artifact …`, `ask` | `workser help deliverables` |
35
36
  | Control this machine — files, shell, screen, browser | `tool …` | `workser help computer-use` |