Skip to content

feat(vscode): show sandbox experimental flag for all users (except Windows) - #11683

Merged
marius-kilocode merged 2 commits into
mainfrom
camp-hippodraco
Jun 25, 2026
Merged

feat(vscode): show sandbox experimental flag for all users (except Windows)#11683
marius-kilocode merged 2 commits into
mainfrom
camp-hippodraco

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

Sandbox controls currently require an undeclared internal VS Code setting, which keeps the experimental sandbox option inaccessible to regular users even on supported hosts.

This exposes the experimental setting automatically on macOS and Linux while continuing to hide sandbox controls on Windows, where the backend is unavailable. Sandbox remains opt-in: the prompt lock and network settings only appear after experimental.sandbox is enabled.

This implements the settings-availability portion of #11630 without promoting sandboxing out of experimental status.

@marius-kilocode marius-kilocode changed the title feat(vscode): expose sandbox experiment feat(vscode): show sandbox experimental flag for all users (except Windows) Jun 25, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (5 files)
  • .changeset/expose-sandbox-controls.md
  • packages/kilo-vscode/src/features.ts
  • packages/kilo-vscode/tests/unit/prompt-input-connection-guard.test.ts
  • packages/kilo-vscode/tests/unit/sandboxing-settings.test.ts
  • packages/kilo-vscode/webview-ui/src/components/chat/PromptInput.tsx

Reviewed by gpt-5.4-20260305 · Input: 71.8K · Output: 6.5K · Cached: 511.5K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit e73d791 into main Jun 25, 2026
24 checks passed
@marius-kilocode
marius-kilocode deleted the camp-hippodraco branch June 25, 2026 11:43
NJ-2020 pushed a commit to NJ-2020/kilocode that referenced this pull request Jul 4, 2026
NJ-2020 pushed a commit to NJ-2020/kilocode that referenced this pull request Jul 4, 2026
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
feat(vscode): show sandbox experimental flag for all users (except Windows)
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