Skip to content

Releases: colbymchenry/codegraph

v0.7.6

13 May 14:06

Choose a tag to compare

0.7.6 - 2026-05-13

Fixed

  • codegraph CLI failing with zsh: permission denied: codegraph after a fresh
    global install. The published 0.7.5 tarball shipped dist/bin/codegraph.js
    without the executable bit, so the shell refused to run it through the npm
    symlink. The build now chmod +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"