mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
feat(coding-agent): add session path toggle and deletion to /resume
This commit is contained in:
parent
d43930c818
commit
26fe048314
6 changed files with 520 additions and 51 deletions
|
|
@ -3035,6 +3035,7 @@ export class InteractiveMode {
|
|||
void this.shutdown();
|
||||
},
|
||||
() => this.ui.requestRender(),
|
||||
this.sessionManager.getSessionFile(),
|
||||
);
|
||||
return { component: selector, focus: selector.getSessionList() };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue