@grackle-ai/common 0.14.1 → 0.14.2

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/types.js +1 -1
  2. package/package.json +4 -3
package/dist/types.js CHANGED
@@ -19,5 +19,5 @@ export const API_KEY_FILENAME = "api-key";
19
19
  /** Default LLM model identifier for new sessions. */
20
20
  export const DEFAULT_MODEL = "sonnet";
21
21
  /** Maximum allowed nesting depth for task hierarchies. */
22
- export const MAX_TASK_DEPTH = 5;
22
+ export const MAX_TASK_DEPTH = 8;
23
23
  //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grackle-ai/common",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "Proto definitions, generated code, and shared types for Grackle",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,8 +30,9 @@
30
30
  "devDependencies": {
31
31
  "@bufbuild/buf": "^1.50.0",
32
32
  "@bufbuild/protoc-gen-es": "^2.5.0",
33
- "@grackle-ai/heft-buf-plugin": "0.0.1",
34
- "@grackle-ai/heft-rig": "0.0.1"
33
+ "@rushstack/heft": "1.2.4",
34
+ "@grackle-ai/heft-rig": "0.0.1",
35
+ "@grackle-ai/heft-buf-plugin": "0.0.1"
35
36
  },
36
37
  "scripts": {
37
38
  "build": "heft build --clean",