fix(coding-agent): support dynamic tool registration and tool prompt snippets closes #1720
This commit is contained in:
@@ -60,6 +60,7 @@ describe("ExtensionRunner", () => {
|
||||
getActiveTools: () => [],
|
||||
getAllTools: () => [],
|
||||
setActiveTools: () => {},
|
||||
refreshTools: () => {},
|
||||
getCommands: () => [],
|
||||
setModel: async () => false,
|
||||
getThinkingLevel: () => "off",
|
||||
|
||||
Reference in New Issue
Block a user