chiefwiggum 1.3.1 → 1.3.2

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.cjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -50,7 +50,7 @@ async function checkForUpdates(currentVersion) {
50
50
  }).trim();
51
51
  if (result && result !== currentVersion) {
52
52
  console.log(import_picocolors.default.cyan(` \u2728 Update available: v${currentVersion} \u2192 v${result}`));
53
- console.log(import_picocolors.default.cyan(" Run: npx chiefwiggum@latest"));
53
+ console.log(import_picocolors.default.cyan(" Run: npm install -g chiefwiggum@latest"));
54
54
  console.log();
55
55
  }
56
56
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chiefwiggum",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Autonomous coding agent CLI. Point it at a plan, watch it build.",
5
5
  "type": "module",
6
6
  "bin": {