Document Cursor exec policy and catalog troubleshooting#303
Document Cursor exec policy and catalog troubleshooting#303diegocantarero wants to merge 1 commit into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This documentation is accurate and worth keeping, but #307 made the stale-base draft conflict in the same guide. I preserved your original commit authorship and moved it onto current |
…idge-jun#307/lidge-jun#309/lidge-jun#279/lidge-jun#303/lidge-jun#318/lidge-jun#319 + v2.7.34 joined with local lidge-jun#304 merge and lidge-jun#279 fixups (models-auth revert, abortable SSE decoder)
What changed
nativeLocalExecmodes for the experimental Cursor adapterunsafeAllowNativeLocalExecas the legacy compatibility optioncodex-sandboxand the loopback trust boundaryGetUsableModels, cache refresh, andocx syncWhy
The runtime already implements
nativeLocalExec: "off" | "codex-sandbox" | "on", but the public configuration reference documented only the legacy boolean. That made the safest current configuration and precedence rules difficult to discover.Catalog visibility can also look intermittent when filters, cached discovery, or another local writer changes the managed files. The new troubleshooting section keeps those causes separate and explicitly identifies external writers as an operator-side hazard rather than a confirmed OpenCodex bug.
Safety
offremains the documented safest defaultonis described as a trusted-local opt-in that bypasses Codex approval and sandbox semanticscodex-sandboxis documented as currently fail-closed because caller-controlled request text cannot attest a real sandboxValidation
bun run prepush— passedgit diff --checkpassedLocalization
This PR updates the English source documentation. Existing localized pages still describe the functional legacy boolean and can be synchronized separately by fluent contributors.