@rely-ai/caliber 1.22.0-dev.1773765306 → 1.22.0-dev.1773765414

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/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1265,7 +1265,7 @@ var CursorAcpProvider = class {
1265
1265
  return this.connections.get(model);
1266
1266
  }
1267
1267
  async connect(model) {
1268
- const args = ["--mode", "ask", "acp"];
1268
+ const args = ["acp"];
1269
1269
  if (model && model !== "auto" && model !== "default") {
1270
1270
  args.unshift("--model", model);
1271
1271
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.22.0-dev.1773765306",
3
+ "version": "1.22.0-dev.1773765414",
4
4
  "description": "Analyze your codebase and generate optimized AI agent configs (CLAUDE.md, .cursorrules, skills) — no API key needed",
5
5
  "type": "module",
6
6
  "bin": {