batipanel 0.4.43 → 0.4.44

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.43
1
+ 0.4.44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "batipanel",
3
- "version": "0.4.43",
3
+ "version": "0.4.44",
4
4
  "description": "AI-powered terminal workspace manager — multi-panel tmux layouts with Claude Code, git, monitoring, and more",
5
5
  "bin": {
6
6
  "batipanel": "./bin/cli.sh"
@@ -35,9 +35,12 @@ install_required_tools() {
35
35
  echo " Homebrew is required on macOS for installing tools (tmux, etc.)"
36
36
  if [ -n "${npm_lifecycle_event:-}" ]; then
37
37
  # npm/npx: can't install brew (needs sudo password)
38
- echo " Install Homebrew first, then retry:"
38
+ echo ""
39
+ echo " Run these two commands to install:"
40
+ echo ""
39
41
  echo " /bin/bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""
40
- echo " npx batipanel"
42
+ echo " curl -fsSL batipanel.com/install.sh | bash"
43
+ echo ""
41
44
  exit 1
42
45
  fi
43
46
  printf " Install Homebrew now? [Y/n] "