claude-task-worker 0.5.0 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -231,7 +231,7 @@ var DEFAULT_WORKER_CONFIG = {
231
231
  var WORKER_DEFAULTS = {
232
232
  "answer-issue-questions": {
233
233
  skill: "/claude-task-worker:answer-issue-questions",
234
- model: "sonnet",
234
+ model: "opus",
235
235
  effort: "xhigh",
236
236
  pollingIntervalSeconds: 60,
237
237
  cooldownSeconds: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-task-worker",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "CLI tool that polls GitHub Issues/PRs and delegates work to Claude CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",