To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
Please avoid AI slops, be concise, and focus on what matters for this issue.
Describe the bug
I have a sub-agent defined with the following permissions:
---
mode: subagent
description: A subagent to run qemu helper tasks such as code exploration, building and issue handling
inherit: general
model: google/models/gemini-flash-latest
tools:
allow:
- eca__compact_chat
- eca__directory_tree
- eca__editor_diagnostics
- eca__fetch_rule
- eca__grep
- eca__read_file
- eca__skill
- eca__task
- eca__bg_job
- eca__shell_command(ls)
- eca__shell_command(global)
- eca__shell_command(git grep)
- eca__shell_command(git diff(\s+.*)?)
- eca__shell_command(glab issue view)
- eca__shell_command(glab issue list)
- eca__shell_command(make)
---
You should check what skills are available, there is likely a skill available for the task you've been asked to do.
However when running the sub-agent I keep getting prompted for things that should be good to go. However /subagents indicates there is only one allow permission:
/subagents
Subagents available:
- **explorer**: Codebase search specialist. Focuses on finding and reading file contents without modifying the system.
Tool permissions:
Default: ask
Allow: eca__compact_chat, eca__directory_tree, eca__editor_diagnostics, eca__fetch_rule, eca__grep, eca__read_file, eca__shell_command, eca__skill, eca__task
Deny: eca__shell_command
- **general**: General-purpose agent for researching complex questions and executing multi-step tasks.
Use this agent to execute multiple units of work in parallel.
- **qemu-helper-agent**: A subagent to run qemu helper tasks such as code exploration, building and issue handling
Model: google/models/gemini-flash-latest
Tool permissions:
Allow: eca__bg_job, eca__compact_chat, eca__directory_tree, eca__editor_diagnostics, eca__fetch_rule, eca__grep, eca__read_file, eca__shell_command, eca__skill, eca__task
Expected behaviour
The subagents display should clearly show which shell patterns are enabled.A clear and concise description of what you expected to happen. It would be useful to find out why a tool permission was allowed or denied.
To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
Please avoid AI slops, be concise, and focus on what matters for this issue.
Describe the bug
I have a sub-agent defined with the following permissions:
However when running the sub-agent I keep getting prompted for things that should be good to go. However /subagents indicates there is only one allow permission:
Expected behaviour
The subagents display should clearly show which shell patterns are enabled.A clear and concise description of what you expected to happen. It would be useful to find out why a tool permission was allowed or denied.