Comparing colbymchenry:main...uxtechie:main · colbymchenry/codegraph · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: colbymchenry/codegraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: uxtechie/codegraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on May 22, 2026

  1. Configuration menu
    Copy the full SHA
    9f63152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047a65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a188640 View commit details
    Browse the repository at this point in the history
  4. feat: add Nix flake for native Nix/NixOS installation

    Resolves #324 — the curl|sh install scripts don't work under Nix
    (FHS paths like ~/.local/bin aren't on $PATH).
    
    The flake provides:
    - packages.default: codegraph built with buildNpmPackage (Node.js 24)
    - devShells.default: development shell with Node.js 24
    
    The wrapper injects --liftoff-only to prevent the V8 turboshaft WASM
    Zone OOM (issues #293/#298), matching the existing bundle launcher.
    
    Supports linux and darwin on both x86_64 and aarch64.
    uxtechie committed May 22, 2026
    Configuration menu
    Copy the full SHA
    1958f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bb28dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    325d68c View commit details
    Browse the repository at this point in the history
Loading