@roo-code/types 1.58.0 → 1.59.0
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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -146,7 +146,7 @@ __export(index_exports, {
|
|
|
146
146
|
ioIntelligenceDefaultModelId: () => ioIntelligenceDefaultModelId,
|
|
147
147
|
ioIntelligenceModels: () => ioIntelligenceModels,
|
|
148
148
|
ipcMessageSchema: () => ipcMessageSchema,
|
|
149
|
-
|
|
149
|
+
isDynamicProvider: () => isDynamicProvider,
|
|
150
150
|
isGlobalStateKey: () => isGlobalStateKey,
|
|
151
151
|
isIdleAsk: () => isIdleAsk,
|
|
152
152
|
isInteractiveAsk: () => isInteractiveAsk,
|
|
@@ -4061,7 +4061,7 @@ var dynamicProviders = [
|
|
|
4061
4061
|
"requesty",
|
|
4062
4062
|
"unbound"
|
|
4063
4063
|
];
|
|
4064
|
-
var
|
|
4064
|
+
var isDynamicProvider = (key) => dynamicProviders.includes(key);
|
|
4065
4065
|
|
|
4066
4066
|
// src/history.ts
|
|
4067
4067
|
var import_zod9 = require("zod");
|
|
@@ -4946,7 +4946,7 @@ var commandExecutionStatusSchema = import_zod19.z.discriminatedUnion("status", [
|
|
|
4946
4946
|
ioIntelligenceDefaultModelId,
|
|
4947
4947
|
ioIntelligenceModels,
|
|
4948
4948
|
ipcMessageSchema,
|
|
4949
|
-
|
|
4949
|
+
isDynamicProvider,
|
|
4950
4950
|
isGlobalStateKey,
|
|
4951
4951
|
isIdleAsk,
|
|
4952
4952
|
isInteractiveAsk,
|