fix(coding-agent): support dynamic tool registration and tool prompt snippets closes #1720

This commit is contained in:
Mario Zechner 2026-03-02 22:32:07 +01:00
parent ca5510158d
commit bc2fa8d6d0
12 changed files with 285 additions and 47 deletions

View file

@ -60,6 +60,7 @@ describe("ExtensionRunner", () => {
getActiveTools: () => [],
getAllTools: () => [],
setActiveTools: () => {},
refreshTools: () => {},
getCommands: () => [],
setModel: async () => false,
getThinkingLevel: () => "off",