caveat-cli 0.14.6 → 0.14.7

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 CHANGED
@@ -32050,12 +32050,15 @@ function runCodexSidecarAdvisory(input) {
32050
32050
  return { status: "failed", message: "current Caveat CLI script path is unavailable" };
32051
32051
  }
32052
32052
  const args = [
32053
+ ...process.execArgv,
32053
32054
  "--disable-warning=ExperimentalWarning",
32054
32055
  cliScript,
32055
32056
  "codex-sidecar",
32056
32057
  "run",
32057
32058
  "explore",
32058
32059
  input.prompt,
32060
+ "--preset",
32061
+ "advisory",
32059
32062
  "--query",
32060
32063
  input.searchText,
32061
32064
  "--limit",