fix: propagate workspace write network access - #361
Conversation
Co-authored-by: James Lopez <james.j.lopez@gmail.com> Signed-off-by: James Lopez <james.j.lopez@gmail.com>
|
Independent production-path validation from Buzz Desktop 0.5.7 confirms this PR addresses the load-bearing defect, and that the current published adapter remains affected. Validation from the affected path
I also inspected the current npm release, The patch here is correctly scoped from static review: it applies the configured value after additional roots are merged, accepts only a real boolean, changes only I did not rerun this branch's test suite locally; the evidence above is an independent production reproduction plus review of the complete diff. Once this lands, a prompt npm patch release would let Buzz raise its minimum supported adapter version and stop treating affected adapters as healthy. |
Summary
CODEX_CONFIGcan now enable network access for workspace-write turns. Previously, the adapter sentnetworkAccess: falseon every prompt and overrode the configured setting. The merge accepts only boolean values, preserves writable roots, and leaves read-only and full-access policies unchanged.Related: block/buzz#3031
Testing
npm test(345 passed, 28 skipped)npm run typechecknpm run build