Cody corrupting html file code
Version
1.80.0
Describe the bug
Up until earlier today, Cody has been creating and successfully implementing html updates, without any issue. However this afternoon, after I ask it a question, and it gives me the code block I need, when I hit "Apply", it prefixes the file at line 1 with "<UPDATED_CODE>" and then deletes half of the html off of the end, leaving a wrongly formatted file. I've even asked Cody why it's doing that and it says it seems to be an internal error with how it's interpreting the data. Actual output from Cody when asked:
"Looking at our conversation, I can see that when I've been providing code suggestions, they appear to be truncated or malformed, with tags like <UPDATED_CODE> appearing at the beginning and parts of your original code being omitted.
This is not intentional on my part. There appears to be an issue with how I'm processing and returning the code snippets."
Expected behavior
When hitting apply, it should substitute in the code suggestions correctly, leaving the rest of my code in place.