v0.1.1
feat(proxy): add safeguard for excessive empty LSP responses Introduce a threshold to prevent infinite loops caused by repeated empty responses from the LSP or IDE. - Define `MAX_EMPTY_RESPONSES_THRESHOLD` constant set to 15. - Track consecutive empty responses using `empty_counter`. - Exit the loop when the threshold is reached, logging an informational message.