@regression-io/claude-config 0.35.29 → 0.35.33
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 +41 -55
- package/package.json +1 -1
- package/ui/dist/assets/{index-BVJOruh_.js → index-D9OMKCiq.js} +95 -104
- package/ui/dist/index.html +1 -1
package/README.md
CHANGED
|
@@ -1,34 +1,32 @@
|
|
|
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
|
-
##
|
|
5
|
+
## Why?
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
npm install -g @regression-io/claude-config
|
|
9
|
-
```
|
|
7
|
+
Claude Code works great out of the box. This tool helps when you need more control:
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
| | |
|
|
10
|
+
|---|---|
|
|
11
|
+
| **MCP Servers** | Configure without editing JSON files |
|
|
12
|
+
| **Permissions** | Visual editor for allow/deny rules |
|
|
13
|
+
| **Rules & Commands** | Manage project-specific guidelines |
|
|
14
|
+
| **Memory** | Persistent context across sessions |
|
|
15
|
+
| **Multi-Project** | Share configurations via hierarchy |
|
|
15
16
|
|
|
16
|
-
##
|
|
17
|
+
## Installation
|
|
17
18
|
|
|
18
19
|
```bash
|
|
19
|
-
npm
|
|
20
|
+
npm install -g @regression-io/claude-config
|
|
20
21
|
```
|
|
21
22
|
|
|
22
|
-
The Web UI automatically detects when updates are available and shows a notification in the Preferences page.
|
|
23
|
-
|
|
24
23
|
## Quick Start
|
|
25
24
|
|
|
26
25
|
```bash
|
|
27
|
-
# Launch the Web UI (recommended)
|
|
28
26
|
claude-config ui
|
|
29
27
|
```
|
|
30
28
|
|
|
31
|
-
|
|
29
|
+
Then use Claude Code normally — run `claude` in any project directory.
|
|
32
30
|
|
|
33
31
|
### CLI Alternative
|
|
34
32
|
|
|
@@ -187,19 +185,25 @@ Environment variables use `${VAR}` syntax and load from `.claude/.env`.
|
|
|
187
185
|
|
|
188
186
|
## Memory System
|
|
189
187
|
|
|
190
|
-
Persistent memory for Claude Code sessions
|
|
188
|
+
Persistent memory for Claude Code sessions.
|
|
189
|
+
|
|
190
|
+
**Global** (`~/.claude/memory/`)
|
|
191
|
+
|
|
192
|
+
| File | Purpose |
|
|
193
|
+
|------|---------|
|
|
194
|
+
| `preferences.md` | User preferences and style |
|
|
195
|
+
| `corrections.md` | Mistakes to avoid |
|
|
196
|
+
| `facts.md` | Environment facts |
|
|
191
197
|
|
|
192
|
-
**
|
|
193
|
-
- `preferences.md` - User preferences (tools, style)
|
|
194
|
-
- `corrections.md` - Mistakes to avoid
|
|
195
|
-
- `facts.md` - Environment facts
|
|
198
|
+
**Project** (`<project>/.claude/memory/`)
|
|
196
199
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
| File | Purpose |
|
|
201
|
+
|------|---------|
|
|
202
|
+
| `context.md` | Project overview |
|
|
203
|
+
| `patterns.md` | Code patterns |
|
|
204
|
+
| `decisions.md` | Architecture decisions |
|
|
205
|
+
| `issues.md` | Known issues |
|
|
206
|
+
| `history.md` | Session history |
|
|
203
207
|
|
|
204
208
|
Manage via Web UI or edit files directly.
|
|
205
209
|
|
|
@@ -299,35 +303,17 @@ In Workstreams view, adjust Smart Sync settings:
|
|
|
299
303
|
|
|
300
304
|
## Web UI Features
|
|
301
305
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
- **Plugins** - Browse and install Claude Code plugins with scope control
|
|
314
|
-
- Plugin directory with search and filtering
|
|
315
|
-
- Marketplace management
|
|
316
|
-
- Scope selection (project/global/local)
|
|
317
|
-
- **MCP Registry** - Search GitHub/npm, add/edit/delete MCPs
|
|
318
|
-
- **Claude Code Settings** - Visual editor for `~/.claude/settings.json`
|
|
319
|
-
- Permissions (allow/ask/deny rules)
|
|
320
|
-
- Model selection
|
|
321
|
-
- Behavior settings
|
|
322
|
-
- Hooks and advanced options
|
|
323
|
-
- **Gemini CLI Settings** - Visual editor for `~/.gemini/settings.json`
|
|
324
|
-
- MCP server management for Gemini
|
|
325
|
-
- Gemini-specific options
|
|
326
|
-
- **Memory System** - Manage preferences, corrections, patterns, decisions
|
|
327
|
-
- **Preferences** - Configure claude-config tool settings
|
|
328
|
-
- Enabled AI tools (Claude Code, Gemini CLI, Antigravity)
|
|
329
|
-
- **One-Click Updates** - Update badge appears when new version available
|
|
330
|
-
- **Dark Mode** - Theme toggle (light/dark/system)
|
|
306
|
+
| Feature | Description |
|
|
307
|
+
|---------|-------------|
|
|
308
|
+
| **Project Explorer** | Browse and edit `.claude/` folders across your project hierarchy |
|
|
309
|
+
| **Claude Code Settings** | Visual editor for permissions, model, hooks, and behavior |
|
|
310
|
+
| **MCP Registry** | Search GitHub/npm, add and configure MCP servers |
|
|
311
|
+
| **Plugins** | Browse marketplaces, install plugins with scope control |
|
|
312
|
+
| **Memory** | Manage preferences, corrections, patterns, and decisions |
|
|
313
|
+
| **Workstreams** | Group related projects with shared context rules |
|
|
314
|
+
| **Gemini CLI** | Configure Gemini alongside Claude Code |
|
|
315
|
+
|
|
316
|
+
Additional features: project/workstream switchers in header, sub-project detection, dark mode, auto-updates.
|
|
331
317
|
|
|
332
318
|
## Plugins
|
|
333
319
|
|
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.33",
|
|
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",
|