@linzumi/cli 1.0.142 → 1.0.144

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "1.0.142",
3
+ "version": "1.0.144",
4
4
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "build": "node scripts/build.mjs",
17
17
  "bump-version": "node scripts/bump-cli-version.mjs",
18
18
  "codex:history-table": "node scripts/codex_history_table.mjs",
19
- "test": "rescript build ../../kandan/server_v2/web/replay_harness && vitest run --config vitest.config.mjs",
19
+ "test": "rescript build ../linzumi-cli-rescript && rescript build ../../kandan/server_v2/web/replay_harness && vitest run --config vitest.config.mjs",
20
20
  "typecheck": "tsgo --noEmit -p tsconfig.source.json",
21
21
  "typecheck:all": "tsgo --noEmit -p tsconfig.json",
22
22
  "typecheck:watch": "tsgo --noEmit -w -p tsconfig.source.json",
@@ -43,10 +43,12 @@ import {
43
43
  import {
44
44
  approvalRequestKey,
45
45
  codexApprovalMessageState,
46
+ compactingConversationHistoryReason,
46
47
  fleetBreakerHoldReason,
47
48
  parkedAsOwnTurnQueuedReason,
48
49
  parkedAsOwnTurnReasonDetail,
49
50
  processingReasonForCodexNotification,
51
+ queuedBehindCompactionReason,
50
52
  queuedBehindEarlierMessagesReason,
51
53
  queuedBehindRunningTurnReason,
52
54
  queuedBehindReasonPrefix,
@@ -118,6 +120,8 @@ function handle(testCase) {
118
120
  }
119
121
  case 'constants':
120
122
  return {
123
+ compactingConversationHistoryReason,
124
+ queuedBehindCompactionReason,
121
125
  resumingAfterStreamStallReason,
122
126
  steeredIntoRunningTurnReason,
123
127
  queuedBehindReasonPrefix,