opencara 0.22.4 → 0.22.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.
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5527,7 +5527,7 @@ function sleep2(ms, signal) {
|
|
|
5527
5527
|
async function startAgent(agentId, platformUrl, agentInfo, reviewDeps, consumptionDeps, options) {
|
|
5528
5528
|
const client = new ApiClient(platformUrl, {
|
|
5529
5529
|
authToken: options?.authToken,
|
|
5530
|
-
cliVersion: "0.22.
|
|
5530
|
+
cliVersion: "0.22.6",
|
|
5531
5531
|
versionOverride: options?.versionOverride,
|
|
5532
5532
|
onTokenRefresh: options?.onTokenRefresh
|
|
5533
5533
|
});
|
|
@@ -5813,7 +5813,7 @@ async function startBatchAgents(config, agents, pollIntervalMs, oauthToken, opti
|
|
|
5813
5813
|
const { versionOverride, verbose, instancesOverride, agentOwner, userOrgs } = options;
|
|
5814
5814
|
const client = new ApiClient(config.platformUrl, {
|
|
5815
5815
|
authToken: oauthToken,
|
|
5816
|
-
cliVersion: "0.22.
|
|
5816
|
+
cliVersion: "0.22.6",
|
|
5817
5817
|
versionOverride,
|
|
5818
5818
|
onTokenRefresh: () => getValidToken(config.platformUrl, { configPath: config.authFile })
|
|
5819
5819
|
});
|
|
@@ -6156,7 +6156,7 @@ agentCommand.command("start").description("Start agents in polling mode").option
|
|
|
6156
6156
|
}
|
|
6157
6157
|
config = loadConfig();
|
|
6158
6158
|
}
|
|
6159
|
-
console.log(formatVersionBanner("0.22.
|
|
6159
|
+
console.log(formatVersionBanner("0.22.6", "0443024"));
|
|
6160
6160
|
if (config.agents && config.agents.length > 0) {
|
|
6161
6161
|
const toolEntries = config.agents.map((a) => ({
|
|
6162
6162
|
tool: a.tool,
|
|
@@ -6979,7 +6979,7 @@ var statusCommand = new Command4("status").description("Show agent config, conne
|
|
|
6979
6979
|
});
|
|
6980
6980
|
|
|
6981
6981
|
// src/index.ts
|
|
6982
|
-
var program = new Command5().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version(`${"0.22.
|
|
6982
|
+
var program = new Command5().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version(`${"0.22.6"} (${"0443024"})`);
|
|
6983
6983
|
program.addCommand(agentCommand);
|
|
6984
6984
|
program.addCommand(authCommand());
|
|
6985
6985
|
program.addCommand(dedupCommand());
|