Releases: colbymchenry/codegraph
Releases · colbymchenry/codegraph
v0.7.6
0.7.6 - 2026-05-13
Fixed
-
codegraphCLI failing withzsh: permission denied: codegraphafter a fresh
global install. The published 0.7.5 tarball shippeddist/bin/codegraph.js
without the executable bit, so the shell refused to run it through the npm
symlink. The build nowchmod +x's the binary before packing.Already on 0.7.5? Either upgrade to 0.7.6, or unblock yourself in place:
chmod +x "$(npm root -g)/@colbymchenry/codegraph/dist/bin/codegraph.js"