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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
justsisyphus 2026-01-16 10:25:49 +09:00
parent 837176d947
commit 33666245d8

View File

@ -577,9 +577,6 @@ Syntax highlighting, autocomplete, refactoring, navigation, analysis—and now a
The features in your editor? Other agents can't touch them. 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. 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_diagnostics**: Get errors/warnings before build
- **lsp_servers**: List available LSP servers - **lsp_servers**: List available LSP servers
- **lsp_prepare_rename**: Validate rename operation - **lsp_prepare_rename**: Validate rename operation