feat: Add support for Veai coding agent#848
feat: Add support for Veai coding agent#848Columpio wants to merge 3 commits intoFission-AI:mainfrom
Conversation
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR adds Veai as a supported AI tool by updating the configuration array and documentation to include its skills directory and tool ID. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Resolve merge conflict in docs/supported-tools.md by including both forgecode and veai in the tool IDs list.
Resolve conflict in docs/supported-tools.md: include junie and veai in the tool IDs list alongside forgecode.
Veai is a coding agent for JetBrains IDE which uses IDE tooling (can run builds, tests, configurations, IDE inspections, refactorings, interact with debugger, etc.)
Summary by CodeRabbit
New Features
--toolsflag during initialization, enabling Veai-specific skill usage.Documentation