@overlordai/developer-cli 1.0.179 → 1.0.180
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/commands/task.js +2 -2
- package/package.json +2 -2
package/dist/commands/task.js
CHANGED
|
@@ -295,7 +295,7 @@ taskCommand
|
|
|
295
295
|
taskCommand
|
|
296
296
|
.command('review <taskId>')
|
|
297
297
|
.description('Start a review for a task')
|
|
298
|
-
.option('--agent <types>', 'Comma-separated agent types: claude,
|
|
298
|
+
.option('--agent <types>', 'Comma-separated agent types: claude, codex, cursor, pi, qoder (uses project defaults if omitted)')
|
|
299
299
|
.option('-d, --description <text>', 'Review instructions (optional)')
|
|
300
300
|
.option('--ref <url>', 'Figma/Jira/Sentry URL for design review context')
|
|
301
301
|
.option('--json', 'Output as JSON')
|
|
@@ -330,7 +330,7 @@ taskCommand
|
|
|
330
330
|
.description('Fork a completed, failed, or cancelled task')
|
|
331
331
|
.option('-d, --description <text>', 'Additional detail to append (optional, reuses original if omitted)')
|
|
332
332
|
.option('-r, --replace', 'Replace the original description instead of appending')
|
|
333
|
-
.option('--agent <type>', 'Agent type override: claude,
|
|
333
|
+
.option('--agent <type>', 'Agent type override: claude, codex, cursor, pi, qoder')
|
|
334
334
|
.option('--json', 'Output as JSON')
|
|
335
335
|
.action(async (id, opts) => {
|
|
336
336
|
if (opts.json)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@overlordai/developer-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.180",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint": "tsc --noEmit"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@overlordai/protocol": "1.0.
|
|
20
|
+
"@overlordai/protocol": "1.0.180",
|
|
21
21
|
"chalk": "^5.4.1",
|
|
22
22
|
"commander": "^13.1.0",
|
|
23
23
|
"ws": "^8.18.0"
|