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: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bda3eb9
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bea8ee
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 5, 2025

  1. feat(claude-code): use boundary simple mode (no special permissions)

    Changes boundary from namespace mode (requiring sudo/CAP_NET_ADMIN) to
    simple mode which uses HTTP_PROXY environment variables.
    
    - Install boundary to ~/.local/bin (no sudo needed)
    - Use 'boundary --simple' instead of 'boundary-run'
    - No special Linux permissions required
    
    Trade-off: processes can bypass the proxy by ignoring HTTP_PROXY env vars.
    For full isolation, namespace mode is still available but requires
    privileged containers or CAP_NET_ADMIN capability.
    zedkipp committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    05c3b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d425df4 View commit details
    Browse the repository at this point in the history
  3. fix(claude-code): add audit socket for boundary logs reporting

    Pass --audit-socket to boundary so it reports network events to the
    Coder agent, which forwards them to coderd for display in the UI.
    zedkipp committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b60ea7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bea8ee View commit details
    Browse the repository at this point in the history
Loading