core-agent-ide/codex-rs/chatgpt/src
sayan-oai 082682a628
feat: load plugin apps (#13401)
load plugin-apps from `.app.json`.

make apps runtime-mentionable iff `codex_apps` MCP actually exposes
tools for that `connector_id`.

if the app isn't available, it's filtered out of runtime connector set,
so no tools are added and no app-mentions resolve.

right now we don't have a clean cli-side error for an app not being
installed. can look at this after.

### Tests
Added tests, tested locally that using a plugin that bundles an app
picks up the app.
2026-03-03 16:29:15 -08:00
..
apply_command.rs feat: split codex-common into smaller utils crates (#11422) 2026-02-11 12:59:24 +00:00
chatgpt_client.rs [connectors] Support connectors part 2 - slash command and tui (#9728) 2026-01-28 19:51:58 -08:00
chatgpt_token.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00
connectors.rs feat: load plugin apps (#13401) 2026-03-03 16:29:15 -08:00
get_task.rs Add codex apply to apply a patch created from the Codex remote agent (#1528) 2025-07-11 13:30:11 -04:00
lib.rs [connectors] Support connectors part 1 - App server & MCP (#9667) 2026-01-22 16:48:43 -08:00