@regression-io/claude-config 0.38.6 → 0.38.7

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/lib/constants.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Constants and tool path configurations
3
3
  */
4
4
 
5
- const VERSION = '0.38.6';
5
+ const VERSION = '0.38.7';
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": "@regression-io/claude-config",
3
- "version": "0.38.6",
3
+ "version": "0.38.7",
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",
@@ -119,7 +119,7 @@ function addManualSubproject(config, saveConfig, projectDir, subprojectDir) {
119
119
  saveConfig(config);
120
120
  }
121
121
 
122
- return { success: true };
122
+ return { success: true, resolvedPath: resolvedSubproject };
123
123
  }
124
124
 
125
125
  /**