@inkeep/create-agents 0.38.0 → 0.38.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.
package/dist/utils.d.ts CHANGED
@@ -11,7 +11,7 @@ export declare const defaultGoogleModelConfigurations: {
11
11
  };
12
12
  export declare const defaultOpenaiModelConfigurations: {
13
13
  base: {
14
- model: "openai/gpt-4.1";
14
+ model: "openai/gpt-5.2";
15
15
  };
16
16
  structuredOutput: {
17
17
  model: "openai/gpt-4.1-mini";
package/dist/utils.js CHANGED
@@ -47,7 +47,7 @@ export const defaultGoogleModelConfigurations = {
47
47
  };
48
48
  export const defaultOpenaiModelConfigurations = {
49
49
  base: {
50
- model: OPENAI_MODELS.GPT_4_1,
50
+ model: OPENAI_MODELS.GPT_5_2,
51
51
  },
52
52
  structuredOutput: {
53
53
  model: OPENAI_MODELS.GPT_4_1_MINI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.38.0",
3
+ "version": "0.38.2",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "drizzle-kit": "^0.31.5",
35
35
  "fs-extra": "^11.0.0",
36
36
  "picocolors": "^1.0.0",
37
- "@inkeep/agents-core": "0.38.0"
37
+ "@inkeep/agents-core": "0.38.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/degit": "^2.8.6",
@@ -46,7 +46,7 @@
46
46
  "vitest": "^3.2.4"
47
47
  },
48
48
  "engines": {
49
- "node": ">=22.0.0"
49
+ "node": ">=22.18.0"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",