Releases: Blockchainpreneur/CLAUDEMAX
Releases · Blockchainpreneur/CLAUDEMAX
v0.3.0 — CRITICAL: Required Update (CPU zombie process fix)
This update is required — update immediately
All users on previous versions have a serious bug causing zombie bash processes that accumulate across sessions, eating 96–250%+ CPU and keeping fans at max.
What was broken
econ.shspawned bash processes that never exited — every time you ranCLAUDEMAXorcm, a new zombie piled up. Users with installs since Saturday could have 5–10+ zombies running in the background with no way to know.- No deduplication: new instances launched even if old ones were stuck.
- Hardcoded Node.js path broke on machines with different nvm versions.
What was fixed
- TTY guard:
econ.shnow exits instantly if there is no real terminal (hooks, pipes, background calls are all safe) - PID lock: only one instance can run at a time
- Version check: you will see an update banner if your install is outdated
- Dynamic nvm path: no more hardcoded
v20.19.0 - Mobile diagrams: routing boxes now fit on phone screens
- Permissions:
bypassPermissionsset globally — no more approval prompts every session - Settings sync: both
settings.jsoncopies now in sync (was missing 7 hooks) - Placeholder tokens cleared in
mcp-config.json
How to update
cd ~/claudemax && git pull && bash install.shThen kill any zombie processes left over from previous sessions:
pkill -9 -f econ.sh