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: devcontainers/features
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: shengsuan/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.
  • 13 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 23, 2026

  1. feat: add AI agent feature.

    coohu committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    01c89ba View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. feat: improve agent feature installation and compatibility

    - Fix npm permission issues by running global installs as root
    - Remove software-properties-common dependency (Debian compatibility)
    - Improve Claude Code CLI detection and symlink handling
    - Update devcontainer.json to use published feature path
    - Add support for Node.js 22 base image
    - Fix all three tools: Claude Code, Codex, and Coding Helper
    coohu committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    43fd10e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. feat: add go-tidy feature without golangci-lint

    Add new go-tidy feature that installs Go and common Go utilities
    but excludes golangci-lint to avoid checksum verification issues
    during container builds.
    
    This feature is identical to the standard go feature except:
    - Removes golangci-lint installation
    - Removes golangciLintVersion option from devcontainer-feature.json
    - Adds tests to verify golangci-lint is not installed
    
    The feature can be published to ghcr.io/shengsuan/features/go-tidy:1
    coohu committed May 8, 2026
    Configuration menu
    Copy the full SHA
    78ca4d9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2026

  1. fix: go-tidy readme.

    coohu committed May 9, 2026
    Configuration menu
    Copy the full SHA
    63ba8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250e1ad View commit details
    Browse the repository at this point in the history
  3. fix: update agent feature.

    coohu committed May 9, 2026
    Configuration menu
    Copy the full SHA
    43ec22f View commit details
    Browse the repository at this point in the history
  4. fix: claude code install.

    coohu committed May 9, 2026
    Configuration menu
    Copy the full SHA
    dbdaaaf View commit details
    Browse the repository at this point in the history
  5. ...

    coohu committed May 9, 2026
    Configuration menu
    Copy the full SHA
    d77c35e View commit details
    Browse the repository at this point in the history
  6. ...

    coohu committed May 9, 2026
    Configuration menu
    Copy the full SHA
    c924fec View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. update agent feature.

    coohu committed May 12, 2026
    Configuration menu
    Copy the full SHA
    b3cffe3 View commit details
    Browse the repository at this point in the history
  2. update agents

    coohu committed May 12, 2026
    Configuration menu
    Copy the full SHA
    ec0a84c View commit details
    Browse the repository at this point in the history
  3. ...

    coohu committed May 12, 2026
    Configuration menu
    Copy the full SHA
    39d3b0e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Configuration menu
    Copy the full SHA
    8a41df0 View commit details
    Browse the repository at this point in the history
Loading