@codedrifters/configulator 0.0.224 → 0.0.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -4222,7 +4222,7 @@ var issueWorkerSubAgent = {
|
|
|
4222
4222
|
name: "issue-worker",
|
|
4223
4223
|
description: "Selects the next ready issue from the queue, claims it, and implements the change end-to-end following repository conventions",
|
|
4224
4224
|
model: AGENT_MODEL.POWERFUL,
|
|
4225
|
-
maxTurns:
|
|
4225
|
+
maxTurns: 100,
|
|
4226
4226
|
canDelegateToAgents: [],
|
|
4227
4227
|
platforms: { cursor: { exclude: true } },
|
|
4228
4228
|
prompt: [
|