lsp
Full LSP integration giving the agent precise code intelligence: go-to-definition, find all references, hover for type information, document symbols, and workspace-wide symbol search. Supports TypeScript, Python (ty/pyright), Rust, and Swift.
After edits, diagnostics are automatically reported so the agent can catch type errors and lint issues without you asking.
Why it matters: Without LSP, the agent guesses where functions are defined and how they’re used — leading to hallucinated imports, wrong parameter types, and missed usages during refactors. LSP gives it the same precision a human developer gets from their editor.