Add direct Blender attachment alignment tool#87
Conversation
|
Note Reviews pausedUse the following commands to manage reviews:
Use the checkboxes below for quick actions:
Warning Review limit reached
More reviews will be available in 48 minutes and 7 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds ChangesAttachment Point Alignment Tool
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@lib/ai/agents.ts`:
- Line 635: The preserve_rotation schema currently uses z.boolean().optional()
but the description claims only true/default is supported; to fix, either remove
the preserve_rotation field entirely from the schema and related usage until
rotation alteration is implemented, or restrict it to accept only true by
replacing z.boolean().optional() with a schema that only allows true (e.g.,
z.literal(true).optional() or z.true().optional()) and update the describe text
to state that only true is accepted and that passing false will be rejected;
locate the preserve_rotation entry in the agent input schema in lib/ai/agents.ts
and apply one of these two changes and adjust any callers/validation messages
accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 49a2717e-a960-4980-bb42-f9f2accddfee
📒 Files selected for processing (10)
data/tool-guides/spatial-positioning-guide.mddesktop/assets/vipermesh-addon.pydocs/blender-mcp-capability-inventory.mdlib/ai/agents.tslib/orchestration/prompts/blender-agent-system.mdlib/orchestration/tool-filter.tslib/orchestration/tool-registry.tspublic/downloads/vipermesh-addon.pyscripts/test/test-blender-attachment-alignment-tool.tsscripts/test/test-tool-guide-trigger-coverage.ts
|
@coderabbitai ignore Applied the single actionable review item by restricting preserve_rotation to true/default at the agent schema boundary and validated the targeted test plus TypeScript compile. Skipping a second automated review run per project workflow. |
|
✅ Actions performedReviews paused. |
Summary
Validation
Note: lint still reports the existing baseline-browser-mapping freshness warning.
Summary by CodeRabbit