@regression-io/claude-config 0.37.25 → 0.38.1
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 +7 -0
- package/lib/constants.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -152,12 +152,19 @@ claude-config ui /path/to/project # Specific project directory
|
|
|
152
152
|
claude-config ui --foreground # Run in foreground (blocking)
|
|
153
153
|
claude-config ui status # Check if daemon is running
|
|
154
154
|
claude-config ui stop # Stop the daemon
|
|
155
|
+
|
|
156
|
+
# Auto-start on login (macOS)
|
|
157
|
+
claude-config ui install # Install LaunchAgent for auto-start
|
|
158
|
+
claude-config ui uninstall # Remove auto-start
|
|
155
159
|
```
|
|
156
160
|
|
|
157
161
|
**Daemon Mode**: By default, `claude-config ui` runs as a background daemon.
|
|
158
162
|
The UI runs from your home directory and persists across terminal sessions.
|
|
159
163
|
Switch between registered projects using the dropdown in the header.
|
|
160
164
|
|
|
165
|
+
**PWA / Auto-Start**: Install the UI as a PWA in your browser, then run `claude-config ui install`
|
|
166
|
+
to have the server start automatically on login. Your PWA will always connect instantly.
|
|
167
|
+
|
|
161
168
|
## Shell Integration
|
|
162
169
|
|
|
163
170
|
For full functionality, add to `~/.zshrc`:
|
package/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regression-io/claude-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.1",
|
|
4
4
|
"description": "Configuration management UI for Claude Code and Antigravity - manage MCPs, rules, commands, memory, and project folders",
|
|
5
5
|
"author": "regression.io",
|
|
6
6
|
"main": "config-loader.js",
|