@algolia/wizard 0.39.0 → 0.40.0

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/main.js +3 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2528,10 +2528,10 @@ import { spawn as spawn2 } from "node:child_process";
2528
2528
  // src/lib/tools/context.ts
2529
2529
  var DEFAULT_TOOL_LIMITS = {
2530
2530
  list: 10,
2531
- search: 10,
2531
+ search: 20,
2532
2532
  read: 20,
2533
2533
  match: 100,
2534
- shell: 30
2534
+ shell: 50
2535
2535
  };
2536
2536
  var DEFAULT_SHELL_TIMEOUT_MS = 10 * 60 * 1e3;
2537
2537
  async function refuseByDefault() {
@@ -3387,7 +3387,7 @@ async function runAnalysis(mode, extraInstructions = []) {
3387
3387
  // package.json
3388
3388
  var package_default = {
3389
3389
  name: "@algolia/wizard",
3390
- version: "0.39.0",
3390
+ version: "0.40.0",
3391
3391
  description: "Magically implement Algolia functionality in your codebase",
3392
3392
  type: "module",
3393
3393
  engines: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/wizard",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "Magically implement Algolia functionality in your codebase",
5
5
  "type": "module",
6
6
  "engines": {