diff options
| author | N. Taylor Mullen <[email protected]> | 2025-07-12 21:09:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-13 04:09:12 +0000 |
| commit | 44ef0408f3b09d9b161c64cf12bbf5ad13052598 (patch) | |
| tree | 6d290529f52078756a3563a3a0528be65cb280d5 /packages/core/src/tools/tool-registry.ts | |
| parent | 09a3b7d5e18b345a5e89c766250014d80a1c5a08 (diff) | |
feat(tools): Centralize shell tool summarization (#4009)
Diffstat (limited to 'packages/core/src/tools/tool-registry.ts')
| -rw-r--r-- | packages/core/src/tools/tool-registry.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/core/src/tools/tool-registry.ts b/packages/core/src/tools/tool-registry.ts index 4040e4ce..1778c6d6 100644 --- a/packages/core/src/tools/tool-registry.ts +++ b/packages/core/src/tools/tool-registry.ts @@ -11,7 +11,6 @@ import { spawn } from 'node:child_process'; import { StringDecoder } from 'node:string_decoder'; import { discoverMcpTools } from './mcp-client.js'; import { DiscoveredMCPTool } from './mcp-tool.js'; -import { defaultSummarizer } from '../utils/summarizer.js'; import { parse } from 'shell-quote'; type ToolParams = Record<string, unknown>; @@ -48,7 +47,6 @@ Signal: Signal number or \`(none)\` if no signal was received. parameterSchema, false, // isOutputMarkdown false, // canUpdateOutput - defaultSummarizer, ); } |
