mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
feat(coding-agent): /reload now re-renders entire scrollback
For extension development, reloading now rebuilds the full chat history so updated component rendering is visible immediately, not just in new messages. Also removes broken test for deleted chalk-logger.ts extension (npm dependency resolution is already covered by with-deps test).
This commit is contained in:
parent
c5c515f560
commit
ddb3413dcc
3 changed files with 2 additions and 13 deletions
|
|
@ -3361,6 +3361,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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue