mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
config: Extend execution timeout from 5 to 10 minutes
- Increase Bash command timeout to 10 minutes for both gemini and codex workflows - Better support for large codebase analysis and complex autonomous development tasks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -89,7 +89,7 @@ type: technical-guideline
|
||||
|
||||
### ⏱️ Execution Settings
|
||||
|
||||
- **Default Timeout**: Bash command execution extended to **5 minutes** to handle complex autonomous development workflows.
|
||||
- **Default Timeout**: Bash command execution extended to **10 minutes** to handle complex autonomous development workflows.
|
||||
- **Autonomous Intelligence**: Codex automatically manages file discovery and context gathering in `--full-auto` mode.
|
||||
|
||||
### 📁 Shared Template Directory Structure
|
||||
|
||||
@@ -68,7 +68,7 @@ type: technical-guideline
|
||||
|
||||
### ⏱️ Execution Settings
|
||||
|
||||
- **Default Timeout**: Bash command execution extended to **5 minutes** to handle large codebase analysis.
|
||||
- **Default Timeout**: Bash command execution extended to **10 minutes** to handle large codebase analysis.
|
||||
- **Content Limits**: When `--all-files` exceeds token limits, automatically fall back to selective `@` patterns.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user