@regression-io/claude-config 0.35.29 → 0.35.31
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 +11 -16
- package/package.json +1 -1
- package/ui/dist/assets/{index-BVJOruh_.js → index-DlxB6BSg.js} +94 -104
- package/ui/dist/index.html +1 -1
package/README.md
CHANGED
|
@@ -1,34 +1,29 @@
|
|
|
1
1
|
# Claude Config
|
|
2
2
|
|
|
3
|
-
Configuration
|
|
3
|
+
Configuration helper for **Claude Code** - manage MCPs, rules, permissions, and memory through a visual UI or CLI.
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install -g @regression-io/claude-config
|
|
9
|
-
```
|
|
5
|
+
## Why?
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
Claude Code works great out of the box. This tool helps when you want to:
|
|
8
|
+
- Configure MCP servers without editing JSON
|
|
9
|
+
- Manage permissions and rules visually
|
|
10
|
+
- Share configurations across projects
|
|
11
|
+
- Set up persistent memory for Claude sessions
|
|
15
12
|
|
|
16
|
-
##
|
|
13
|
+
## Installation
|
|
17
14
|
|
|
18
15
|
```bash
|
|
19
|
-
npm
|
|
16
|
+
npm install -g @regression-io/claude-config
|
|
20
17
|
```
|
|
21
18
|
|
|
22
|
-
The Web UI automatically detects when updates are available and shows a notification in the Preferences page.
|
|
23
|
-
|
|
24
19
|
## Quick Start
|
|
25
20
|
|
|
26
21
|
```bash
|
|
27
|
-
#
|
|
22
|
+
# Open the configuration UI
|
|
28
23
|
claude-config ui
|
|
29
24
|
```
|
|
30
25
|
|
|
31
|
-
|
|
26
|
+
Then use Claude Code as normal - just run `claude` in your project directory.
|
|
32
27
|
|
|
33
28
|
### CLI Alternative
|
|
34
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regression-io/claude-config",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.31",
|
|
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",
|