@linzumi/cli 1.0.186 → 1.0.187

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.186",
3
+ "version": "1.0.187",
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": {
@@ -48,7 +48,6 @@ import {
48
48
  parkedAsOwnTurnQueuedReason,
49
49
  parkedAsOwnTurnReasonDetail,
50
50
  processingReasonForCodexNotification,
51
- queuedBehindCompactionReason,
52
51
  queuedBehindEarlierMessagesReason,
53
52
  queuedBehindRunningTurnReason,
54
53
  queuedBehindReasonPrefix,
@@ -165,7 +164,6 @@ function handle(testCase) {
165
164
  case 'constants':
166
165
  return {
167
166
  compactingConversationHistoryReason,
168
- queuedBehindCompactionReason,
169
167
  resumingAfterStreamStallReason,
170
168
  steeredIntoRunningTurnReason,
171
169
  queuedBehindReasonPrefix,