@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.js
CHANGED
|
@@ -4299,7 +4299,7 @@ var issueWorkerSubAgent = {
|
|
|
4299
4299
|
name: "issue-worker",
|
|
4300
4300
|
description: "Selects the next ready issue from the queue, claims it, and implements the change end-to-end following repository conventions",
|
|
4301
4301
|
model: AGENT_MODEL.POWERFUL,
|
|
4302
|
-
maxTurns:
|
|
4302
|
+
maxTurns: 100,
|
|
4303
4303
|
canDelegateToAgents: [],
|
|
4304
4304
|
platforms: { cursor: { exclude: true } },
|
|
4305
4305
|
prompt: [
|