@lsctech/polaris 0.5.2 → 0.5.4

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.
@@ -195,11 +195,11 @@ class CodeRabbitQcProvider {
195
195
  }
196
196
  buildReviewCommand(scope) {
197
197
  if (scope.prUrl) {
198
- return { command: "coderabbit", args: ["review", "--pr-url", scope.prUrl] };
198
+ return { command: "coderabbit", args: ["review", "--agent", "--pr-url", scope.prUrl] };
199
199
  }
200
200
  return {
201
201
  command: "coderabbit",
202
- args: ["review", "--branch", scope.branch ?? "HEAD"],
202
+ args: ["review", "--agent", "--branch", scope.branch ?? "HEAD"],
203
203
  };
204
204
  }
205
205
  parse(output) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsctech/polaris",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Polaris — standalone taskchain orchestration framework for governed AI agent workflows",
5
5
  "bin": {
6
6
  "polaris": "dist/cli/index.js",