Skip to content

Commit efad978

Browse files
committed
✨ Implement task state management in .ralph directory for RALPH Runner
1 parent 5fa76ec commit efad978

File tree

3 files changed

+228
-116
lines changed

3 files changed

+228
-116
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
# RALPH Runner task state
16+
.ralph/
17+
1518
# Editor directories and files
1619
.vscode/*
1720
!.vscode/extensions.json

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,11 @@
6969
"minimum": 30000,
7070
"description": "Maximum time (ms) to wait for Copilot per step (default 10 min)."
7171
},
72-
"ralph-runner.copilotIdleThresholdMs": {
73-
"type": "number",
74-
"default": 30000,
75-
"minimum": 5000,
76-
"description": "Duration of no workspace activity (ms) before assuming Copilot is done."
77-
},
7872
"ralph-runner.copilotMinWaitMs": {
7973
"type": "number",
8074
"default": 15000,
8175
"minimum": 0,
82-
"description": "Minimum time (ms) to wait for Copilot to start working before checking idle."
76+
"description": "Minimum time (ms) to wait for Copilot to start working before checking the step is complete."
8377
}
8478
}
8579
}

0 commit comments

Comments
 (0)