opencode
opencode copied to clipboard
Added docs for experimental LSP tool
Findings
-
345f4801e feat: add experimental lsp tool (#5886): New user-facing tool (lsp) gated behindOPENCODE_EXPERIMENTAL_LSP_TOOL(orOPENCODE_EXPERIMENTAL). This was not documented. -
ac4b8d62e feat: add nixd as lsp for nix language (#5929): Already documented via thenixdentry inpackages/web/src/content/docs/lsp.mdx(no further doc changes needed). - Other commits (
fix:,ci:,docs:) don’t add new user-facing features needing documentation beyond what’s already present.
Docs Added/Updated
- Documented the experimental
lsptool (what it does, how to enable it, example prompts) inpackages/web/src/content/docs/lsp.mdx:52. - Added the
lsptool to the built-in tools list inpackages/web/src/content/docs/tools.mdx:216. - Added
OPENCODE_EXPERIMENTAL_LSP_TOOLto the experimental env var table inpackages/web/src/content/docs/cli.mdx:322.
Validation
- Couldn’t run the docs build because
bunisn’t available in this environment (bun: command not found). If you want, runbun -C packages/web run buildlocally to verify rendering.
Triggered by scheduled workflow
opencode session | github run