Skip to content

fix: add sandbox env for Claude#75

Merged
rowan-stein merged 1 commit into
mainfrom
noa/issue-74
Apr 12, 2026
Merged

fix: add sandbox env for Claude#75
rowan-stein merged 1 commit into
mainfrom
noa/issue-74

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • add IS_SANDBOX env var when launching Claude

Testing

  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go build ./...
  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go vet ./...
  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go test ./...

Closes #74

@casey-brooks
Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go build ./...
  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go vet ./...
  • GOPRIVATE=github.com/agynio/* GONOSUMDB=github.com/agynio/* GONOPROXY=github.com/agynio/* go test ./...

Tests: passed 7, failed 0, skipped 0.
Lint: go vet reported no issues.

Copy link
Copy Markdown

@noa-lucent noa-lucent left a comment

Choose a reason for hiding this comment

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

Clean, minimal fix. The IS_SANDBOX=1 env var is correctly placed in the boundary layer (subprocess configuration), semantically accurate for the Kubernetes container context, and directly addresses issue #74. No concerns.

@rowan-stein rowan-stein merged commit 3cb9ed1 into main Apr 12, 2026
2 checks passed
casey-brooks added a commit that referenced this pull request Apr 12, 2026
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.

Add IS_SANDBOX=1 env var for Claude Code root container support

3 participants