asteroid-odyssey 1.6.293 → 1.6.303

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
@@ -1386,6 +1386,10 @@ type AgentsGraphModelsSettings = {
1386
1386
  * Whether to use the new agent loop for execution (admin-only setting)
1387
1387
  */
1388
1388
  new_agent_loop?: boolean;
1389
+ /**
1390
+ * Exact Daytona snapshot name for agent-loop (admin-only)
1391
+ */
1392
+ agent_loop_snapshot?: string;
1389
1393
  };
1390
1394
  type AgentsGraphModelsStickyNote = {
1391
1395
  id: CommonUuid;
package/dist/index.d.ts CHANGED
@@ -1386,6 +1386,10 @@ type AgentsGraphModelsSettings = {
1386
1386
  * Whether to use the new agent loop for execution (admin-only setting)
1387
1387
  */
1388
1388
  new_agent_loop?: boolean;
1389
+ /**
1390
+ * Exact Daytona snapshot name for agent-loop (admin-only)
1391
+ */
1392
+ agent_loop_snapshot?: string;
1389
1393
  };
1390
1394
  type AgentsGraphModelsStickyNote = {
1391
1395
  id: CommonUuid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.293",
3
+ "version": "1.6.303",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",