docs: update LSP tools list in all READMEs

Remove OpenCode built-in tools (lsp_goto_definition, lsp_find_references, lsp_symbols, lsp_servers) that are not provided by oh-my-opencode. Keep only lsp_diagnostics, 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:33:55 +09:00
parent 584aecf266
commit 9fb284d4b5
3 changed files with 0 additions and 9 deletions

View File

@@ -548,11 +548,7 @@ Ask @explore for the policy on this feature
あなたがエディタで使っているその機能、他のエージェントは触ることができません。 あなたがエディタで使っているその機能、他のエージェントは触ることができません。
最高の同僚に最高の道具を渡してください。これでリファクタリングも、ナビゲーションも、分析も、エージェントが適切に行えるようになります。 最高の同僚に最高の道具を渡してください。これでリファクタリングも、ナビゲーションも、分析も、エージェントが適切に行えるようになります。
- **lsp_goto_definition**: シンボル定義へジャンプ
- **lsp_find_references**: ワークスペース全体で使用箇所を検索
- **lsp_symbols**: ファイルからシンボルを取得 (scope='document') またはワークスペース全体を検索 (scope='workspace')
- **lsp_diagnostics**: ビルド前にエラー/警告を取得 - **lsp_diagnostics**: ビルド前にエラー/警告を取得
- **lsp_servers**: 利用可能な LSP サーバー一覧
- **lsp_prepare_rename**: 名前変更操作の検証 - **lsp_prepare_rename**: 名前変更操作の検証
- **lsp_rename**: ワークスペース全体でシンボル名を変更 - **lsp_rename**: ワークスペース全体でシンボル名を変更
- **ast_grep_search**: AST 認識コードパターン検索 (25言語対応) - **ast_grep_search**: AST 認識コードパターン検索 (25言語対応)

View File

@@ -578,7 +578,6 @@ 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_diagnostics**: Get errors/warnings before build - **lsp_diagnostics**: Get errors/warnings before build
- **lsp_servers**: List available LSP servers
- **lsp_prepare_rename**: Validate rename operation - **lsp_prepare_rename**: Validate rename operation
- **lsp_rename**: Rename symbol across workspace - **lsp_rename**: Rename symbol across workspace
- **ast_grep_search**: AST-aware code pattern search (25 languages) - **ast_grep_search**: AST-aware code pattern search (25 languages)

View File

@@ -574,11 +574,7 @@ gh repo star code-yeongyu/oh-my-opencode
你编辑器中的功能?其他智能体无法触及。 你编辑器中的功能?其他智能体无法触及。
把你最好的工具交给你最好的同事。现在它们可以正确地重构、导航和分析。 把你最好的工具交给你最好的同事。现在它们可以正确地重构、导航和分析。
- **lsp_goto_definition**:跳转到符号定义
- **lsp_find_references**:查找工作区中的所有使用
- **lsp_symbols**:从文件获取符号 (scope='document') 或在工作区中搜索 (scope='workspace')
- **lsp_diagnostics**:在构建前获取错误/警告 - **lsp_diagnostics**:在构建前获取错误/警告
- **lsp_servers**:列出可用的 LSP 服务器
- **lsp_prepare_rename**:验证重命名操作 - **lsp_prepare_rename**:验证重命名操作
- **lsp_rename**:在工作区中重命名符号 - **lsp_rename**:在工作区中重命名符号
- **ast_grep_search**AST 感知的代码模式搜索25 种语言) - **ast_grep_search**AST 感知的代码模式搜索25 种语言)