@rely-ai/caliber 1.22.0-dev.1773767049 → 1.22.0-dev.1773767470

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
@@ -1225,7 +1225,7 @@ var CursorAcpProvider = class {
1225
1225
  return this.runPrintStream(model, prompt, callbacks);
1226
1226
  }
1227
1227
  buildArgs(model, streaming) {
1228
- const args = ["--print"];
1228
+ const args = ["--print", "--trust"];
1229
1229
  if (model && model !== "auto" && model !== "default") {
1230
1230
  args.push("--model", model);
1231
1231
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.22.0-dev.1773767049",
3
+ "version": "1.22.0-dev.1773767470",
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": {