@gokulvenkatareddy/cortex 0.1.17 → 0.1.18
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/README.md +1 -1
- package/dist/cli.mjs +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -362854,7 +362854,7 @@ function getCORTEXEnvMetadata() {
|
|
|
362854
362854
|
function getBuildAgeMinutes() {
|
|
362855
362855
|
if (false)
|
|
362856
362856
|
;
|
|
362857
|
-
const buildTime = new Date("2026-05-07T13:
|
|
362857
|
+
const buildTime = new Date("2026-05-07T13:21:32.127Z").getTime();
|
|
362858
362858
|
if (isNaN(buildTime))
|
|
362859
362859
|
return;
|
|
362860
362860
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -392541,7 +392541,7 @@ function buildPrimarySection() {
|
|
|
392541
392541
|
}, undefined, false, undefined, this);
|
|
392542
392542
|
return [{
|
|
392543
392543
|
label: "Version",
|
|
392544
|
-
value: "0.1.
|
|
392544
|
+
value: "0.1.18"
|
|
392545
392545
|
}, {
|
|
392546
392546
|
label: "Session name",
|
|
392547
392547
|
value: nameValue
|
|
@@ -459232,7 +459232,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
459232
459232
|
var call60 = async () => {
|
|
459233
459233
|
return {
|
|
459234
459234
|
type: "text",
|
|
459235
|
-
value: `${"99.0.0"} (built ${"2026-05-07T13:
|
|
459235
|
+
value: `${"99.0.0"} (built ${"2026-05-07T13:21:32.127Z"})`
|
|
459236
459236
|
};
|
|
459237
459237
|
}, version2, version_default;
|
|
459238
459238
|
var init_version = __esm(() => {
|
|
@@ -549941,7 +549941,7 @@ function WelcomeV2() {
|
|
|
549941
549941
|
dimColor: true,
|
|
549942
549942
|
children: [
|
|
549943
549943
|
"v",
|
|
549944
|
-
"0.1.
|
|
549944
|
+
"0.1.18",
|
|
549945
549945
|
" "
|
|
549946
549946
|
]
|
|
549947
549947
|
}, undefined, true, undefined, this)
|
|
@@ -550141,7 +550141,7 @@ function WelcomeV2() {
|
|
|
550141
550141
|
dimColor: true,
|
|
550142
550142
|
children: [
|
|
550143
550143
|
"v",
|
|
550144
|
-
"0.1.
|
|
550144
|
+
"0.1.18",
|
|
550145
550145
|
" "
|
|
550146
550146
|
]
|
|
550147
550147
|
}, undefined, true, undefined, this)
|
|
@@ -550367,7 +550367,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
550367
550367
|
dimColor: true,
|
|
550368
550368
|
children: [
|
|
550369
550369
|
"v",
|
|
550370
|
-
"0.1.
|
|
550370
|
+
"0.1.18",
|
|
550371
550371
|
" "
|
|
550372
550372
|
]
|
|
550373
550373
|
}, undefined, true, undefined, this);
|
|
@@ -550621,7 +550621,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
550621
550621
|
dimColor: true,
|
|
550622
550622
|
children: [
|
|
550623
550623
|
"v",
|
|
550624
|
-
"0.1.
|
|
550624
|
+
"0.1.18",
|
|
550625
550625
|
" "
|
|
550626
550626
|
]
|
|
550627
550627
|
}, undefined, true, undefined, this);
|
|
@@ -553746,7 +553746,7 @@ Usage: cortex --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
553746
553746
|
pendingHookMessages
|
|
553747
553747
|
}, renderAndRun);
|
|
553748
553748
|
}
|
|
553749
|
-
}).version("0.1.
|
|
553749
|
+
}).version("0.1.18 (CORTEX)", "-v, --version", "Output the version number");
|
|
553750
553750
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
553751
553751
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
553752
553752
|
if (canUserConfigureAdvisor()) {
|
|
@@ -554334,7 +554334,7 @@ if (false) {}
|
|
|
554334
554334
|
async function main2() {
|
|
554335
554335
|
const args = process.argv.slice(2);
|
|
554336
554336
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
554337
|
-
const v = typeof MACRO !== "undefined" ? "0.1.
|
|
554337
|
+
const v = typeof MACRO !== "undefined" ? "0.1.18" : "99.0.0-dev";
|
|
554338
554338
|
console.log(`${v} (CORTEX)`);
|
|
554339
554339
|
return;
|
|
554340
554340
|
}
|
|
@@ -554518,4 +554518,4 @@ ${DIM4} session id:${RESET4} ${BOLD2}${handle.sessionId}${RESET4} ${DIM4}(rotat
|
|
|
554518
554518
|
}
|
|
554519
554519
|
main2();
|
|
554520
554520
|
|
|
554521
|
-
//# debugId=
|
|
554521
|
+
//# debugId=C7C90AA53DD081DD64756E2164756E21
|
package/package.json
CHANGED