@ricsam/r5d-api 0.0.61 → 0.0.63

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@ricsam/r5d-api",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@ricsam/r5d-api",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "type": "module"
5
5
  }
@@ -131,12 +131,7 @@ export type R5dctlSessionEvent = {
131
131
  type: "agent_running";
132
132
  running: boolean;
133
133
  } | {
134
- type: "context_continued";
135
- sessionId: string;
136
- target: unknown;
137
- partNumber: number;
138
- } | {
139
- type: "context_handoff_failed";
134
+ type: "fresh_context_failed";
140
135
  message: string;
141
136
  } | {
142
137
  type: "shell_result";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricsam/r5d-api",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.cjs",
6
6
  "module": "./dist/mjs/index.mjs",