@gokulvenkatareddy/cortex 0.1.12 → 0.1.13
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/cli.mjs +10 -10
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -367814,7 +367814,7 @@ function getCORTEXEnvMetadata() {
|
|
|
367814
367814
|
function getBuildAgeMinutes() {
|
|
367815
367815
|
if (false)
|
|
367816
367816
|
;
|
|
367817
|
-
const buildTime = new Date("2026-05-
|
|
367817
|
+
const buildTime = new Date("2026-05-07T11:14:31.265Z").getTime();
|
|
367818
367818
|
if (isNaN(buildTime))
|
|
367819
367819
|
return;
|
|
367820
367820
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -394605,7 +394605,7 @@ function buildPrimarySection() {
|
|
|
394605
394605
|
}, undefined, false, undefined, this);
|
|
394606
394606
|
return [{
|
|
394607
394607
|
label: "Version",
|
|
394608
|
-
value: "0.1.
|
|
394608
|
+
value: "0.1.13"
|
|
394609
394609
|
}, {
|
|
394610
394610
|
label: "Session name",
|
|
394611
394611
|
value: nameValue
|
|
@@ -460184,7 +460184,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
460184
460184
|
var call60 = async () => {
|
|
460185
460185
|
return {
|
|
460186
460186
|
type: "text",
|
|
460187
|
-
value: `${"99.0.0"} (built ${"2026-05-
|
|
460187
|
+
value: `${"99.0.0"} (built ${"2026-05-07T11:14:31.265Z"})`
|
|
460188
460188
|
};
|
|
460189
460189
|
}, version2, version_default;
|
|
460190
460190
|
var init_version = __esm(() => {
|
|
@@ -534314,7 +534314,7 @@ function WelcomeV2() {
|
|
|
534314
534314
|
dimColor: true,
|
|
534315
534315
|
children: [
|
|
534316
534316
|
"v",
|
|
534317
|
-
"0.1.
|
|
534317
|
+
"0.1.13",
|
|
534318
534318
|
" "
|
|
534319
534319
|
]
|
|
534320
534320
|
}, undefined, true, undefined, this)
|
|
@@ -534514,7 +534514,7 @@ function WelcomeV2() {
|
|
|
534514
534514
|
dimColor: true,
|
|
534515
534515
|
children: [
|
|
534516
534516
|
"v",
|
|
534517
|
-
"0.1.
|
|
534517
|
+
"0.1.13",
|
|
534518
534518
|
" "
|
|
534519
534519
|
]
|
|
534520
534520
|
}, undefined, true, undefined, this)
|
|
@@ -534740,7 +534740,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
534740
534740
|
dimColor: true,
|
|
534741
534741
|
children: [
|
|
534742
534742
|
"v",
|
|
534743
|
-
"0.1.
|
|
534743
|
+
"0.1.13",
|
|
534744
534744
|
" "
|
|
534745
534745
|
]
|
|
534746
534746
|
}, undefined, true, undefined, this);
|
|
@@ -534994,7 +534994,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
534994
534994
|
dimColor: true,
|
|
534995
534995
|
children: [
|
|
534996
534996
|
"v",
|
|
534997
|
-
"0.1.
|
|
534997
|
+
"0.1.13",
|
|
534998
534998
|
" "
|
|
534999
534999
|
]
|
|
535000
535000
|
}, undefined, true, undefined, this);
|
|
@@ -554875,7 +554875,7 @@ Usage: cortex --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
554875
554875
|
pendingHookMessages
|
|
554876
554876
|
}, renderAndRun);
|
|
554877
554877
|
}
|
|
554878
|
-
}).version("0.1.
|
|
554878
|
+
}).version("0.1.13 (CORTEX)", "-v, --version", "Output the version number");
|
|
554879
554879
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
554880
554880
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
554881
554881
|
if (canUserConfigureAdvisor()) {
|
|
@@ -555463,7 +555463,7 @@ if (false) {}
|
|
|
555463
555463
|
async function main2() {
|
|
555464
555464
|
const args = process.argv.slice(2);
|
|
555465
555465
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
555466
|
-
const v = typeof MACRO !== "undefined" ? "0.1.
|
|
555466
|
+
const v = typeof MACRO !== "undefined" ? "0.1.13" : "99.0.0-dev";
|
|
555467
555467
|
console.log(`${v} (CORTEX)`);
|
|
555468
555468
|
return;
|
|
555469
555469
|
}
|
|
@@ -555647,4 +555647,4 @@ ${DIM4} session id:${RESET4} ${BOLD2}${handle.sessionId}${RESET4} ${DIM4}(rotat
|
|
|
555647
555647
|
}
|
|
555648
555648
|
main2();
|
|
555649
555649
|
|
|
555650
|
-
//# debugId=
|
|
555650
|
+
//# debugId=92E62CF035A94AEA64756E2164756E21
|
package/package.json
CHANGED