erosolar-cli 1.7.351 → 1.7.353

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.
@@ -150,7 +150,7 @@ export class InteractiveShell {
150
150
  this.sessionRestoreConfig = config.sessionRestore ?? { mode: 'none' };
151
151
  this._enabledPlugins = config.enabledPlugins ?? [];
152
152
  this.version = config.version ?? '0.0.0';
153
- this.alternateScreenEnabled = config.alternateScreen ?? true;
153
+ this.alternateScreenEnabled = config.alternateScreen ?? false;
154
154
  this.initializeSessionHistory();
155
155
  this.sessionState = {
156
156
  provider: config.initialModel.provider,