This website requires JavaScript.
Explore
Help
Sign in
core
/
core-agent-ide
Watch
8
Star
0
Fork
You've already forked core-agent-ide
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
231406bd04
core-agent-ide
/
codex-rs
/
chatgpt
/
src
/
lib.rs
6 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `codex apply` to apply a patch created from the Codex remote agent (#1528) In order to to this, I created a new `chatgpt` crate where we can put any code that interacts directly with ChatGPT as opposed to the OpenAI API. I added a disclaimer to the README for it that it should primarily be modified by OpenAI employees. https://github.com/user-attachments/assets/bb978e33-d2c9-4d8e-af28-c8c25b1988e8
2025-07-11 13:30:11 -04:00
pub
mod
apply_command
;
mod
chatgpt_client
;
mod
chatgpt_token
;
[connectors] Support connectors part 1 - App server & MCP (#9667) In order to make Codex work with connectors, we add a built-in gateway MCP that acts as a transparent proxy between the client and the connectors. The gateway MCP collects actions that are accessible to the user and sends them down to the user, when a connector action is chosen to be called, the client invokes the action through the gateway MCP as well. - [x] Add the system built-in gateway MCP to list and run connectors. - [x] Add the app server methods and protocol
2026-01-22 16:48:43 -08:00
pub
mod
connectors
;
Add `codex apply` to apply a patch created from the Codex remote agent (#1528) In order to to this, I created a new `chatgpt` crate where we can put any code that interacts directly with ChatGPT as opposed to the OpenAI API. I added a disclaimer to the README for it that it should primarily be modified by OpenAI employees. https://github.com/user-attachments/assets/bb978e33-d2c9-4d8e-af28-c8c25b1988e8
2025-07-11 13:30:11 -04:00
pub
mod
get_task
;
Reference in a new issue
Copy permalink