-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Tencent CodeBuddy CLI to Vibe-Kanban #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: jasonwang82 <[email protected]>
…egration Add CodeBuddy Code agent integration
Fix codebuddy executor to use correct -y parameter instead of --yolo which is not recognized by @tencent-ai/codebuddy-code
Fix redundant check in get_availability_info() method. The method was checking settings.json in both mcp_config_found and installation_indicator_found, making the second check redundant. Restore the check for installation_id file to maintain consistency with other executors (Gemini and Qwen) that use two different installation indicators for redundancy.
add -y for codebuddy integration in vibe-kanban yolo mode
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
|
I'm actively using this project and have been eagerly waiting for this feature, merging this would benefit many users like me. Thank you for considering it! |
|
any problem for this commit ? |
|
@jasonwang82 does codebuddy's ACP implementation support session/fork? ACP integration is less than ideal in vibe-kanban currently, due to agents not implementing this feature. |
Add Tencent CodeBuddy CLI to Vibe-Kanban
Summary
Integrates CodeBuddy CLI (
@tencent-ai/codebuddy-code) as a new coding agent executor, enabling execution through ACP (Agent Client Protocol) mode.👉 Tencent CodeBuddy Website
Changes
New Features
Added
CodeBuddyexecutor implementationnpx -y @tencent-ai/codebuddy-code--acpflag)-yflag, equivalent to--dangerously-skip-permissions).codebuddy/settings.json).codebuddy/installation_idandsettings.json)System Integration
CodingAgentenum with support for bothCODEBUDDYandCODE_BUDDYaliasesdefault_profiles.json)DEFAULTprofile: yolo mode enabledAPPROVALSprofile: yolo mode disabled, approval workflow enabledshared/types.ts)It is official commit from Tencent.