coder-config 0.42.28 → 0.42.30
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/cli.js
CHANGED
|
@@ -274,14 +274,8 @@ function runCli(manager) {
|
|
|
274
274
|
|
|
275
275
|
// Session management
|
|
276
276
|
case 'session':
|
|
277
|
-
if (args[1] === '
|
|
278
|
-
manager.sessionFlush();
|
|
279
|
-
} else if (args[1] === 'clear') {
|
|
277
|
+
if (args[1] === 'clear') {
|
|
280
278
|
manager.sessionClear();
|
|
281
|
-
} else if (args[1] === 'install-hooks') {
|
|
282
|
-
manager.sessionInstallHooks();
|
|
283
|
-
} else if (args[1] === 'install-command') {
|
|
284
|
-
manager.sessionInstallCommand();
|
|
285
279
|
} else if (args[1] === 'install') {
|
|
286
280
|
manager.sessionInstall();
|
|
287
281
|
} else {
|
package/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coder-config",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.30",
|
|
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",
|