Skip to content

Conversation

@jasonwang82
Copy link

@jasonwang82 jasonwang82 commented Jan 6, 2026

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 CodeBuddy executor implementation

    • Supports execution via npx -y @tencent-ai/codebuddy-code
    • Integrates ACP mode (--acp flag)
    • Supports yolo mode (-y flag, equivalent to --dangerously-skip-permissions)
    • Supports session management and follow-up conversations
    • Implements MCP configuration path detection (.codebuddy/settings.json)
    • Implements installation detection (checks both .codebuddy/installation_id and settings.json)
  • System Integration

    • Added to CodingAgent enum with support for both CODEBUDDY and CODE_BUDDY aliases
    • Added default profile configurations (default_profiles.json)
      • DEFAULT profile: yolo mode enabled
      • APPROVALS profile: yolo mode disabled, approval workflow enabled
    • Updated TypeScript type definitions (shared/types.ts)

It is official commit from Tencent.

Copilot AI and others added 6 commits January 4, 2026 05:28
…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
@vibe-kanban-cloud
Copy link

Review Complete

Your review story is ready!

View Story

Comment !reviewfast on this PR to re-generate the story.

@jasonwang82 jasonwang82 changed the title Add CodeBuddy CLI to Vibe-Kanban Add Tencent CodeBuddy CLI to Vibe-Kanban Jan 6, 2026
@jorben
Copy link

jorben commented Jan 9, 2026

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!

@jasonwang82
Copy link
Author

any problem for this commit ?

@abcpro1
Copy link
Contributor

abcpro1 commented Jan 14, 2026

@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.

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.

3 participants