coder-config 0.52.1-beta → 0.52.3-beta
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 +9 -7
- package/lib/constants.js +1 -1
- package/package.json +1 -1
- package/ui/dist/assets/{index-Bv7rsTjf.js → index-CG-MVxBS.js} +192 -158
- package/ui/dist/index.html +1 -1
package/README.md
CHANGED
|
@@ -487,7 +487,7 @@ claude plugin install python-support@claude-config-plugins
|
|
|
487
487
|
1. Open Project Explorer
|
|
488
488
|
2. Click the **+** menu on any project folder
|
|
489
489
|
3. Select **Install Plugins**
|
|
490
|
-
4. Toggle plugins on/off with scope selection (
|
|
490
|
+
4. Toggle plugins on/off with scope selection (Local/User)
|
|
491
491
|
|
|
492
492
|
### Plugin Directory
|
|
493
493
|
|
|
@@ -528,19 +528,21 @@ mcp__github__* # All GitHub MCP tools
|
|
|
528
528
|
```
|
|
529
529
|
|
|
530
530
|
### Model Selection
|
|
531
|
-
Choose your preferred Claude model (Sonnet 4,
|
|
531
|
+
Choose your preferred Claude model (Opus 4.6, Sonnet 4.6, Haiku 4.5) and effort level (low/medium/high).
|
|
532
532
|
|
|
533
533
|
### Behavior
|
|
534
|
-
-
|
|
535
|
-
-
|
|
536
|
-
-
|
|
534
|
+
- Show thinking summaries
|
|
535
|
+
- Voice dictation
|
|
536
|
+
- Auto memory
|
|
537
|
+
- Enable all project MCP servers
|
|
538
|
+
- Output style, default shell, CLAUDE.md excludes
|
|
537
539
|
|
|
538
540
|
## Gemini CLI Settings
|
|
539
541
|
|
|
540
542
|
The Web UI provides a visual editor for `~/.gemini/settings.json`:
|
|
541
543
|
|
|
542
544
|
### Model Selection
|
|
543
|
-
Choose Gemini model (
|
|
545
|
+
Choose Gemini model (Auto, Gemini 3.1 Pro, 3 Flash, 2.5 Pro, etc.).
|
|
544
546
|
|
|
545
547
|
### Display Options
|
|
546
548
|
Configure theme, token count display, diff view, and streaming.
|
|
@@ -679,7 +681,7 @@ npm start
|
|
|
679
681
|
|
|
680
682
|
### Testing
|
|
681
683
|
|
|
682
|
-
The project has comprehensive test coverage with
|
|
684
|
+
The project has comprehensive test coverage with 608 tests across 18 test files:
|
|
683
685
|
|
|
684
686
|
```bash
|
|
685
687
|
# Run all tests
|
package/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coder-config",
|
|
3
|
-
"version": "0.52.
|
|
3
|
+
"version": "0.52.3-beta",
|
|
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",
|