@codebakers/cli 3.9.31 → 3.9.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebakers/cli",
3
- "version": "3.9.31",
3
+ "version": "3.9.32",
4
4
  "description": "CodeBakers CLI - Production patterns for AI-assisted development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1544,15 +1544,17 @@ async function showVSCodeClaudeInstructions(): Promise<void> {
1544
1544
  console.log(chalk.gray(' Click it to open the Claude Code chat panel\n'));
1545
1545
  console.log(chalk.gray(' Or press ') + chalk.cyan('Cmd+Shift+P') + chalk.gray(' → type ') + chalk.cyan('"Claude Code: Open Chat"') + chalk.gray('\n'));
1546
1546
 
1547
- console.log(chalk.yellow(' STEP 3: Start building!\n'));
1548
- console.log(chalk.gray(' Type your request in the Claude chat. For example:\n'));
1549
- console.log(chalk.white(' "Build me a todo app with authentication"'));
1550
- console.log(chalk.white(' "Add a login page to my project"'));
1551
- console.log(chalk.white(' "Review my code and make it production-ready"\n'));
1547
+ console.log(chalk.yellow(' STEP 3: Type the magic phrase!\n'));
1548
+ console.log(chalk.gray(' In the chat, type:\n'));
1549
+ console.log(chalk.cyan.bold(' codebakers go\n'));
1550
+ console.log(chalk.gray(' This magic phrase unlocks the full CodeBakers feature set:'));
1551
+ console.log(chalk.gray(' Guided onboarding conversation'));
1552
+ console.log(chalk.gray(' • Production-ready code patterns'));
1553
+ console.log(chalk.gray(' • Automatic testing & validation\n'));
1552
1554
 
1553
1555
  console.log(chalk.green(' ✅ You are now done with the terminal!\n'));
1554
- console.log(chalk.gray(' From now on, use the ') + chalk.cyan('Claude Code Chat') + chalk.gray(' panel to talk to AI.'));
1555
- console.log(chalk.gray(' The terminal is only needed for running commands like npm.\n'));
1556
+ console.log(chalk.gray(' Just type ') + chalk.cyan('codebakers go') + chalk.gray(' in chat to get started.'));
1557
+ console.log(chalk.gray(' The AI will guide you from there.\n'));
1556
1558
 
1557
1559
  console.log(chalk.gray(' ─────────────────────────────────────────────────────────\n'));
1558
1560
  console.log(chalk.gray(' Tip: ') + chalk.white('Make sure you have the Claude Code extension installed.'));
@@ -0,0 +1 @@
1
+ /c/dev/1 - CodeBakers/codebakers-server/cli