Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
2.71k
stars
297
forks
source link
Edit: Correctly guard against duplicate in-progress edits #5183
Closed
umpox closed 2 months ago
Description
Edit
instruction
is no longer astring
, but aPromptString
object.This meant that our equality check failed, the two strings were identical, but not considered the same due to how object equality works in JS
Test plan