codeam-cli 2.54.0 → 2.55.1
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 +12 -0
- package/dist/index.js +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ 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.54.0] — 2026-07-06
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **shared:** Rename to @codeam/shared and make it publishable to npm (Phase 2 PR-0)
|
|
12
|
+
- **shared:** Agent capability flags + identity module + headroom manifest + beads superset (Phase 2 PR-1)
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- **cli:** Windows CI green — derive claude exe suffix from platformKey; win32-native install-target expectations
|
|
17
|
+
- **cli:** Self-update can actually spawn npm on Windows — shell for the .cmd shim
|
|
18
|
+
|
|
7
19
|
## [2.53.4] — 2026-07-06
|
|
8
20
|
|
|
9
21
|
### Fixed
|
package/dist/index.js
CHANGED
|
@@ -5621,7 +5621,7 @@ function readAnonId() {
|
|
|
5621
5621
|
}
|
|
5622
5622
|
function superProperties() {
|
|
5623
5623
|
return {
|
|
5624
|
-
cliVersion: true ? "2.
|
|
5624
|
+
cliVersion: true ? "2.55.1" : "0.0.0-dev",
|
|
5625
5625
|
nodeVersion: process.version,
|
|
5626
5626
|
platform: process.platform,
|
|
5627
5627
|
arch: process.arch,
|
|
@@ -5802,7 +5802,7 @@ var os4 = __toESM(require("os"));
|
|
|
5802
5802
|
// package.json
|
|
5803
5803
|
var package_default = {
|
|
5804
5804
|
name: "codeam-cli",
|
|
5805
|
-
version: "2.
|
|
5805
|
+
version: "2.55.1",
|
|
5806
5806
|
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.",
|
|
5807
5807
|
type: "commonjs",
|
|
5808
5808
|
main: "dist/index.js",
|
|
@@ -6838,7 +6838,7 @@ var CommandRelayService = class {
|
|
|
6838
6838
|
// fresh + clear the "CLI update available" banner after a self-update
|
|
6839
6839
|
// (a codespace that reinstalls @latest reconnects via heartbeat, not
|
|
6840
6840
|
// pair/reconnect). Older backends ignore the extra field.
|
|
6841
|
-
..."2.
|
|
6841
|
+
..."2.55.1" ? { ideVersion: "2.55.1" } : {}
|
|
6842
6842
|
}).then(() => log.trace("relay", `heartbeat ok online=${online}`)).catch((err) => log.trace("relay", `heartbeat failed online=${online}`, err));
|
|
6843
6843
|
}
|
|
6844
6844
|
/**
|
|
@@ -15338,7 +15338,7 @@ async function autoUpgradeBeforeCriticalCommand() {
|
|
|
15338
15338
|
if (process.env.NODE_ENV === "test") return;
|
|
15339
15339
|
if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
|
|
15340
15340
|
if (process.env.CI) return;
|
|
15341
|
-
const current = true ? "2.
|
|
15341
|
+
const current = true ? "2.55.1" : null;
|
|
15342
15342
|
if (!current) return;
|
|
15343
15343
|
const cache = readCache();
|
|
15344
15344
|
const fresh = cache && Date.now() - cache.fetchedAt < TTL_MS;
|
|
@@ -15355,7 +15355,7 @@ function checkForUpdates() {
|
|
|
15355
15355
|
if (process.env.CODEAM_DISABLE_UPDATE_CHECK === "1") return;
|
|
15356
15356
|
if (process.env.CI) return;
|
|
15357
15357
|
if (!process.stdout.isTTY) return;
|
|
15358
|
-
const current = true ? "2.
|
|
15358
|
+
const current = true ? "2.55.1" : null;
|
|
15359
15359
|
if (!current) return;
|
|
15360
15360
|
const cache = readCache();
|
|
15361
15361
|
const fresh = cache && Date.now() - cache.fetchedAt < TTL_MS;
|
|
@@ -16060,7 +16060,7 @@ var defaultSpawner = (env, cwd, args2 = []) => (0, import_node_child_process16.s
|
|
|
16060
16060
|
detached: false
|
|
16061
16061
|
});
|
|
16062
16062
|
function currentCliVersion() {
|
|
16063
|
-
return true ? "2.
|
|
16063
|
+
return true ? "2.55.1" : null;
|
|
16064
16064
|
}
|
|
16065
16065
|
function runCmd(cmd, args2, timeoutMs) {
|
|
16066
16066
|
return new Promise((resolve7) => {
|
|
@@ -31926,7 +31926,7 @@ function checkChokidar() {
|
|
|
31926
31926
|
}
|
|
31927
31927
|
async function doctor(args2 = []) {
|
|
31928
31928
|
const json = args2.includes("--json");
|
|
31929
|
-
const cliVersion = true ? "2.
|
|
31929
|
+
const cliVersion = true ? "2.55.1" : "0.0.0-dev";
|
|
31930
31930
|
const apiBase2 = resolveApiBaseUrl();
|
|
31931
31931
|
const diagnosticId = (0, import_node_crypto8.randomUUID)();
|
|
31932
31932
|
log.info("doctor", `run id=${diagnosticId} cli=${cliVersion}`);
|
|
@@ -32125,7 +32125,7 @@ async function completion(args2) {
|
|
|
32125
32125
|
// src/commands/version.ts
|
|
32126
32126
|
var import_picocolors15 = __toESM(require("picocolors"));
|
|
32127
32127
|
function version2() {
|
|
32128
|
-
const v = true ? "2.
|
|
32128
|
+
const v = true ? "2.55.1" : "unknown";
|
|
32129
32129
|
console.log(`${import_picocolors15.default.bold("codeam-cli")} ${import_picocolors15.default.cyan(v)}`);
|
|
32130
32130
|
}
|
|
32131
32131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeam-cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.1",
|
|
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",
|