Description
When some models want to create many folders all at once they'll use the syntax:
mkdir -p src/{folder1,folder2,folder3}`
and it will literally create a folder src/{folder1,folder2,folder3}
OpenCode version
0.15.11
Steps to reproduce
as an agent (I've been using big pickle and glm-4.6) to scaffold a module that will require it to create many directories, like trying to consolidate or move several modules
Screenshot and/or share link
No response
Operating System
Ubuntu 24.04
Terminal
Alacritty