@inkeep/agents-cli 0.0.0-dev-20251219041014 → 0.0.0-dev-20251219042219

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 +1 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -742,6 +742,7 @@ const envSchema$1 = z$3.object({
742
742
  INKEEP_AGENTS_MANAGE_UI_URL: z$3.string().optional(),
743
743
  INKEEP_AGENTS_MANAGE_API_URL: z$3.string().optional(),
744
744
  BETTER_AUTH_SECRET: z$3.string().optional(),
745
+ TRUSTED_ORIGIN: z$3.string().optional(),
745
746
  OAUTH_PROXY_PRODUCTION_URL: z$3.string().optional()
746
747
  });
747
748
  const parseEnv$1 = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20251219041014",
3
+ "version": "0.0.0-dev-20251219042219",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,8 +55,8 @@
55
55
  "tsx": "^4.20.5",
56
56
  "open": "^10.2.0",
57
57
  "yaml": "^2.7.0",
58
- "@inkeep/agents-core": "^0.0.0-dev-20251219041014",
59
- "@inkeep/agents-sdk": "^0.0.0-dev-20251219041014"
58
+ "@inkeep/agents-core": "^0.0.0-dev-20251219042219",
59
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251219042219"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/degit": "^2.8.6",
@@ -69,7 +69,7 @@
69
69
  "vitest": "^3.2.4"
70
70
  },
71
71
  "peerDependencies": {
72
- "@inkeep/agents-manage-ui": "0.0.0-dev-20251219041014",
72
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251219042219",
73
73
  "zod": "^4.1.11"
74
74
  },
75
75
  "publishConfig": {