@resolveio/client-lib-core 21.5.51 → 21.5.52

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.5.51",
3
+ "version": "21.5.52",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1432,6 +1432,7 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1432
1432
 
1433
1433
  type AiTerminalConfig = {
1434
1434
  mode?: string;
1435
+ assistantMode?: 'resolveio' | 'aicoder';
1435
1436
  model?: string;
1436
1437
  fallbackModel?: string;
1437
1438
  fallbackModels?: string[];