@vellumai/plugin-api 0.10.3-dev.202606302233.9b08253 → 0.10.3-dev.202606302333.da83dd7
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3769,7 +3769,7 @@ declare interface SubagentSpawned {
|
|
|
3769
3769
|
|
|
3770
3770
|
declare type _SubagentsServerMessages = SubagentSpawned | SubagentStatusChanged | SubagentDetailResponse;
|
|
3771
3771
|
|
|
3772
|
-
declare type SubagentStatus = "pending" | "running" | "awaiting_input" | "completed" | "failed" | "aborted";
|
|
3772
|
+
declare type SubagentStatus = "pending" | "running" | "awaiting_input" | "completed" | "failed" | "aborted" | "interrupted";
|
|
3773
3773
|
|
|
3774
3774
|
declare interface SubagentStatusChanged {
|
|
3775
3775
|
type: "subagent_status_changed";
|
package/package.json
CHANGED