@agentrix/cli 0.37.1 → 0.38.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 +1 -20
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/lib.cjs +1 -1
- package/dist/lib.mjs +1 -1
- package/dist/logger-BuUuvtBc.mjs +1 -0
- package/dist/logger-D-NJyt5I.cjs +1 -0
- package/package.json +4 -5
- package/dist/logger-Dr8rTnyk.mjs +0 -1
- package/dist/logger-Kpaxq6Jo.cjs +0 -1
package/README.md
CHANGED
|
@@ -31,25 +31,7 @@ yarn build
|
|
|
31
31
|
|
|
32
32
|
## Upgrading
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
When you run `agentrix start`, the CLI automatically checks for updates and notifies you if a newer version is available.
|
|
37
|
-
|
|
38
|
-
To disable automatic update checks, set the environment variable:
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
export AGENTRIX_DISABLE_UPDATE_CHECK=true
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Or add it to your shell profile (`~/.bashrc`, `~/.zshrc`, etc.):
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
echo 'export AGENTRIX_DISABLE_UPDATE_CHECK=true' >> ~/.zshrc
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### Manual Upgrade Command
|
|
51
|
-
|
|
52
|
-
You can also trigger an upgrade manually at any time:
|
|
34
|
+
Trigger an upgrade manually at any time:
|
|
53
35
|
|
|
54
36
|
```bash
|
|
55
37
|
agentrix upgrade
|
|
@@ -152,7 +134,6 @@ Worker Processes (src/worker/)
|
|
|
152
134
|
| `AGENTRIX_WORKSPACE_HOME_DIR` | `~/.agentrix/workspaces` | Workspace directory |
|
|
153
135
|
| `AGENTRIX_AGENTS_HOME_DIR` | `~/.agentrix/agents` | Agent configs directory |
|
|
154
136
|
| `AGENTRIX_DISABLE_CAFFEINATE` | `false` | Disable sleep prevention |
|
|
155
|
-
| `AGENTRIX_DISABLE_UPDATE_CHECK` | `false` | Disable automatic update check on start |
|
|
156
137
|
| `DEBUG` | - | Enable debug logging |
|
|
157
138
|
|
|
158
139
|
### State Files
|