Aiden Cline
Aiden Cline
@amal this should be fixed on latest ex: ``` "permission": { "bash": { "git *": "ask" } } ``` if llm runs "git log -n 10" and I allow always,...
are you specifically talking about subagents being called and having to approve their actions?
correct, but you can override this or if you are making custom ones you can give them free reign
@arsham have you tried making an agent like this? ``` --- description: permission: edit: "allow" bash: "allow" webfetch: "allow" --- ``` This will never ask for permissions, isn't that the...
Hm I don't think I am following what your ask was then
Ahhh okay that makes sense I understand now thank you Yeah I don't think that is possible currently (without editing the agents ofc) but interesting idea
Can u show ur opencode.json?
/oc can u fix this please
I updated the title a bit so we can track this better, if you feel like it isn't accurate feel free to reword it
This should be fixed in latest