docs: enhance LSP tools description in README

This commit is contained in:
YeonGyu-Kim
2025-12-05 23:27:00 +09:00
parent dda7b4f56d
commit 1aaeefac0e
2 changed files with 4 additions and 0 deletions

View File

@@ -152,6 +152,8 @@ Agent models, prompts, and permissions can be customized via `oh-my-opencode.jso
#### Built-in LSP Tools
The features you use in your editor—other agents cannot access them. Oh My OpenCode hands those very tools to your LLM Agent. Refactoring, navigation, and analysis are all supported using the same OpenCode configuration.
[OpenCode provides LSP](https://opencode.ai/docs/lsp/), but only for analysis. Oh My OpenCode equips you with navigation and refactoring tools matching the same specification.
- **lsp_hover**: Get type info, docs, signatures at position