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 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 (Project/Global/Local)
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, Opus 4.5, etc.)
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
- - Auto-accept edits
535
- - Verbose mode
536
- - Enable/disable MCP servers
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 (2.5 Pro, 2.5 Flash, etc.) and enable preview features.
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 230 tests across 10 test files:
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
@@ -2,7 +2,7 @@
2
2
  * Constants and tool path configurations
3
3
  */
4
4
 
5
- const VERSION = '0.52.1-beta';
5
+ const VERSION = '0.52.3-beta';
6
6
 
7
7
  // Tool-specific path configurations
8
8
  const TOOL_PATHS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coder-config",
3
- "version": "0.52.1-beta",
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",