tool rework

This commit is contained in:
Dax Raad
2025-05-31 17:12:16 -04:00
parent 33109bac4d
commit b4f809559e
19 changed files with 142 additions and 110 deletions

View File

@@ -5,7 +5,7 @@ import { LSP } from "../lsp"
import { App } from "../app/app"
export const LspHoverTool = Tool.define({
name: "opencode.lsp_hover",
id: "opencode.lsp_hover",
description: `
Looks up hover information for a given position in a source file using the Language Server Protocol (LSP).
This includes type information, documentation, or symbol details at the specified line and character.