feat(coding-agent): add ExtensionAPI setLabel

This commit is contained in:
Mario Zechner 2026-01-17 21:18:44 +01:00
parent fde9b089f4
commit 157e4e51bf
10 changed files with 41 additions and 0 deletions

View file

@ -110,6 +110,7 @@ describe.skipIf(!API_KEY)("Compaction extensions", () => {
appendEntry: async () => {},
setSessionName: () => {},
getSessionName: () => undefined,
setLabel: () => {},
getActiveTools: () => [],
getAllTools: () => [],
setActiveTools: () => {},