asteroid-odyssey 1.6.566 → 1.6.568
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1590,6 +1590,10 @@ type AgentsGraphModelsSettings = {
|
|
|
1590
1590
|
* LLM provider override for the new agent loop (admin-only in UI; defaults to server config)
|
|
1591
1591
|
*/
|
|
1592
1592
|
llm_provider?: AgentsGraphModelsLlmProvider;
|
|
1593
|
+
/**
|
|
1594
|
+
* Extension IDs (provider-issued UUIDs returned when an extension is registered with the browser provider — not Chrome's 32-char extension IDs) to load into the session at boot time
|
|
1595
|
+
*/
|
|
1596
|
+
extension_ids?: Array<string>;
|
|
1593
1597
|
};
|
|
1594
1598
|
type AgentsGraphModelsStickyNote = {
|
|
1595
1599
|
id: CommonUuid;
|
package/dist/index.d.ts
CHANGED
|
@@ -1590,6 +1590,10 @@ type AgentsGraphModelsSettings = {
|
|
|
1590
1590
|
* LLM provider override for the new agent loop (admin-only in UI; defaults to server config)
|
|
1591
1591
|
*/
|
|
1592
1592
|
llm_provider?: AgentsGraphModelsLlmProvider;
|
|
1593
|
+
/**
|
|
1594
|
+
* Extension IDs (provider-issued UUIDs returned when an extension is registered with the browser provider — not Chrome's 32-char extension IDs) to load into the session at boot time
|
|
1595
|
+
*/
|
|
1596
|
+
extension_ids?: Array<string>;
|
|
1593
1597
|
};
|
|
1594
1598
|
type AgentsGraphModelsStickyNote = {
|
|
1595
1599
|
id: CommonUuid;
|