claudmax 1.0.13 → 1.0.14
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -207,7 +207,7 @@ function configureSystem(apiKey) {
|
|
|
207
207
|
apiKey,
|
|
208
208
|
baseUrl: API_BASE,
|
|
209
209
|
configuredAt: new Date().toISOString(),
|
|
210
|
-
version: '1.0.
|
|
210
|
+
version: '1.0.14',
|
|
211
211
|
});
|
|
212
212
|
console.log(` ${CHECK} Config saved to ${C.magenta('~/.claudmax/config.json')}`);
|
|
213
213
|
console.log(` ${INFO} ${C.dim('Claude Code CLI reads settings.json — no shell profile modification needed.')}`);
|
package/package.json
CHANGED