{ "version": "2.0.0", "tasks": [ { "label": "gemini", "type": "shell", "command": "gemini", "options": { "shell": { "executable": "/bin/zsh", "args": [ "-ilc" ] } }, "presentation": { "group": "ai-cli", "reveal": "always", "panel": "new" } }, { "label": "claude", "type": "shell", "command": "claude", "options": { "shell": { "executable": "/bin/zsh", "args": [ "-ilc" ] } }, "presentation": { "group": "ai-cli", "reveal": "always", "panel": "new" } } ] }