@inkeep/agents-cli 0.0.0-dev-20251202183811 → 0.0.0-dev-20251202211955

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/index.js +2 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -3658,6 +3658,8 @@ var init_schemas = __esm({
3658
3658
  body: z.record(z.string(), z.unknown()).optional(),
3659
3659
  transform: z.string().optional(),
3660
3660
  // JSONPath or JS transform function
3661
+ requiredToFetch: z.array(z.string()).optional(),
3662
+ // Context variables that are required to run the fetch request. If the given variables cannot be resolved, the fetch request will be skipped.
3661
3663
  timeout: z.number().min(0).optional().default(CONTEXT_FETCHER_HTTP_TIMEOUT_MS_DEFAULT2).optional()
3662
3664
  }).openapi("FetchConfig");
3663
3665
  FetchDefinitionSchema = z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20251202183811",
3
+ "version": "0.0.0-dev-20251202211955",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -50,8 +50,8 @@
50
50
  "ts-morph": "^26.0.0",
51
51
  "tsx": "^4.20.5",
52
52
  "open": "^10.2.0",
53
- "@inkeep/agents-sdk": "^0.0.0-dev-20251202183811",
54
- "@inkeep/agents-core": "^0.0.0-dev-20251202183811"
53
+ "@inkeep/agents-core": "^0.0.0-dev-20251202211955",
54
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251202211955"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/degit": "^2.8.6",
@@ -64,7 +64,7 @@
64
64
  "vitest": "^3.2.4"
65
65
  },
66
66
  "peerDependencies": {
67
- "@inkeep/agents-manage-ui": "0.0.0-dev-20251202183811",
67
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251202211955",
68
68
  "zod": "^4.1.11"
69
69
  },
70
70
  "engines": {