Conversation
|
Caution Review failedFailed to post review comments WalkthroughAdds richer DOM group signals in the page analyzer and refactors vision-driven workflow generation: LLM JSON responses are sanitized before parse, vision prompts are unified, ranked group candidates are parsed and attempted iteratively, and a multi-signal heuristic fallback selects groups when candidates fail. ChangesVision-driven group selection and page analysis
🎯 4 (Complex) | ⏱️ ~45 minutes Suggested labels: Suggested reviewers:
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What this PR does?
Fixes:
When creating a robot, the AI was ignoring which fields the user asked for and returning everything instead. This was caused by the AI's response containing formatting that the system couldn't read correctly.
Summary by CodeRabbit
Bug Fixes
New Features / Enhancements