codeam-cli 2.39.15 → 2.39.16

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/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -498,7 +498,7 @@ var import_qrcode_terminal = __toESM(require("qrcode-terminal"));
498
498
  // package.json
499
499
  var package_default = {
500
500
  name: "codeam-cli",
501
- version: "2.39.15",
501
+ version: "2.39.16",
502
502
  description: "Workflow-continuity bridge for AI coding agents. Wrap Claude Code or Codex in a PTY and supervise, approve, and redirect the session from any device \u2014 async. The terminal companion for CodeAgent Mobile.",
503
503
  type: "commonjs",
504
504
  main: "dist/index.js",
@@ -5908,7 +5908,7 @@ function readAnonId() {
5908
5908
  }
5909
5909
  function superProperties() {
5910
5910
  return {
5911
- cliVersion: true ? "2.39.15" : "0.0.0-dev",
5911
+ cliVersion: true ? "2.39.16" : "0.0.0-dev",
5912
5912
  nodeVersion: process.version,
5913
5913
  platform: process.platform,
5914
5914
  arch: process.arch,
@@ -27017,7 +27017,7 @@ function checkChokidar() {
27017
27017
  }
27018
27018
  async function doctor(args2 = []) {
27019
27019
  const json = args2.includes("--json");
27020
- const cliVersion = true ? "2.39.15" : "0.0.0-dev";
27020
+ const cliVersion = true ? "2.39.16" : "0.0.0-dev";
27021
27021
  const apiBase = resolveApiBaseUrl();
27022
27022
  const diagnosticId = (0, import_node_crypto8.randomUUID)();
27023
27023
  log.info("doctor", `run id=${diagnosticId} cli=${cliVersion}`);
@@ -27216,7 +27216,7 @@ async function completion(args2) {
27216
27216
  // src/commands/version.ts
27217
27217
  var import_picocolors13 = __toESM(require("picocolors"));
27218
27218
  function version2() {
27219
- const v = true ? "2.39.15" : "unknown";
27219
+ const v = true ? "2.39.16" : "unknown";
27220
27220
  console.log(`${import_picocolors13.default.bold("codeam-cli")} ${import_picocolors13.default.cyan(v)}`);
27221
27221
  }
27222
27222
 
@@ -27502,7 +27502,7 @@ function checkForUpdates() {
27502
27502
  if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
27503
27503
  if (process.env.CI) return;
27504
27504
  if (!process.stdout.isTTY) return;
27505
- const current = true ? "2.39.15" : null;
27505
+ const current = true ? "2.39.16" : null;
27506
27506
  if (!current) return;
27507
27507
  const cache = readCache();
27508
27508
  const fresh = cache && Date.now() - cache.fetchedAt < TTL_MS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "2.39.15",
3
+ "version": "2.39.16",
4
4
  "description": "Workflow-continuity bridge for AI coding agents. Wrap Claude Code or Codex in a PTY and supervise, approve, and redirect the session from any device — async. The terminal companion for CodeAgent Mobile.",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",