From 33666245d8c566419f7b937a740d525883660b39 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Fri, 16 Jan 2026 10:25:49 +0900 Subject: [PATCH] docs: remove OpenCode built-in LSP tools from README lsp_goto_definition, lsp_find_references, lsp_symbols are provided by OpenCode, not oh-my-opencode. Keep only the 4 tools we actually provide: lsp_diagnostics, lsp_servers, lsp_prepare_rename, lsp_rename. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a3dfa066..b1097d75 100644 --- a/README.md +++ b/README.md @@ -577,9 +577,6 @@ Syntax highlighting, autocomplete, refactoring, navigation, analysis—and now a The features in your editor? Other agents can't touch them. Hand your best tools to your best colleagues. Now they can properly refactor, navigate, and analyze. -- **lsp_goto_definition**: Jump to symbol definition -- **lsp_find_references**: Find all usages across workspace -- **lsp_symbols**: Get symbols from file (scope='document') or search across workspace (scope='workspace') - **lsp_diagnostics**: Get errors/warnings before build - **lsp_servers**: List available LSP servers - **lsp_prepare_rename**: Validate rename operation