You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(devti): optimize diff repair prompt and streaming processing
- Update variable names for clarity (result -> code, intention -> originIntention)
- Improve real-time and batch processing of LLM flow:
- Add check for new code before invoking callback to reduce redundant calls - Enhance batch processing to handle partial results and avoid duplicates
- Refactor createDiffRepairPrompt to use updated template rendering
0 commit comments