Files
llmx/codex-rs/core/src
Michael Bolin 404cae7d40 feat: add experimental_bearer_token option to model provider definition (#5467)
While we do not want to encourage users to hardcode secrets in their
`config.toml` file, it should be possible to pass an API key
programmatically. For example, when using `codex app-server`, it is
possible to pass a "bag of configuration" as part of the
`NewConversationParams`:

682d05512f/codex-rs/app-server-protocol/src/protocol.rs (L248-L251)

When using `codex app-server`, it's not practical to change env vars of
the `codex app-server` process on the fly (which is how we usually read
API key values), so this helps with that.
2025-10-21 14:02:56 -07:00
..
2025-10-21 09:08:34 -07:00
2025-10-20 15:52:25 -07:00
2025-10-21 16:25:05 +00:00
2025-09-22 20:10:52 -07:00
2025-10-05 21:12:31 +00:00
2025-09-18 14:14:16 -07:00
2025-09-10 17:38:11 -07:00
2025-09-02 17:29:58 +00:00