claude-task-worker 0.41.0 → 0.42.0
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/dist/index.js +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1590,16 +1590,16 @@ var WORKER_DEFAULTS = {
|
|
|
1590
1590
|
skill: "/claude-task-worker:answer-issue-questions",
|
|
1591
1591
|
model: "opus",
|
|
1592
1592
|
advisorModel: "",
|
|
1593
|
-
effort: "
|
|
1593
|
+
effort: "high",
|
|
1594
1594
|
pollingIntervalSeconds: 60,
|
|
1595
1595
|
cooldownSeconds: 0,
|
|
1596
1596
|
maxConcurrentTasks: 1
|
|
1597
1597
|
},
|
|
1598
1598
|
"create-issue": {
|
|
1599
1599
|
skill: "/claude-task-worker:create-issue-from-issue-number",
|
|
1600
|
-
model: "
|
|
1601
|
-
advisorModel: "
|
|
1602
|
-
effort: "
|
|
1600
|
+
model: "opus",
|
|
1601
|
+
advisorModel: "",
|
|
1602
|
+
effort: "high",
|
|
1603
1603
|
pollingIntervalSeconds: 60,
|
|
1604
1604
|
cooldownSeconds: 0,
|
|
1605
1605
|
maxConcurrentTasks: 1
|
|
@@ -1615,8 +1615,8 @@ var WORKER_DEFAULTS = {
|
|
|
1615
1615
|
},
|
|
1616
1616
|
"exec-issue": {
|
|
1617
1617
|
skill: "/claude-task-worker:exec-issue",
|
|
1618
|
-
model: "
|
|
1619
|
-
advisorModel: "
|
|
1618
|
+
model: "opus",
|
|
1619
|
+
advisorModel: "",
|
|
1620
1620
|
effort: "high",
|
|
1621
1621
|
pollingIntervalSeconds: 60,
|
|
1622
1622
|
cooldownSeconds: 0,
|
|
@@ -1624,8 +1624,8 @@ var WORKER_DEFAULTS = {
|
|
|
1624
1624
|
},
|
|
1625
1625
|
"fix-review-point": {
|
|
1626
1626
|
skill: "/claude-task-worker:fix-review-point",
|
|
1627
|
-
model: "
|
|
1628
|
-
advisorModel: "
|
|
1627
|
+
model: "opus",
|
|
1628
|
+
advisorModel: "",
|
|
1629
1629
|
effort: "high",
|
|
1630
1630
|
pollingIntervalSeconds: 60,
|
|
1631
1631
|
cooldownSeconds: 0,
|
|
@@ -1678,8 +1678,8 @@ var WORKER_DEFAULTS = {
|
|
|
1678
1678
|
},
|
|
1679
1679
|
"create-ui-design": {
|
|
1680
1680
|
skill: "/claude-task-worker:create-ui-design",
|
|
1681
|
-
model: "
|
|
1682
|
-
advisorModel: "
|
|
1681
|
+
model: "opus",
|
|
1682
|
+
advisorModel: "",
|
|
1683
1683
|
effort: "high",
|
|
1684
1684
|
pollingIntervalSeconds: 60,
|
|
1685
1685
|
cooldownSeconds: 0,
|