opencara 0.19.4 → 0.19.6

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5260,7 +5260,7 @@ function sleep2(ms, signal) {
5260
5260
  async function startAgent(agentId, platformUrl, agentInfo, reviewDeps, consumptionDeps, options) {
5261
5261
  const client = new ApiClient(platformUrl, {
5262
5262
  authToken: options?.authToken,
5263
- cliVersion: "0.19.4",
5263
+ cliVersion: "0.19.6",
5264
5264
  versionOverride: options?.versionOverride,
5265
5265
  onTokenRefresh: options?.onTokenRefresh
5266
5266
  });
@@ -5547,7 +5547,7 @@ async function startBatchAgents(config, agents, pollIntervalMs, oauthToken, opti
5547
5547
  const { versionOverride, verbose, instancesOverride, agentOwner, userOrgs } = options;
5548
5548
  const client = new ApiClient(config.platformUrl, {
5549
5549
  authToken: oauthToken,
5550
- cliVersion: "0.19.4",
5550
+ cliVersion: "0.19.6",
5551
5551
  versionOverride,
5552
5552
  onTokenRefresh: () => getValidToken(config.platformUrl, { configPath: config.authFile })
5553
5553
  });
@@ -6704,7 +6704,7 @@ var statusCommand = new Command4("status").description("Show agent config, conne
6704
6704
  });
6705
6705
 
6706
6706
  // src/index.ts
6707
- var program = new Command5().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.19.4");
6707
+ var program = new Command5().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.19.6");
6708
6708
  program.addCommand(agentCommand);
6709
6709
  program.addCommand(authCommand());
6710
6710
  program.addCommand(dedupCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencara",
3
- "version": "0.19.4",
3
+ "version": "0.19.6",
4
4
  "description": "Distributed AI code review agent — poll, review, and submit PR reviews using your own AI tools",
5
5
  "type": "module",
6
6
  "license": "MIT",