feat(coding-agent): add ctx.reload and reload-runtime example closes #1371
This commit is contained in:
@@ -1068,6 +1068,9 @@ export class InteractiveMode {
|
||||
await this.handleResumeSession(sessionPath);
|
||||
return { cancelled: false };
|
||||
},
|
||||
reload: async () => {
|
||||
await this.handleReloadCommand();
|
||||
},
|
||||
},
|
||||
shutdownHandler: () => {
|
||||
this.shutdownRequested = true;
|
||||
|
||||
Reference in New Issue
Block a user