@inkeep/agents-run-api 0.0.0-dev-20250912195514 → 0.0.0-dev-20250912202322

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/index.cjs CHANGED
@@ -8917,17 +8917,7 @@ function createExecutionHono(serverConfig, credentialStores) {
8917
8917
  origin: "*",
8918
8918
  // public API
8919
8919
  allowMethods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
8920
- allowHeaders: [
8921
- "Content-Type",
8922
- "Authorization",
8923
- "X-Inkeep-Tenant-Id",
8924
- "X-Inkeep-Project-Id",
8925
- "X-Inkeep-Graph-Id",
8926
- "X-Inkeep-Agent-Id",
8927
- "Accept",
8928
- "Origin",
8929
- "X-Requested-With"
8930
- ],
8920
+ allowHeaders: ["*"],
8931
8921
  exposeHeaders: ["Content-Length"],
8932
8922
  maxAge: 86400
8933
8923
  })
package/dist/index.js CHANGED
@@ -8577,17 +8577,7 @@ function createExecutionHono(serverConfig, credentialStores) {
8577
8577
  origin: "*",
8578
8578
  // public API
8579
8579
  allowMethods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
8580
- allowHeaders: [
8581
- "Content-Type",
8582
- "Authorization",
8583
- "X-Inkeep-Tenant-Id",
8584
- "X-Inkeep-Project-Id",
8585
- "X-Inkeep-Graph-Id",
8586
- "X-Inkeep-Agent-Id",
8587
- "Accept",
8588
- "Origin",
8589
- "X-Requested-With"
8590
- ],
8580
+ allowHeaders: ["*"],
8591
8581
  exposeHeaders: ["Content-Length"],
8592
8582
  maxAge: 86400
8593
8583
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-run-api",
3
- "version": "0.0.0-dev-20250912195514",
3
+ "version": "0.0.0-dev-20250912202322",
4
4
  "description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "traverse": "^0.6.11",
45
45
  "ts-pattern": "^5.7.1",
46
46
  "zod": "^4.1.5",
47
- "@inkeep/agents-core": "^0.0.0-dev-20250912195514"
47
+ "@inkeep/agents-core": "^0.0.0-dev-20250912202322"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@hono/vite-dev-server": "^0.20.1",