Provide a clear description of the bug
Strangely, on my Ubuntu, the agent tries to send command using Powershell. Powershell is indeed installed but it is not the default terminal “language”, it is sh.
When I do ask to commit/push, it generate errors like this
git add . && git commit -m “feat: implement …”
“System.InvalidOperationException: Cannot locate the offset in the rendered text that was pointed by the origina
l cursor. Initial Coord: (64, 14) Buffer: (111, 16) Cursor: (65, 8)
at Microsoft.PowerShell.PSConsoleReadLine.RecomputeInitialCoords(Boolean isTextBufferUnchanged)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.Render()
at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
at Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg)”
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
cursor 0.48.8, vscode 1.96.2, Linux x64 6.8.0-57-generic (Ubuntu)
Tell us if the issue stops you from using Cursor. Not blocking but very annoying
ps: I know it is a little layzy asking the agent to commit but well, I test so