Skip to content

feat: Add support for Veai coding agent#848

Open
Columpio wants to merge 3 commits intoFission-AI:mainfrom
Columpio:columpio/veai
Open

feat: Add support for Veai coding agent#848
Columpio wants to merge 3 commits intoFission-AI:mainfrom
Columpio:columpio/veai

Conversation

@Columpio
Copy link
Copy Markdown

@Columpio Columpio commented Mar 16, 2026

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

    • Veai added as a supported AI tool for the --tools flag during initialization, enabling Veai-specific skill usage.
  • Documentation

    • Tools reference updated to list Veai and its skills path pattern.
    • Setup and examples updated to include Veai among available tool IDs and note it uses skill-based invocations.

@Columpio Columpio requested a review from TabishB as a code owner March 16, 2026 08:21
Copy link
Copy Markdown

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 721b0018-6b24-4797-a75c-a816a6164e13

📥 Commits

Reviewing files that changed from the base of the PR and between e1c4ef4 and 12c95c2.

📒 Files selected for processing (2)
  • docs/supported-tools.md
  • src/core/config.ts
✅ Files skipped from review due to trivial changes (1)
  • docs/supported-tools.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/core/config.ts

📝 Walkthrough

Walkthrough

This PR adds Veai as a supported AI tool by updating the configuration array and documentation to include its skills directory and tool ID.

Changes

Cohort / File(s) Summary
Documentation
docs/cli.md, docs/supported-tools.md
Added veai to the --tools list and inserted Veai (veai) in the supported-tools table with skills path pattern .veai/skills/openspec-*/SKILL.md; marked it as skill-only (no command adapter / use skill-based /openspec-* invocations).
Configuration
src/core/config.ts
Inserted a new Veai entry into AI_TOOLS: { name: 'Veai', value: 'veai', available: true, successLabel: 'Veai', skillsDir: '.veai' }.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐇 I nibble at configs, nimble and spry,
A new tool named Veai hops into the sky,
Skills tucked in .veai for all to see,
I jig through docs with tiny glee,
Hop-hop — a rabbit cheers "Hooray!" 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding support for the Veai coding agent across configuration, documentation, and supported tools list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

TabishB added 2 commits April 10, 2026 11:02
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants