asteroid-odyssey 1.6.808 → 1.6.846

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 CHANGED
@@ -879,7 +879,7 @@ type AgentsExecutionBrowserRunCodeStartedDetails = {
879
879
  actionName: 'browser_run_code';
880
880
  code: string;
881
881
  };
882
- type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed';
882
+ type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed' | 'no_activity' | 'budget_exceeded';
883
883
  type AgentsExecutionCancelledPayload = {
884
884
  reason: AgentsExecutionCancelReason;
885
885
  };
package/dist/index.d.ts CHANGED
@@ -879,7 +879,7 @@ type AgentsExecutionBrowserRunCodeStartedDetails = {
879
879
  actionName: 'browser_run_code';
880
880
  code: string;
881
881
  };
882
- type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed';
882
+ type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed' | 'no_activity' | 'budget_exceeded';
883
883
  type AgentsExecutionCancelledPayload = {
884
884
  reason: AgentsExecutionCancelReason;
885
885
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.808",
3
+ "version": "1.6.846",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",