When working in Cursor, specifically within .ipynb
or .md
files that contain separate code blocks, there’s an issue using Cmd+L to call the LLM and apply its responses. After receiving a response from the LLM and clicking “Apply,” the changes are not reflected in the left code pane. However, using Cmd+K on individual code blocks successfully applies the LLM response without any problems. This discrepancy prevents the intended code updates from appearing when Cmd+L is used, even though Cmd+K functions as expected.
Thank you.