asteroid-odyssey 1.6.607 → 1.6.612

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
@@ -1579,7 +1579,7 @@ type AgentsGraphModelsSettings = {
1579
1579
  */
1580
1580
  summarise?: boolean;
1581
1581
  /**
1582
- * Whether to use the new agent loop for execution (admin-only setting)
1582
+ * Whether to use the new agent loop for execution (beta)
1583
1583
  */
1584
1584
  new_agent_loop?: boolean;
1585
1585
  /**
package/dist/index.d.ts CHANGED
@@ -1579,7 +1579,7 @@ type AgentsGraphModelsSettings = {
1579
1579
  */
1580
1580
  summarise?: boolean;
1581
1581
  /**
1582
- * Whether to use the new agent loop for execution (admin-only setting)
1582
+ * Whether to use the new agent loop for execution (beta)
1583
1583
  */
1584
1584
  new_agent_loop?: boolean;
1585
1585
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.607",
3
+ "version": "1.6.612",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",