diff --git a/codex-rs/core/src/subagents/definition.rs b/codex-rs/core/src/subagents/definition.rs index 5b9d326da9..ef184f1b45 100644 --- a/codex-rs/core/src/subagents/definition.rs +++ b/codex-rs/core/src/subagents/definition.rs @@ -19,7 +19,8 @@ pub struct SubagentDefinition { /// Base instructions for this subagent. pub instructions: String, - //TODO: add allowed tools. we inherit the parent agent's tools for now. + // TODO: add allowed tools. we inherit the parent agent's tools for now. + // TODO: add cwd and approval policies. /// Structured output schema. The subagent must return a single JSON value /// that validates against this schema. The schema will be embedded into the /// subagent's instructions so the model can adhere to it.