opencara 0.15.0 → 0.15.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2529,7 +2529,7 @@ agentCommand.command("start").description("Start agents in polling mode").option
2529
2529
  });
2530
2530
 
2531
2531
  // src/index.ts
2532
- var program = new Command2().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.15.0");
2532
+ var program = new Command2().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.15.1");
2533
2533
  program.addCommand(agentCommand);
2534
2534
  program.action(() => {
2535
2535
  startAgentRouter();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencara",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
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",