opencara 0.19.4 → 0.19.5
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 +3 -3
- 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.
|
|
5263
|
+
cliVersion: "0.19.5",
|
|
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.
|
|
5550
|
+
cliVersion: "0.19.5",
|
|
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.
|
|
6707
|
+
var program = new Command5().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.19.5");
|
|
6708
6708
|
program.addCommand(agentCommand);
|
|
6709
6709
|
program.addCommand(authCommand());
|
|
6710
6710
|
program.addCommand(dedupCommand());
|