coder-config 0.42.22 → 0.42.24
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 +4 -2
- package/lib/constants.js +1 -1
- package/package.json +1 -1
- package/ui/dist/assets/{index-CHcN0dP5.js → index-BYU08qhX.js} +154 -142
- package/ui/dist/index.html +1 -1
package/README.md
CHANGED
|
@@ -211,7 +211,9 @@ coder-config workstream auto-activate "My Work" off # Never auto-activate
|
|
|
211
211
|
coder-config workstream auto-activate "My Work" default # Use global setting
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
### Loop Commands (Ralph Loop)
|
|
214
|
+
### Loop Commands (Ralph Loop) - Experimental
|
|
215
|
+
|
|
216
|
+
> **Note:** Ralph Loops is an experimental feature, disabled by default. Enable it in the Web UI under **Preferences > Experimental Features**.
|
|
215
217
|
|
|
216
218
|
Ralph Loops enable autonomous development - Claude Code runs continuously until a task is completed.
|
|
217
219
|
|
|
@@ -268,7 +270,7 @@ coder-config update --check # Check for updates without installing
|
|
|
268
270
|
coder-config update /path/src # Update from local development source
|
|
269
271
|
```
|
|
270
272
|
|
|
271
|
-
The UI
|
|
273
|
+
The UI checks for updates automatically and auto-updates when enabled in Preferences. After server updates, the UI auto-refreshes to load the new version.
|
|
272
274
|
|
|
273
275
|
### Web UI
|
|
274
276
|
|
package/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coder-config",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.24",
|
|
4
4
|
"description": "Configuration manager for AI coding tools - Claude Code, Gemini CLI, Codex CLI, Antigravity. Manage MCPs, rules, permissions, memory, and workstreams.",
|
|
5
5
|
"author": "regression.io",
|
|
6
6
|
"main": "config-loader.js",
|