Merge pull request #928 from ferologics/feat/reload-full-scrollback
feat(coding-agent): /reload now re-renders entire scrollback
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- `/reload` now re-renders the entire scrollback so updated extension components are visible immediately
|
||||||
- Skill, prompt template, and theme discovery now use settings and CLI path arrays instead of legacy filters ([#645](https://github.com/badlogic/pi-mono/issues/645))
|
- Skill, prompt template, and theme discovery now use settings and CLI path arrays instead of legacy filters ([#645](https://github.com/badlogic/pi-mono/issues/645))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -3623,6 +3623,7 @@ export class InteractiveMode {
|
|||||||
if (runner) {
|
if (runner) {
|
||||||
this.setupExtensionShortcuts(runner);
|
this.setupExtensionShortcuts(runner);
|
||||||
}
|
}
|
||||||
|
this.rebuildChatFromMessages();
|
||||||
restoreEditor();
|
restoreEditor();
|
||||||
this.showLoadedResources({ extensionPaths: runner?.getExtensionPaths() ?? [], force: true });
|
this.showLoadedResources({ extensionPaths: runner?.getExtensionPaths() ?? [], force: true });
|
||||||
const modelsJsonError = this.session.modelRegistry.getError();
|
const modelsJsonError = this.session.modelRegistry.getError();
|
||||||
|
|||||||
Reference in New Issue
Block a user