CodeTracked since May 18, 2026
Add LSP-based code-completion and diagnostics tools for AI agents
This PR adds new Serena tools (`completion`, `hover`, `get_diagnostics`, `inlay_hints`) so AI agents can inspect symbol members, documentation, and diagnostics through the language server interface across Java, TypeScript, Python, and Rust; manual testing confirms completion/hover/diagnostics behavior for those languages, while inlay hints return empty results in Java and TypeScript.
SerenaLanguage Server Protocolcompletionhover