asteroid-odyssey 1.7.287 → 1.7.288
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2921,7 +2921,7 @@ type AgentsEnvironmentExplicitEnvironmentSource = {
|
|
|
2921
2921
|
*/
|
|
2922
2922
|
viewportHeight?: number;
|
|
2923
2923
|
/**
|
|
2924
|
-
* Session lifetime in minutes before the reaper tears the env down. Clamped server-side to the astro
|
|
2924
|
+
* Session lifetime in minutes before the reaper tears the env down. Clamped server-side to the owner's ceiling: 60 minutes for an astro-owned env, which lives only as long as its build conversation, and 1440 for a standalone one, which is parked deliberately. Omit for the owner's default — 60 and 720 respectively.
|
|
2925
2925
|
*/
|
|
2926
2926
|
sessionTimeoutMins?: number;
|
|
2927
2927
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -2921,7 +2921,7 @@ type AgentsEnvironmentExplicitEnvironmentSource = {
|
|
|
2921
2921
|
*/
|
|
2922
2922
|
viewportHeight?: number;
|
|
2923
2923
|
/**
|
|
2924
|
-
* Session lifetime in minutes before the reaper tears the env down. Clamped server-side to the astro
|
|
2924
|
+
* Session lifetime in minutes before the reaper tears the env down. Clamped server-side to the owner's ceiling: 60 minutes for an astro-owned env, which lives only as long as its build conversation, and 1440 for a standalone one, which is parked deliberately. Omit for the owner's default — 60 and 720 respectively.
|
|
2925
2925
|
*/
|
|
2926
2926
|
sessionTimeoutMins?: number;
|
|
2927
2927
|
};
|