codeam-cli 2.27.3 → 2.27.4
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/index.js +5 -5
- 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.27.
|
|
501
|
+
version: "2.27.4",
|
|
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",
|
|
@@ -5874,7 +5874,7 @@ function readAnonId() {
|
|
|
5874
5874
|
}
|
|
5875
5875
|
function superProperties() {
|
|
5876
5876
|
return {
|
|
5877
|
-
cliVersion: true ? "2.27.
|
|
5877
|
+
cliVersion: true ? "2.27.4" : "0.0.0-dev",
|
|
5878
5878
|
nodeVersion: process.version,
|
|
5879
5879
|
platform: process.platform,
|
|
5880
5880
|
arch: process.arch,
|
|
@@ -21120,7 +21120,7 @@ function checkChokidar() {
|
|
|
21120
21120
|
}
|
|
21121
21121
|
async function doctor(args2 = []) {
|
|
21122
21122
|
const json = args2.includes("--json");
|
|
21123
|
-
const cliVersion = true ? "2.27.
|
|
21123
|
+
const cliVersion = true ? "2.27.4" : "0.0.0-dev";
|
|
21124
21124
|
const apiBase = resolveApiBaseUrl();
|
|
21125
21125
|
const diagnosticId = (0, import_node_crypto8.randomUUID)();
|
|
21126
21126
|
log.info("doctor", `run id=${diagnosticId} cli=${cliVersion}`);
|
|
@@ -21319,7 +21319,7 @@ async function completion(args2) {
|
|
|
21319
21319
|
// src/commands/version.ts
|
|
21320
21320
|
var import_picocolors13 = __toESM(require("picocolors"));
|
|
21321
21321
|
function version2() {
|
|
21322
|
-
const v = true ? "2.27.
|
|
21322
|
+
const v = true ? "2.27.4" : "unknown";
|
|
21323
21323
|
console.log(`${import_picocolors13.default.bold("codeam-cli")} ${import_picocolors13.default.cyan(v)}`);
|
|
21324
21324
|
}
|
|
21325
21325
|
|
|
@@ -21547,7 +21547,7 @@ function checkForUpdates() {
|
|
|
21547
21547
|
if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
|
|
21548
21548
|
if (process.env.CI) return;
|
|
21549
21549
|
if (!process.stdout.isTTY) return;
|
|
21550
|
-
const current = true ? "2.27.
|
|
21550
|
+
const current = true ? "2.27.4" : null;
|
|
21551
21551
|
if (!current) return;
|
|
21552
21552
|
const cache = readCache();
|
|
21553
21553
|
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.27.
|
|
3
|
+
"version": "2.27.4",
|
|
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",
|