core-agent-ide/codex-cli
Eric Wright ed5e848f3e
add: responses api support for azure (#1321)
- Use Responses API for Azure provider endpoints
- Added a unit test to catch regression on the change from
`/chat/completions` to `/responses`
- Updated the default AOAI api version from `2025-03-01-preview` to
`2025-04-01-preview` to avoid user/400 errors due to missing summary
support in the March API version.
- Changes have been tested locally on AOAI endpoints
2025-06-22 18:01:13 -07:00
..
bin fix: use aarch64-unknown-linux-musl instead of aarch64-unknown-linux-gnu (#1228) 2025-06-05 22:45:45 -07:00
examples Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
scripts chore: ensure next Node.js release includes musl binaries for arm64 Linux (#1232) 2025-06-05 23:14:10 -07:00
src add: responses api support for azure (#1321) 2025-06-22 18:01:13 -07:00
tests add: responses api support for azure (#1321) 2025-06-22 18:01:13 -07:00
.dockerignore (fix) update Docker container scripts (#47) 2025-04-16 12:02:41 -07:00
.editorconfig Initial commit 2025-04-16 12:56:08 -04:00
.eslintrc.cjs chore: introduce new --native flag to Node module release process (#844) 2025-05-12 13:38:10 -07:00
.gitignore chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
build.mjs fix: always load version from package.json at runtime (#909) 2025-05-12 21:27:15 -07:00
default.nix restructure flake for codex-rs (#888) 2025-05-13 13:08:42 -07:00
Dockerfile fix: only allow running without sandbox if explicitly marked in safe container (#699) 2025-04-28 07:48:38 -07:00
HUSKY.md Feat/add husky (#223) 2025-04-17 07:18:43 -07:00
ignore-react-devtools-plugin.js Initial commit 2025-04-16 12:56:08 -04:00
package.json bump(version): 0.1.2505171619 (#1001) 2025-05-17 16:25:21 -07:00
require-shim.js Initial commit 2025-04-16 12:56:08 -04:00
tsconfig.json fix: /bug report command, thinking indicator (#381) 2025-04-18 18:13:34 -07:00
vitest.config.ts fix: always load version from package.json at runtime (#909) 2025-05-12 21:27:15 -07:00