Is this a bug? Positron Assistant error with DeepSeek reasoning models #13182
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
Same problem here - besides, one cannot use DeepSeek through the anthropic API as its API end point does not support model fetching. The agent mode of DeepSeek also used to run into the problem of mismatched lines (e.g. it was trying to modify line 7 but ended up modifying line 9). |
Beta Was this translation helpful? Give feedback.
-
|
@Vara326 and @kv9898, do you think the problems you are experiencing are captured in #13211? Would you be able to add the info you have on the error messages you are seeing? |
Beta Was this translation helpful? Give feedback.
-
|
Created a PR to address this: #13289 |
Beta Was this translation helpful? Give feedback.
-
|
This looks like the same provider-state issue that other DeepSeek reasoning-model integrations are running into. For DeepSeek V4 Flash / Pro with thinking mode enabled, A safer implementation might need to:
The line-mismatch issue mentioned above may be a separate agent-editing problem, but the This is a good example of why OpenAI-compatible providers need workflow-level testing, not only a single chat-completion test. |
Beta Was this translation helpful? Give feedback.






@Vara326 and @kv9898, do you think the problems you are experiencing are captured in #13211? Would you be able to add the info you have on the error messages you are seeing?