String allowedTools(String tools) { switch (this) { case TCliTool.claude: return '--tools $tools'; case TCliTool.codex: return ''; case TCliTool.cursor: return ''; } }