@cereworker/cerebrum 26.406.1 → 26.519.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.
@@ -32,8 +32,8 @@ export declare const globParameters: z.ZodObject<{
32
32
  pattern: z.ZodString;
33
33
  cwd: z.ZodDefault<z.ZodOptional<z.ZodString>>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- pattern: string;
36
35
  cwd: string;
36
+ pattern: string;
37
37
  }, {
38
38
  pattern: string;
39
39
  cwd?: string | undefined;
@@ -96,8 +96,8 @@ export declare function createBuiltinTools(shellConfig?: Partial<ShellToolConfig
96
96
  pattern: import("zod").ZodString;
97
97
  cwd: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
98
98
  }, "strip", import("zod").ZodTypeAny, {
99
- pattern: string;
100
99
  cwd: string;
100
+ pattern: string;
101
101
  }, {
102
102
  pattern: string;
103
103
  cwd?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cereworker/cerebrum",
3
- "version": "26.406.1",
3
+ "version": "26.519.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "@ai-sdk/openai": "^3.0.47",
21
21
  "ai": "^6.0.134",
22
22
  "zod": "^3.24.0",
23
- "@cereworker/config": "26.406.1",
24
- "@cereworker/core": "26.406.1"
23
+ "@cereworker/config": "26.519.1",
24
+ "@cereworker/core": "26.519.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "^5.7.3"