Uh oh!
There was an error while loading. Please reload this page.
feat(config): add subagent_tools to complement primary_tools and unifies tool visibility under permission system - #7725
Conversation
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: I found a potentially related PR that may be relevant to your feature: Related PR:
This PR addresses subagent tool permissions and inheritance, which is conceptually related to your PR that adds Otherwise, no other duplicate PRs found with the specific |
spoons-and-mirrors
commented
Jan 11, 2026
unrelated |
eb2603b to
8020250Compare8020250 to
5d20eaeCompareReworking the PR, added session-level permission handling for subagent tool visibility. Also makes this supersede #7473 - i think this is a win-win ? |
subagent_tools to complement primary_toolssubagent_tools to complement primary_tools and unifies tool visibility under permission systemf1ae801 to
08fa7f7CompareClosing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
What does this PR do?
feat: Adds
subagent_toolsto the experimental config to allow specifying tools that should only be available to subagents, complementingprimary_toolsrefactor: moved the
primary_toolsfiltering to the tool registry for consistency (assubagent_toolsneeds to be constructed at the registry level)