asteroid-odyssey 1.6.737 → 1.6.751
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/dist/index.d.mts +1 -4
- package/dist/index.d.ts +1 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1034,10 +1034,6 @@ type AgentsExecutionListItem = {
|
|
|
1034
1034
|
* ID of the execution this was rerun from, if applicable
|
|
1035
1035
|
*/
|
|
1036
1036
|
parentExecutionId?: CommonUuid;
|
|
1037
|
-
/**
|
|
1038
|
-
* Whether this execution is a live environment (astro-driven live session) — the UI hides activity-feed chrome for these runs. Optional because the Electric-synced shape does not yet carry this column.
|
|
1039
|
-
*/
|
|
1040
|
-
isLiveEnvironment?: boolean;
|
|
1041
1037
|
};
|
|
1042
1038
|
type AgentsExecutionNavToCompletedDetails = {
|
|
1043
1039
|
actionName: 'nav_to';
|
|
@@ -1595,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1595
1591
|
[key: string]: unknown;
|
|
1596
1592
|
};
|
|
1597
1593
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1594
|
+
model?: string;
|
|
1598
1595
|
};
|
|
1599
1596
|
type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
|
|
1600
1597
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1034,10 +1034,6 @@ type AgentsExecutionListItem = {
|
|
|
1034
1034
|
* ID of the execution this was rerun from, if applicable
|
|
1035
1035
|
*/
|
|
1036
1036
|
parentExecutionId?: CommonUuid;
|
|
1037
|
-
/**
|
|
1038
|
-
* Whether this execution is a live environment (astro-driven live session) — the UI hides activity-feed chrome for these runs. Optional because the Electric-synced shape does not yet carry this column.
|
|
1039
|
-
*/
|
|
1040
|
-
isLiveEnvironment?: boolean;
|
|
1041
1037
|
};
|
|
1042
1038
|
type AgentsExecutionNavToCompletedDetails = {
|
|
1043
1039
|
actionName: 'nav_to';
|
|
@@ -1595,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1595
1591
|
[key: string]: unknown;
|
|
1596
1592
|
};
|
|
1597
1593
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1594
|
+
model?: string;
|
|
1598
1595
|
};
|
|
1599
1596
|
type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
|
|
1600
1597
|
name: string;
|