mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
- Added reference to tool-control.yaml for CLI tool availability management - Includes new tool-control.yaml configuration file - Helps coordinate tool usage across commands and agent executions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
198 B
YAML
11 lines
198 B
YAML
# Tool Control Configuration
|
|
# Controls whether CLI tools (Gemini, Qwen, Codex) are enabled in the workspace
|
|
|
|
tools:
|
|
gemini:
|
|
enabled: true
|
|
qwen:
|
|
enabled: true
|
|
codex:
|
|
enabled: true
|