Skip to content

feat(task): let agent frontmatter opt subagents into their own todo list - #12641

Open
F0Rextasy wants to merge 1 commit into
can1357:mainfrom
F0Rextasy:fix/12575-subagent-todo-opt-in
Open

F0Rextasy wants to merge 1 commit into
can1357:mainfrom
F0Rextasy:fix/12575-subagent-todo-opt-in

Conversation

@F0Rextasy

Copy link
Copy Markdown

What

I reviewed the full diff; subagents could never keep the todo tool because two layers stripped it unconditionally, so agent frontmatter todo: true plus a tools grant containing todo now keeps it while the default stays parent-owned.

Why

Fixes #12575

Testing

  • bun test packages/coding-agent/test/tools/index.test.ts -t todo (2 pass, 1 new: explicit grant keeps todo, ungranted stays stripped)
  • bun --cwd=packages/coding-agent run check:types (pass)
  • oxlint + oxfmt on all 6 changed files (pass)

  • bun check passes
  • Tested locally
  • CHANGELOG updated with the required attribution (if user-facing; internal issue fixes use issue links, external contributions add the PR link and contributor credit after creation)

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing tools from subagents

1 participant