mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +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
|
|
@ -149,6 +149,7 @@ export class ExtensionRunner {
|
|||
this.runtime.appendEntry = actions.appendEntry;
|
||||
this.runtime.setSessionName = actions.setSessionName;
|
||||
this.runtime.getSessionName = actions.getSessionName;
|
||||
this.runtime.setLabel = actions.setLabel;
|
||||
this.runtime.getActiveTools = actions.getActiveTools;
|
||||
this.runtime.getAllTools = actions.getAllTools;
|
||||
this.runtime.setActiveTools = actions.setActiveTools;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue