codeam-cli 1.4.11 → 1.4.12

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -115,7 +115,7 @@ var import_qrcode_terminal = __toESM(require("qrcode-terminal"));
115
115
  // package.json
116
116
  var package_default = {
117
117
  name: "codeam-cli",
118
- version: "1.4.11",
118
+ version: "1.4.12",
119
119
  description: "Remote control Claude Code from your mobile device",
120
120
  main: "dist/index.js",
121
121
  bin: {
@@ -1465,6 +1465,7 @@ var HistoryService = class {
1465
1465
  if (record["type"] === "assistant") {
1466
1466
  assistantMessageCount++;
1467
1467
  const msg = record["message"];
1468
+ if (msg?.["model"] === "<synthetic>") continue;
1468
1469
  const usage = msg?.["usage"];
1469
1470
  if (usage && (usage["input_tokens"] !== void 0 || usage["prompt_tokens"] !== void 0)) {
1470
1471
  lastUsage = usage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "Remote control Claude Code from your mobile device",
5
5
  "main": "dist/index.js",
6
6
  "bin": {