Skip to content

Conversation

@evgeniy-scherbina
Copy link
Collaborator

@evgeniy-scherbina evgeniy-scherbina commented Jan 26, 2026

Summary of Changes

Feature: Add coder boundary subcommand support as default

Adds coder boundary subcommand as the default method for running boundary eliminating the need to install boundary separately.

Changes:

  1. New variable: use_boundary_directly (default: false)

    • false: Uses coder boundary subcommand (default, no installation)
    • true: Installs boundary binary from release
    • compile_boundary_from_source = true: Compiles from source
  2. Fixed CAP_NET_ADMIN capability issue

    • Copies coder binary to coder-no-caps to strip capabilities (required for boundary)
  3. Removed boundary-run wrapper - no longer used

Files Modified:

  • scripts/start.sh - main implementation
  • main.tf - added use_boundary_directly variable

Behavior:

  • Default: Uses coder boundary subcommand (no installation needed)
  • use_boundary_directly = true: Installs boundary from release version
  • compile_boundary_from_source = true: Compiles boundary from source

Type of Change

  • New module
  • New template
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Module Information

Path: registry/coder/modules/claude-code
New version: v4.7.0
Breaking change: [ ] Yes [X] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun fmt)
  • Changes tested locally

Related Issues

@evgeniy-scherbina evgeniy-scherbina marked this pull request as ready for review January 27, 2026 14:20
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ff967aee1f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@evgeniy-scherbina evgeniy-scherbina merged commit bd1a36b into main Jan 27, 2026
4 checks passed
@evgeniy-scherbina evgeniy-scherbina deleted the yevhenii/boundary branch January 27, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants