You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up while testing a statically bound, named Codex Provider. The current mapping is internally consistent, but the Web UI can make never look like a read-only guarantee even though it only controls approval prompting.
Web should show the Harness Session authority and the product Provider authority separately:
Harness Session
sandbox: workspace-write
approval: ask
Codex Provider
providerName: codex
mode: never
meaning: never ask for approval
native sandbox: inherited / not reported
read-only guarantee: none
Actual
Web shows the Harness Session permission selector, but it does not show the selected Codex Provider, Provider permission mode, or native sandbox consequence.
Because never omits the sandbox field, it must not be interpreted as read-only or never-write.
Suggested resolution
Use wording such as “Never ask · native sandbox inherited”.
Expose a sanitized Provider descriptor containing providerName, native mode and a normalized permission explanation.
Keep Provider selection and permission static in deployment configuration; do not add them as model-facing tool parameters.
Consider a separate explicit read-only non-interactive combination in a future compatible API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This came up while testing a statically bound, named Codex Provider. The current mapping is internally consistent, but the Web UI can make
neverlook like a read-only guarantee even though it only controls approval prompting.Environment
Current mapping
Expected
Web should show the Harness Session authority and the product Provider authority separately:
Actual
Web shows the Harness Session permission selector, but it does not show the selected Codex Provider, Provider permission mode, or native sandbox consequence.
Because never omits the sandbox field, it must not be interpreted as read-only or never-write.
Suggested resolution
All reactions