core-agent-ide/codex-cli/src/components
Gabriel Bianconi 98a22273d9
fix: inconsistent usage of base URL and API key (#507)
A recent commit introduced the ability to use third-party model
providers. (Really appreciate it!)

However, the usage is inconsistent: some pieces of code use the custom
providers, whereas others still have the old behavior. Additionally,
`OPENAI_BASE_URL` is now being disregarded when it shouldn't be.

This PR normalizes the usage to `getApiKey` and `getBaseUrl`, and
enables the use of `OPENAI_BASE_URL` if present.

---------

Co-authored-by: Gabriel Bianconi <GabrielBianconi@users.noreply.github.com>
2025-04-22 10:51:26 -04:00
..
chat fix: inconsistent usage of base URL and API key (#507) 2025-04-22 10:51:26 -04:00
onboarding Initial commit 2025-04-16 12:56:08 -04:00
select-input Fix: Change file name to start with small letter instead of captial l… (#356) 2025-04-18 16:55:49 -07:00
vendor feat: tab completions for file paths (#279) 2025-04-20 22:34:27 -07:00
approval-mode-overlay.tsx Initial commit 2025-04-16 12:56:08 -04:00
diff-overlay.tsx feat: /diff command to view git diff (#426) 2025-04-19 16:23:27 -07:00
help-overlay.tsx feat: /diff command to view git diff (#426) 2025-04-19 16:23:27 -07:00
history-overlay.tsx refactor(history-overlay): split into modular functions & add tests (fixes #402) (#403) 2025-04-20 22:27:06 -07:00
model-overlay.tsx feat: support multiple providers via Responses-Completion transformation (#247) 2025-04-20 20:59:34 -07:00
singlepass-cli-app.tsx fix: inconsistent usage of base URL and API key (#507) 2025-04-22 10:51:26 -04:00
typeahead-overlay.tsx fix: duplicated message on model change (#276) 2025-04-17 16:34:35 -07:00