codeam-cli 2.39.22 → 2.39.23
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/CHANGELOG.md +6 -0
- package/dist/index.js +7 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to `codeam-cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.39.22] — 2026-06-16
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Stop the onboarding turn from wiping the welcome banner card (#344)
|
|
12
|
+
|
|
7
13
|
## [2.39.21] — 2026-06-16
|
|
8
14
|
|
|
9
15
|
### Fixed
|
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.
|
|
501
|
+
version: "2.39.23",
|
|
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",
|
|
@@ -565,7 +565,7 @@ var package_default = {
|
|
|
565
565
|
url: "https://github.com/sponsors/edgar-durand"
|
|
566
566
|
},
|
|
567
567
|
engines: {
|
|
568
|
-
node: ">=
|
|
568
|
+
node: ">=20.0.0"
|
|
569
569
|
},
|
|
570
570
|
dependencies: {
|
|
571
571
|
"@agentclientprotocol/claude-agent-acp": "^0.42.0",
|
|
@@ -576,7 +576,7 @@ var package_default = {
|
|
|
576
576
|
ignore: "^5.3.2",
|
|
577
577
|
picocolors: "^1.1.0",
|
|
578
578
|
"qrcode-terminal": "^0.12.0",
|
|
579
|
-
which: "^
|
|
579
|
+
which: "^6.0.0",
|
|
580
580
|
ws: "^8.18.0",
|
|
581
581
|
zod: "^4.3.6"
|
|
582
582
|
},
|
|
@@ -5908,7 +5908,7 @@ function readAnonId() {
|
|
|
5908
5908
|
}
|
|
5909
5909
|
function superProperties() {
|
|
5910
5910
|
return {
|
|
5911
|
-
cliVersion: true ? "2.39.
|
|
5911
|
+
cliVersion: true ? "2.39.23" : "0.0.0-dev",
|
|
5912
5912
|
nodeVersion: process.version,
|
|
5913
5913
|
platform: process.platform,
|
|
5914
5914
|
arch: process.arch,
|
|
@@ -27069,7 +27069,7 @@ function checkChokidar() {
|
|
|
27069
27069
|
}
|
|
27070
27070
|
async function doctor(args2 = []) {
|
|
27071
27071
|
const json = args2.includes("--json");
|
|
27072
|
-
const cliVersion = true ? "2.39.
|
|
27072
|
+
const cliVersion = true ? "2.39.23" : "0.0.0-dev";
|
|
27073
27073
|
const apiBase = resolveApiBaseUrl();
|
|
27074
27074
|
const diagnosticId = (0, import_node_crypto8.randomUUID)();
|
|
27075
27075
|
log.info("doctor", `run id=${diagnosticId} cli=${cliVersion}`);
|
|
@@ -27268,7 +27268,7 @@ async function completion(args2) {
|
|
|
27268
27268
|
// src/commands/version.ts
|
|
27269
27269
|
var import_picocolors13 = __toESM(require("picocolors"));
|
|
27270
27270
|
function version2() {
|
|
27271
|
-
const v = true ? "2.39.
|
|
27271
|
+
const v = true ? "2.39.23" : "unknown";
|
|
27272
27272
|
console.log(`${import_picocolors13.default.bold("codeam-cli")} ${import_picocolors13.default.cyan(v)}`);
|
|
27273
27273
|
}
|
|
27274
27274
|
|
|
@@ -27554,7 +27554,7 @@ function checkForUpdates() {
|
|
|
27554
27554
|
if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
|
|
27555
27555
|
if (process.env.CI) return;
|
|
27556
27556
|
if (!process.stdout.isTTY) return;
|
|
27557
|
-
const current = true ? "2.39.
|
|
27557
|
+
const current = true ? "2.39.23" : null;
|
|
27558
27558
|
if (!current) return;
|
|
27559
27559
|
const cache = readCache();
|
|
27560
27560
|
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.
|
|
3
|
+
"version": "2.39.23",
|
|
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",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"url": "https://github.com/sponsors/edgar-durand"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
|
-
"node": ">=
|
|
70
|
+
"node": ">=20.0.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@agentclientprotocol/claude-agent-acp": "^0.42.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"ignore": "^5.3.2",
|
|
79
79
|
"picocolors": "^1.1.0",
|
|
80
80
|
"qrcode-terminal": "^0.12.0",
|
|
81
|
-
"which": "^
|
|
81
|
+
"which": "^6.0.0",
|
|
82
82
|
"ws": "^8.18.0",
|
|
83
83
|
"zod": "^4.3.6"
|
|
84
84
|
},
|