Merge pull request #928 from ferologics/feat/reload-full-scrollback

feat(coding-agent): /reload now re-renders entire scrollback
This commit is contained in:
Mario Zechner
2026-01-24 02:53:57 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3623,6 +3623,7 @@ export class InteractiveMode {
if (runner) {
this.setupExtensionShortcuts(runner);
}
this.rebuildChatFromMessages();
restoreEditor();
this.showLoadedResources({ extensionPaths: runner?.getExtensionPaths() ?? [], force: true });
const modelsJsonError = this.session.modelRegistry.getError();