batipanel 0.4.41 → 0.4.42

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.41
1
+ 0.4.42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "batipanel",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
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"
@@ -48,7 +48,7 @@ install_required_tools() {
48
48
  echo " Skipped. Install Homebrew manually: https://brew.sh"
49
49
  ;;
50
50
  *)
51
- echo " Installing Homebrew..."
51
+ echo " Installing Homebrew (this may take 1-2 minutes)..."
52
52
  NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
53
53
  # add brew to PATH for this session
54
54
  if [ -f /opt/homebrew/bin/brew ]; then