core-agent-ide/codex-rs/app-server/tests/common
Eric Traut 4b9d5c8c1b
Add openai_base_url config override for built-in provider (#12031)
We regularly get bug reports from users who mistakenly have the
`OPENAI_BASE_URL` environment variable set. This PR deprecates this
environment variable in favor of a top-level config key
`openai_base_url` that is used for the same purpose. By making it a
config key, it will be more visible to users. It will also participate
in all of the infrastructure we've added for layered and managed
configs.

Summary
- introduce the `openai_base_url` top-level config key, update
schema/tests, and route the built-in openai provider through it while
- fall back to deprecated `OPENAI_BASE_URL` env var but warn user of
deprecation when no `openai_base_url` config key is present
- update CLI, SDK, and TUI code to prefer the new config path (with a
deprecated env-var fallback) and document the SDK behavior change
2026-03-13 20:12:25 -06:00
..
analytics_server.rs Add plugin usage telemetry (#14531) 2026-03-12 19:22:30 -07:00
auth_fixtures.rs fix(app-server): for external auth, replace id_token with chatgpt_acc… (#11240) 2026-02-09 20:48:58 -08:00
BUILD.bazel feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
Cargo.toml Remove test-support feature from codex-core and replace it with explicit test toggles (#11405) 2026-02-10 22:44:02 -08:00
config.rs Add openai_base_url config override for built-in provider (#12031) 2026-03-13 20:12:25 -06:00
lib.rs Add plugin usage telemetry (#14531) 2026-03-12 19:22:30 -07:00
mcp_process.rs app-server: add v2 filesystem APIs (#14245) 2026-03-13 14:42:20 -07:00
mock_model_server.rs [chore] move app server tests from chat completion to responses (#8939) 2026-01-08 22:27:55 +00:00
models_cache.rs feat(search_tool): gate search_tool on model supports_search_tool field (#14502) 2026-03-12 16:03:50 -07:00
responses.rs Add request permissions tool (#13092) 2026-03-08 20:23:06 -07:00
rollout.rs feat: polluted memories (#13008) 2026-03-02 11:57:32 +00:00