@cline/shared 0.0.59 → 0.0.60-nightly.1783998875

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.
@@ -117,7 +117,7 @@ export interface AgentNoticeEvent extends AgentEventMetadata {
117
117
  noticeType: "recovery" | "stop" | "status";
118
118
  message: string;
119
119
  displayRole?: "system" | "status";
120
- reason?: "api_error" | "invalid_tool_call" | "completion_without_submit" | "tool_execution_failed" | "mistake_limit" | "auto_compaction";
120
+ reason?: "api_error" | "invalid_tool_call" | "completion_without_submit" | "tool_execution_failed" | "mistake_limit" | "auto_compaction" | "manual_compaction" | "compaction_budget_emergency";
121
121
  metadata?: Record<string, unknown>;
122
122
  }
123
123
  export interface AgentDoneEvent extends AgentEventMetadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cline/shared",
3
- "version": "0.0.59",
3
+ "version": "0.0.60-nightly.1783998875",
4
4
  "description": "Shared utilities, types, and schemas for Cline packages",
5
5
  "repository": {
6
6
  "type": "git",