executor 1.4.8 → 1.4.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ executor resume --execution-id exec_123
103
103
 
104
104
  ```bash
105
105
  executor web # start runtime + web UI
106
- executor daemon run # run persistent local daemon
106
+ executor daemon run # start persistent local daemon in background
107
107
  executor daemon status # show daemon status
108
108
  executor daemon stop # stop daemon
109
109
  executor daemon restart # restart daemon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executor",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "Local AI executor with a CLI, local API server, and web UI.",
5
5
  "keywords": [
6
6
  "agent",