core-agent-ide/codex-rs/app-server-protocol
Dylan Hurd 44c747837a
chore(app-server) world-writable windows notification (#6880)
## Summary
On app-server startup, detect whether the experimental sandbox is
enabled, and send a notification .

**Note**
New conversations will not respect the feature because we [ignore cli
overrides in
NewConversation](a75321a64c/codex-rs/app-server/src/codex_message_processor.rs (L1237-L1252)).
However, this should be okay, since we don't actually use config for
this, we use a [global
variable](87cce88f48/codex-rs/core/src/safety.rs (L105-L110)).
We should carefully unwind this setup at some point.


## Testing
- [ ] In progress: testing locally

---------

Co-authored-by: jif-oai <jif@openai.com>
2025-11-19 11:19:34 +00:00
..
src chore(app-server) world-writable windows notification (#6880) 2025-11-19 11:19:34 +00:00
Cargo.toml [app-server] feat: add v2 command execution approval flow (#6758) 2025-11-18 00:23:54 +00:00