core-agent-ide/codex-rs/app-server/tests/common
jif-oai 79ad7b247b
feat: change multi-agent to use path-like system instead of uuids (#15313)
This PR add an URI-based system to reference agents within a tree. This
comes from a sync between research and engineering.

The main agent (the one manually spawned by a user) is always called
`/root`. Any sub-agent spawned by it will be `/root/agent_1` for example
where `agent_1` is chosen by the model.

Any agent can contact any agents using the path.

Paths can be used either in absolute or relative to the calling agents

Resume is not supported for now on this new path
2026-03-20 18:23:48 +00: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 Split features into codex-features crate (#15253) 2026-03-19 20:12:07 -07:00
config.rs Split features into codex-features crate (#15253) 2026-03-19 20:12:07 -07:00
lib.rs Add plugin usage telemetry (#14531) 2026-03-12 19:22:30 -07:00
mcp_process.rs feat: support product-scoped plugins. (#15041) 2026-03-19 00:46:15 -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 Prefer websockets when providers support them (#13592) 2026-03-17 19:46:44 -07:00
responses.rs Add request permissions tool (#13092) 2026-03-08 20:23:06 -07:00
rollout.rs feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00