@regression-io/claude-config 0.35.31 → 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 CHANGED
@@ -1,14 +1,18 @@
1
1
  # Claude Config
2
2
 
3
- Configuration helper for **Claude Code** - manage MCPs, rules, permissions, and memory through a visual UI or CLI.
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
- 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
7
+ Claude Code works great out of the box. This tool helps when you need more control:
8
+
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 |
12
16
 
13
17
  ## Installation
14
18
 
@@ -19,11 +23,10 @@ npm install -g @regression-io/claude-config
19
23
  ## Quick Start
20
24
 
21
25
  ```bash
22
- # Open the configuration UI
23
26
  claude-config ui
24
27
  ```
25
28
 
26
- Then use Claude Code as normal - just run `claude` in your project directory.
29
+ Then use Claude Code normally run `claude` in any project directory.
27
30
 
28
31
  ### CLI Alternative
29
32
 
@@ -182,19 +185,25 @@ Environment variables use `${VAR}` syntax and load from `.claude/.env`.
182
185
 
183
186
  ## Memory System
184
187
 
185
- 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 |
186
197
 
187
- **Global Memory** (`~/.claude/memory/`):
188
- - `preferences.md` - User preferences (tools, style)
189
- - `corrections.md` - Mistakes to avoid
190
- - `facts.md` - Environment facts
198
+ **Project** (`<project>/.claude/memory/`)
191
199
 
192
- **Project Memory** (`<project>/.claude/memory/`):
193
- - `context.md` - Project overview
194
- - `patterns.md` - Code patterns
195
- - `decisions.md` - Architecture decisions
196
- - `issues.md` - Known issues
197
- - `history.md` - Session history
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 |
198
207
 
199
208
  Manage via Web UI or edit files directly.
200
209
 
@@ -294,35 +303,17 @@ In Workstreams view, adjust Smart Sync settings:
294
303
 
295
304
  ## Web UI Features
296
305
 
297
- When you run `claude-config ui`:
298
-
299
- - **Project Switcher** - Switch between registered projects from header dropdown
300
- - **Workstream Switcher** - Quick-switch between workstreams from header
301
- - **Project Explorer** - Browse/edit all .claude folders in hierarchy
302
- - **Workstreams** - Create and manage context sets for multi-project workflows
303
- - Activity tracking with co-activity pattern detection
304
- - AI-powered workstream suggestions
305
- - Smart Sync for intelligent workstream switching
306
- - Manual project add/remove in create/edit dialogs
307
- - **Sub-Projects** - Auto-detects git repos, plus manually add/hide external folders
308
- - **Plugins** - Browse and install Claude Code plugins with scope control
309
- - Plugin directory with search and filtering
310
- - Marketplace management
311
- - Scope selection (project/global/local)
312
- - **MCP Registry** - Search GitHub/npm, add/edit/delete MCPs
313
- - **Claude Code Settings** - Visual editor for `~/.claude/settings.json`
314
- - Permissions (allow/ask/deny rules)
315
- - Model selection
316
- - Behavior settings
317
- - Hooks and advanced options
318
- - **Gemini CLI Settings** - Visual editor for `~/.gemini/settings.json`
319
- - MCP server management for Gemini
320
- - Gemini-specific options
321
- - **Memory System** - Manage preferences, corrections, patterns, decisions
322
- - **Preferences** - Configure claude-config tool settings
323
- - Enabled AI tools (Claude Code, Gemini CLI, Antigravity)
324
- - **One-Click Updates** - Update badge appears when new version available
325
- - **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.
326
317
 
327
318
  ## Plugins
328
319
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regression-io/claude-config",
3
- "version": "0.35.31",
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",
@@ -671,11 +671,12 @@ Click "Add Project" to register directories where you use Claude Code.
671
671
 
672
672
  ### 3. Configure as Needed
673
673
 
674
- For each project, you can manage:
675
- - **Rules** - Guidelines Claude follows in this project
676
- - **Commands** - Reusable prompts (slash commands)
677
- - **MCPs** - External tools Claude can use
678
- - **Permissions** - What Claude can do automatically
674
+ | Feature | Description |
675
+ |---------|-------------|
676
+ | **Rules** | Guidelines Claude follows in this project |
677
+ | **Commands** | Reusable prompts (slash commands) |
678
+ | **MCPs** | External tools Claude can use |
679
+ | **Permissions** | What Claude can do automatically |
679
680
 
680
681
  ### 4. Use Claude Code Normally
681
682
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  <!-- PWA Manifest -->
21
21
  <link rel="manifest" href="/manifest.json">
22
- <script type="module" crossorigin src="/assets/index-DlxB6BSg.js"></script>
22
+ <script type="module" crossorigin src="/assets/index-D9OMKCiq.js"></script>
23
23
  <link rel="stylesheet" crossorigin href="/assets/index-D7ljoxN0.css">
24
24
  </head>
25
25
  <body>