@mutmutco/cli 3.60.0 → 3.61.0
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/dist/main.cjs +7 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -21685,7 +21685,13 @@ var import_node_path25 = require("node:path");
|
|
|
21685
21685
|
var OWNERS_FILE = "worktree-owners.json";
|
|
21686
21686
|
var EVENTS_FILE = "worktree-events.jsonl";
|
|
21687
21687
|
var WORKTREE_ACTIVITY_WINDOW_MS = 30 * 6e4;
|
|
21688
|
-
var SESSION_ID_ENV_VARS = [
|
|
21688
|
+
var SESSION_ID_ENV_VARS = [
|
|
21689
|
+
"MMI_SESSION_ID",
|
|
21690
|
+
"CLAUDE_SESSION_ID",
|
|
21691
|
+
"CLAUDE_CODE_SESSION_ID",
|
|
21692
|
+
"CODEX_SESSION_ID",
|
|
21693
|
+
"CURSOR_SESSION_ID"
|
|
21694
|
+
];
|
|
21689
21695
|
function readSessionId(env) {
|
|
21690
21696
|
for (const key of SESSION_ID_ENV_VARS) {
|
|
21691
21697
|
const value = env[key]?.trim();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mutmutco/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.61.0",
|
|
4
4
|
"description": "MMI Future CLI — the org dev toolbox (board, registry, keyless secrets, release train, bootstrap, doctor) and the cross-IDE engine the plugin's session-start hook drives.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|