fix(cli): keep sandbox disabled by default - #11898
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The core change removes the Files Reviewed (7 files)
Reviewed by claude-sonnet-5-20260630 · Input: 26 · Output: 10.2K · Cached: 741.9K Review guidance: REVIEW.md from base branch |
86ec10e to
abe2f8e
Compare
fix(cli): keep sandbox disabled by default
Authless CLI/TUI sessions were being forced into sandbox mode when no
KILO_SERVER_PASSWORDwas configured, even whenexperimental.sandboxwas absent. That made network-sensitive tools fail by default and diverged from extension-controlled sessions, where sandbox activation is explicit.This keeps the sandbox default behind the experimental config or per-session toggle while preserving the existing sandbox policy once it is enabled. Network restriction behavior still defaults to deny for enabled sandbox sessions unless
experimental.sandbox_restrict_networkdisables it.Fixes #11895