aiblueprint-cli 1.4.33 → 1.4.34

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -36323,7 +36323,7 @@ async function openclawProSetupCommand(options = {}) {
36323
36323
  await import_fs_extra14.default.ensureDir(workspaceDir);
36324
36324
  if (await import_fs_extra14.default.pathExists(toolsPath)) {
36325
36325
  const existingContent = await import_fs_extra14.default.readFile(toolsPath, "utf-8");
36326
- if (!existingContent.includes("Claude Code (CLI)")) {
36326
+ if (!existingContent.includes("Claude Code CLI")) {
36327
36327
  await import_fs_extra14.default.appendFile(toolsPath, `
36328
36328
 
36329
36329
  ` + CLAUDE_CODE_TOOLS_INSTRUCTIONS);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiblueprint-cli",
3
- "version": "1.4.33",
3
+ "version": "1.4.34",
4
4
  "description": "AIBlueprint CLI for setting up Claude Code configurations",
5
5
  "author": "AIBlueprint",
6
6
  "license": "MIT",