mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 15:03:31 +00:00
feat(coding-agent): add ExtensionAPI setLabel
This commit is contained in:
parent
fde9b089f4
commit
157e4e51bf
10 changed files with 41 additions and 0 deletions
|
|
@ -669,6 +669,9 @@ export class InteractiveMode {
|
|||
getSessionName: () => {
|
||||
return this.sessionManager.getSessionName();
|
||||
},
|
||||
setLabel: (entryId, label) => {
|
||||
this.sessionManager.appendLabelChange(entryId, label);
|
||||
},
|
||||
getActiveTools: () => this.session.getActiveToolNames(),
|
||||
getAllTools: () => this.session.getAllTools(),
|
||||
setActiveTools: (toolNames) => this.session.setActiveToolsByName(toolNames),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue