mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 08:00:59 +00:00
Merge pull request #928 from ferologics/feat/reload-full-scrollback
feat(coding-agent): /reload now re-renders entire scrollback
This commit is contained in:
commit
cdb0400347
2 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue