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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.0");
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencara",
3
- "version": "0.14.0",
3
+ "version": "0.14.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",