diff options
| author | adamdottv <[email protected]> | 2025-05-01 07:28:37 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 07:28:37 -0500 |
| commit | f2b36b92347622f4c7f150c8dcef7218960d0702 (patch) | |
| tree | f03a83e5a9a7647e9766437b69217f032f9ac5fe /internal/llm/agent | |
| parent | f224978bbcc0b2995e6492cf73d0fab930217e91 (diff) | |
| download | opencode-f2b36b92347622f4c7f150c8dcef7218960d0702.tar.gz opencode-f2b36b92347622f4c7f150c8dcef7218960d0702.zip | |
fix: remove lsp tool
Diffstat (limited to 'internal/llm/agent')
| -rw-r--r-- | internal/llm/agent/tools.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/llm/agent/tools.go b/internal/llm/agent/tools.go index df1dd1b66..e6b0119ae 100644 --- a/internal/llm/agent/tools.go +++ b/internal/llm/agent/tools.go @@ -35,7 +35,6 @@ func CoderAgentTools( tools.NewViewTool(lspClients), tools.NewPatchTool(lspClients, permissions, history), tools.NewWriteTool(lspClients, permissions, history), - tools.NewConfigureLspServerTool(), NewAgentTool(sessions, messages, lspClients), }, otherTools..., ) |
