@agentrix/cli 0.37.3 → 0.39.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 CHANGED
@@ -31,25 +31,7 @@ yarn build
31
31
 
32
32
  ## Upgrading
33
33
 
34
- ### Automatic Update Check
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