Skip to content

Commit f21c99e

Browse files
emcdclaude
andcommitted
Add 30-minute bash timeout settings for Claude Code.
These timeouts are less than ideal but necessary to reasonably support the difit code review tool and other interactive bash commands. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0d9fc8b commit f21c99e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.auxiliary/configuration/claude/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"defaultMode": "acceptEdits",
33
"env": {
4+
"BASH_DEFAULT_TIMEOUT_MS": 1800000,
5+
"BASH_MAX_TIMEOUT_MS": 1800000,
46
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": 1,
57
"CLAUDE_CODE_DISABLE_TERMINAL_TITLE": 1,
68
"DISABLE_NON_ESSENTIAL_MODEL_CALLS": 1

template/.auxiliary/configuration/claude/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"env": {
3+
"BASH_DEFAULT_TIMEOUT_MS": 1800000,
4+
"BASH_MAX_TIMEOUT_MS": 1800000,
35
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": 1,
46
"CLAUDE_CODE_DISABLE_TERMINAL_TITLE": 1,
57
"DISABLE_NON_ESSENTIAL_MODEL_CALLS": 1

0 commit comments

Comments
 (0)