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: maxritter/pilot-shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.8.1
Choose a base ref
...
head repository: maxritter/pilot-shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.8.2
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 30, 2026

  1. fix: ensure codegraph is in PATH via ~/.pilot/bin symlink

    Two-part fix for 'codegraph: not found' in hooks:
    
    1. Installer: after npm install, symlink codegraph (and probe) into
       ~/.pilot/bin/ which is already in PATH via shell integration.
       This ensures the binary is findable regardless of nvm version
       or npm global bin PATH configuration.
    
    2. Hooks: add 'command -v' guard so hooks silently skip if codegraph
       isn't installed yet (graceful degradation for fresh installs
       before the installer runs).
    maxritter committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    262e480 View commit details
    Browse the repository at this point in the history
  2. fix: agent-browser ARM64 Linux support, dynamic devcontainer naming

    - Installer: on Linux ARM64, install system chromium via apt instead of
      agent-browser install --with-deps (Chrome for Testing has no ARM64 builds)
    - Devcontainer: add chromium to Dockerfile apt packages
    - Devcontainer: use ${localWorkspaceFolderBasename} for name, runArgs,
      and workspaceFolder so it works in any project folder
    - Unmark devcontainer files from assume-unchanged/skip-worktree
    maxritter committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    d8baf10 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.8.2 [skip ci]

    ## [7.8.2](v7.8.1...v7.8.2) (2026-03-30)
    
    ### Bug Fixes
    
    * agent-browser ARM64 Linux support, dynamic devcontainer naming ([d8baf10](d8baf10))
    * ensure codegraph is in PATH via ~/.pilot/bin symlink ([262e480](262e480))
    semantic-release-bot committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    35edcd9 View commit details
    Browse the repository at this point in the history
Loading