codeam-cli 2.23.17 → 2.23.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/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -441,7 +441,7 @@ var import_qrcode_terminal = __toESM(require("qrcode-terminal"));
|
|
|
441
441
|
// package.json
|
|
442
442
|
var package_default = {
|
|
443
443
|
name: "codeam-cli",
|
|
444
|
-
version: "2.23.
|
|
444
|
+
version: "2.23.18",
|
|
445
445
|
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.",
|
|
446
446
|
type: "commonjs",
|
|
447
447
|
main: "dist/index.js",
|
|
@@ -5774,7 +5774,7 @@ function readAnonId() {
|
|
|
5774
5774
|
}
|
|
5775
5775
|
function superProperties() {
|
|
5776
5776
|
return {
|
|
5777
|
-
cliVersion: true ? "2.23.
|
|
5777
|
+
cliVersion: true ? "2.23.18" : "0.0.0-dev",
|
|
5778
5778
|
nodeVersion: process.version,
|
|
5779
5779
|
platform: process.platform,
|
|
5780
5780
|
arch: process.arch,
|
|
@@ -18733,7 +18733,7 @@ function checkChokidar() {
|
|
|
18733
18733
|
}
|
|
18734
18734
|
async function doctor(args2 = []) {
|
|
18735
18735
|
const json = args2.includes("--json");
|
|
18736
|
-
const cliVersion = true ? "2.23.
|
|
18736
|
+
const cliVersion = true ? "2.23.18" : "0.0.0-dev";
|
|
18737
18737
|
const apiBase = resolveApiBaseUrl();
|
|
18738
18738
|
const diagnosticId = (0, import_node_crypto5.randomUUID)();
|
|
18739
18739
|
log.info("doctor", `run id=${diagnosticId} cli=${cliVersion}`);
|
|
@@ -18932,7 +18932,7 @@ async function completion(args2) {
|
|
|
18932
18932
|
// src/commands/version.ts
|
|
18933
18933
|
var import_picocolors13 = __toESM(require("picocolors"));
|
|
18934
18934
|
function version2() {
|
|
18935
|
-
const v = true ? "2.23.
|
|
18935
|
+
const v = true ? "2.23.18" : "unknown";
|
|
18936
18936
|
console.log(`${import_picocolors13.default.bold("codeam-cli")} ${import_picocolors13.default.cyan(v)}`);
|
|
18937
18937
|
}
|
|
18938
18938
|
|
|
@@ -19160,7 +19160,7 @@ function checkForUpdates() {
|
|
|
19160
19160
|
if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
|
|
19161
19161
|
if (process.env.CI) return;
|
|
19162
19162
|
if (!process.stdout.isTTY) return;
|
|
19163
|
-
const current = true ? "2.23.
|
|
19163
|
+
const current = true ? "2.23.18" : null;
|
|
19164
19164
|
if (!current) return;
|
|
19165
19165
|
const cache = readCache();
|
|
19166
19166
|
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.23.
|
|
3
|
+
"version": "2.23.18",
|
|
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",
|