@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 +1 -1
- package/src/commands/go.ts +9 -7
- package/tmpclaude-333f-cwd +1 -0
package/package.json
CHANGED
package/src/commands/go.ts
CHANGED
|
@@ -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:
|
|
1548
|
-
console.log(chalk.gray('
|
|
1549
|
-
console.log(chalk.
|
|
1550
|
-
console.log(chalk.
|
|
1551
|
-
console.log(chalk.
|
|
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('
|
|
1555
|
-
console.log(chalk.gray(' The
|
|
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
|