From e36c08b36c5ecca0776a91a3a0673c050bd107ff Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Sun, 24 Aug 2025 10:11:29 -0700 Subject: [PATCH] clippy --- codex-rs/core/src/subagents/definition.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.