-
Couldn't load subscription status.
- Fork 166
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like?
AI Coding tools like opencode integrate LSP tightly with their editing tools which gives LLMs additional context when editing files. See: https://github.com/sst/opencode/blob/dev/packages/opencode/src/tool/edit.ts
Basically any time an edit tool is called, it should also check for diagnostic messages from any configured LSPs to return as part of the normal edit tool response. This way the LLM can see if it made some mistake and immediately fix it.
Why would this be useful?
This leads to less turns/edits and less time for the LLM spinning its wheels to understand random issues.
hellovietduc, cwlbraa and i10y
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request