Skip to content

CodeBuddy Learning Map

Tencent Cloud Code Assistant CodeBuddy ships IDE, plugin, and CLI forms. Official wording (docs overview, Tencent Cloud product overview):

The product supports IDE, plugin, and CLI forms, covering full-scenario needs from professional developers to zero-foundation users.

This page is the landscape and decision tree — name the surface first, then decide what to learn. Install steps live in the tutorial.

Product family

Top-level entries on the docs site (opened 2026-08-18 at codebuddy.cn/docs):

Tencent Cloud / CodeBuddy family
├── CodeBuddy IDE — standalone editor, "conversation is programming"
├── CodeBuddy Plugin — extension inside VS Code / JetBrains / …
├── CodeBuddy Code (CLI) — terminal agent, command `codebuddy`
├── WorkBuddy — office workbench (no tutorial in this directory)
│   ├── WorkBuddy mini program
│   └── WorkBuddy mobile
└── Enterprise — SaaS flagship / dedicated edition (no tutorial here)
Same-vendor AI (no tutorial in this directory)
├── Yuanbao — general assistant
└── Hunyuan — model, not a coding product
Official first-level entryWhat it isOfficial URLThis site
CodeBuddy IDEProduct-design-dev workbench; "conversation is programming"Docs overview · Install · DownloadTutorial
CodeBuddy PluginAI assist inside an existing editorPlugin docsTutorial
CodeBuddy Code (CLI)Natural-language driven development in the terminalCLI docs · InstallTutorial
WorkBuddy"Tencent's all-scenario AI office workbench."WorkBuddy intro · Site /workOne map row, no tutorial
WorkBuddy mini programOne mobile entry for WorkBuddyMini program introOne map row, no tutorial
WorkBuddy mobileCompanion app for desktop WorkBuddyMobile introOne map row, no tutorial
EnterpriseSaaS flagship / dedicated private-cloud editionPurchase flow · Cloud overviewOne map row, no tutorial
YuanbaoTencent general AI assistantyuanbao.tencent.comOne map row (issue #76)
HunyuanTencent model; one of the engines CodeBuddy can switch tohunyuan.tencent.com · Cloud tclmOne map row (issue #77)

Out of scope: WeChat, QQ, CVM, payments. If those appear in a vendor nav, mark them "not this site".

Official form comparison (product overview):

CodeBuddy PluginCodeBuddy IDECodeBuddy Code
AudienceEveryday coders / people locked to one IDEPMs / designers / full-stack / beginnersDevOps / SRE / senior engineers
StrengthPlug in, stay in the current workflowProduct-design-dev; CloudBase / EdgeOne Pages / CloudStudioShell / files / network; headless; task orchestration / Sub Agent
How to startSearch 腾讯云代码助手 in the marketplaceIntl codebuddy.ai · CN copilot.tencent.com/idenpm install -g @tencent-ai/codebuddy-code

The three coding forms share one account quota (troubleshooting).

Quick decision: which surface?

What am I doing?
├── I already live in VS Code / JetBrains / Visual Studio
│   └── → Plugin (marketplace search 腾讯云代码助手)
├── I want one sentence → prototype / mock / deployable app
│   └── → IDE
├── The work is in a terminal: scripts, CI, bulk refactors, headless
│   └── → CodeBuddy Code (`codebuddy` / `codebuddy -p`)
├── Office docs / PPT / local file batching, not a git repo
│   └── → WorkBuddy (not taught here)
└── General chat / search, not a coding product
    └── → Yuanbao (not taught here)

Three name collisions to lock in:

Easy to confuseDifference
CodeBuddy vs WorkBuddyCoding family vs office workbench
Editor plugin vs CLI pluginVS Code extension vs codebuddy plugin install
Hunyuan vs CodeBuddyModel vs product; official docs also mention DeepSeek

More look-alikes live in the Glossary.

Which page to read

This set follows Diataxis:

PageTypeWhen
TutorialTutorialFirst time: install IDE / plugin / CLI → sign in → first chat
CookbookHow-toAlready running; copy /init, print mode, custom commands, MCP, migration
CheatsheetReferenceInstall text, CLI commands, slash commands, keys
GlossaryExplanationForms, permission modes, CODEBUDDY.md, CN vs intl sites

Learning path

StageReadGoal
1. Pick a form and install itTutorialSign in on one surface in 15 minutes
2. First real taskTutorial first chat; CLI starts with /initLet it read the repo or make a small edit
3. Daily workflowCookbookPrint mode, slash commands, MCP
4. Look up flagsCheatsheetCommands and official install text
5. Untangle namesGlossaryWorkBuddy / Hunyuan / CLI plugin stay distinct

Feature snapshot

CapabilityWhereOfficial source
Inline completion, chat, @workspace / #CodebasePluginProduct overview
Natural language → PRD / design / code / one-click deployIDESame
Interactive REPL, codebuddy -p, slash commands, MCPCLIQuick start · CLI reference
Skills / Hooks / subagents / DaemonCLI (advanced)CLI tree

Goals and non-goals

Goal: Help a front-end engineer tell the three CodeBuddy coding surfaces apart, then install, sign in, and finish a first task from official steps.

Non-goals:

  • No full tutorials for Yuanbao, Hunyuan, or WorkBuddy
  • No WeChat / QQ product pages
  • No model internals
  • No recycling of marketing percentages as measured results

Resources

Built for frontend engineers · Powered by VitePress