Don't show matching threshold errors in the chat. #841
Replies: 7 comments 2 replies
-
Yeah this is a good point. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@mrubens when you make this change is the a way to link it to this so I know when to close this? |
Beta Was this translation helpful? Give feedback.
-
Moving this to discussion as it is a feature request selected for implementation. @mrubens feel free to link PR when available |
Beta Was this translation helpful? Give feedback.
-
same problem with long code files |
Beta Was this translation helpful? Give feedback.
-
Facing the same problem today. |
Beta Was this translation helpful? Give feedback.
-
Any fixes? |
Beta Was this translation helpful? Give feedback.
-
DONE!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Which version of the app are you using?
Latest
Which API Provider are you using?
OpenRouter
Which Model are you using?
Claude Sonnet 3.5
What happened?
We should not be seeing this in our chat. Dont show debug or error messages in the chat or at least give us the ability to turn it off.
In the middle of a chat session we get massive red text of over 100s of lines because of a diff threshold failure. Dont show this stuff
Unable to apply diff to file: j:\repos\Myapp\rc\screens\DashboardScreen.tsx
<error_details>
No sufficiently similar match found at start: 298 to end: 507 (60% similar, needs 100%)
Debug Info:
Search Content:
container: {
flex: 1,
},
gradient: {
flex: 1,
display: 'flex',
flexDirection: 'column',
},
mainContent: {
flex: 1,
paddingTop: 2,
paddingHorizontal: 12,
gap: 24,
},
Steps to reproduce
Relevant API REQUEST output
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions