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: HumanPrinter/features
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: devcontainers-extra/features
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
  • 11 files changed
  • 4 contributors

Commits on Jun 17, 2026

  1. Fix claude-code installing files owned by root

    `bootstrap.sh` was running as root, so `~/.claude/`, `~/.local/bin/claude`,
    and `~/.local/share/claude/` all ended up under `/root/` owned by root.
    The devcontainer user had no access to config or shell integration.
    
    Use the devcontainer spec variables `_REMOTE_USER` and `_REMOTE_USER_HOME`
    to run the install as the devcontainer user, following the pattern used by
    `asdf-package`, `homebrew-package`, and other features in this repo.
    brianhelba committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    5962aef View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Merge pull request devcontainers-extra#229 from brianhelba/claude-cod…

    …e-ownership
    
    Fix claude-code installing files owned by root
    koralowiec authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    b936f8b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Configuration menu
    Copy the full SHA
    21414fe View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2026

  1. Merge pull request devcontainers-extra#231 from nils-geistmann/main

    fix: install fails with unset _REMOTE_USER_HOME
    koralowiec authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    e471933 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Configuration menu
    Copy the full SHA
    7a2bdb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2026

  1. Merge pull request devcontainers-extra#233 from koko3tallah/codex/add…

    …-outagedeck-feature
    
    feat(outagedeck): add CLI feature
    koralowiec authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    4a4119f View commit details
    Browse the repository at this point in the history
Loading