@resolveio/client-lib-core 21.6.8 → 21.6.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.6.8",
3
+ "version": "21.6.10",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1057,6 +1057,10 @@ interface AiTerminalConfig$1 {
1057
1057
  fallbackModels?: string[];
1058
1058
  temperature?: number;
1059
1059
  maxTokens?: number;
1060
+ plannerEnabled?: boolean;
1061
+ fastMode?: boolean;
1062
+ runBudgetMs?: number;
1063
+ mongoMaxTimeMs?: number;
1060
1064
  profileId?: string;
1061
1065
  methodNames?: AiTerminalMethodNames;
1062
1066
  mongo?: AiTerminalMongoConfig;