@gokulvenkatareddy/cortex 0.1.20 → 0.1.21

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +12 -12
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -365788,7 +365788,7 @@ function getCORTEXEnvMetadata() {
365788
365788
  function getBuildAgeMinutes() {
365789
365789
  if (false)
365790
365790
  ;
365791
- const buildTime = new Date("2026-05-16T05:58:25.071Z").getTime();
365791
+ const buildTime = new Date("2026-05-16T06:12:25.737Z").getTime();
365792
365792
  if (isNaN(buildTime))
365793
365793
  return;
365794
365794
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -391291,7 +391291,7 @@ Use /model to change models.`, { display: "system" });
391291
391291
  label: c6.label,
391292
391292
  description: c6.description
391293
391293
  })),
391294
- onSelect: handleCategorySelect
391294
+ onChange: handleCategorySelect
391295
391295
  }, undefined, false, undefined, this)
391296
391296
  ]
391297
391297
  }, undefined, true, undefined, this)
@@ -391312,7 +391312,7 @@ Use /model to change models.`, { display: "system" });
391312
391312
  }, undefined, false, undefined, this),
391313
391313
  /* @__PURE__ */ jsx_dev_runtime168.jsxDEV(Select, {
391314
391314
  options: providers.map(providerToOption),
391315
- onSelect: handleProviderSelect
391315
+ onChange: handleProviderSelect
391316
391316
  }, undefined, false, undefined, this)
391317
391317
  ]
391318
391318
  }, undefined, true, undefined, this)
@@ -395821,7 +395821,7 @@ function buildPrimarySection() {
395821
395821
  }, undefined, false, undefined, this);
395822
395822
  return [{
395823
395823
  label: "Version",
395824
- value: "0.1.20"
395824
+ value: "0.1.21"
395825
395825
  }, {
395826
395826
  label: "Session name",
395827
395827
  value: nameValue
@@ -462821,7 +462821,7 @@ var init_bridge_kick = __esm(() => {
462821
462821
  var call65 = async () => {
462822
462822
  return {
462823
462823
  type: "text",
462824
- value: `${"99.0.0"} (built ${"2026-05-16T05:58:25.071Z"})`
462824
+ value: `${"99.0.0"} (built ${"2026-05-16T06:12:25.737Z"})`
462825
462825
  };
462826
462826
  }, version2, version_default;
462827
462827
  var init_version = __esm(() => {
@@ -553652,7 +553652,7 @@ function WelcomeV2() {
553652
553652
  dimColor: true,
553653
553653
  children: [
553654
553654
  "v",
553655
- "0.1.20",
553655
+ "0.1.21",
553656
553656
  " "
553657
553657
  ]
553658
553658
  }, undefined, true, undefined, this)
@@ -553852,7 +553852,7 @@ function WelcomeV2() {
553852
553852
  dimColor: true,
553853
553853
  children: [
553854
553854
  "v",
553855
- "0.1.20",
553855
+ "0.1.21",
553856
553856
  " "
553857
553857
  ]
553858
553858
  }, undefined, true, undefined, this)
@@ -554078,7 +554078,7 @@ function AppleTerminalWelcomeV2(t0) {
554078
554078
  dimColor: true,
554079
554079
  children: [
554080
554080
  "v",
554081
- "0.1.20",
554081
+ "0.1.21",
554082
554082
  " "
554083
554083
  ]
554084
554084
  }, undefined, true, undefined, this);
@@ -554332,7 +554332,7 @@ function AppleTerminalWelcomeV2(t0) {
554332
554332
  dimColor: true,
554333
554333
  children: [
554334
554334
  "v",
554335
- "0.1.20",
554335
+ "0.1.21",
554336
554336
  " "
554337
554337
  ]
554338
554338
  }, undefined, true, undefined, this);
@@ -557457,7 +557457,7 @@ Usage: cortex --remote "your task description"`, () => gracefulShutdown(1));
557457
557457
  pendingHookMessages
557458
557458
  }, renderAndRun);
557459
557459
  }
557460
- }).version("0.1.20 (CORTEX)", "-v, --version", "Output the version number");
557460
+ }).version("0.1.21 (CORTEX)", "-v, --version", "Output the version number");
557461
557461
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
557462
557462
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
557463
557463
  if (canUserConfigureAdvisor()) {
@@ -558045,7 +558045,7 @@ if (false) {}
558045
558045
  async function main2() {
558046
558046
  const args = process.argv.slice(2);
558047
558047
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
558048
- const v = typeof MACRO !== "undefined" ? "0.1.20" : "99.0.0-dev";
558048
+ const v = typeof MACRO !== "undefined" ? "0.1.21" : "99.0.0-dev";
558049
558049
  console.log(`${v} (CORTEX)`);
558050
558050
  return;
558051
558051
  }
@@ -558257,4 +558257,4 @@ ${DIM4} session id:${RESET4} ${BOLD2}${handle.sessionId}${RESET4} ${DIM4}(rotat
558257
558257
  }
558258
558258
  main2();
558259
558259
 
558260
- //# debugId=95C69E7DBD9577B464756E2164756E21
558260
+ //# debugId=74104FEE585719CB64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gokulvenkatareddy/cortex",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "CORTEX — Autonomous AGI Terminal. Any LLM, one command. NVIDIA, OpenAI, Gemini, Groq, Ollama and more.",
5
5
  "type": "module",
6
6
  "bin": {