opencara 0.14.0 → 0.14.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2115,7 +2115,7 @@ agentCommand.command("start").description("Start agents in polling mode").option
|
|
|
2115
2115
|
});
|
|
2116
2116
|
|
|
2117
2117
|
// src/index.ts
|
|
2118
|
-
var program = new Command2().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.14.
|
|
2118
|
+
var program = new Command2().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.14.1");
|
|
2119
2119
|
program.addCommand(agentCommand);
|
|
2120
2120
|
program.action(() => {
|
|
2121
2121
|
startAgentRouter();
|