@aiden-ade/sandbox-agent 0.1.75 → 0.1.76

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.cjs +7 -2
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -15231,7 +15231,7 @@ function describeError(error61) {
15231
15231
  }
15232
15232
 
15233
15233
  // src/version.ts
15234
- var AGENT_VERSION = "0.1.75";
15234
+ var AGENT_VERSION = "0.1.76";
15235
15235
 
15236
15236
  // src/daemon-worktree.ts
15237
15237
  var import_node_child_process3 = require("child_process");
@@ -38415,7 +38415,12 @@ function findManagedAlanServer(servers) {
38415
38415
  }
38416
38416
  return null;
38417
38417
  }
38418
- var RETIRED_SESSION_HEADER_NAMES = ["x-conversation-id", "x-team-id", "x-allowed-tools"];
38418
+ var RETIRED_SESSION_HEADER_NAMES = [
38419
+ "x-conversation-id",
38420
+ "x-team-id",
38421
+ "x-allowed-tools",
38422
+ "authorization"
38423
+ ];
38419
38424
  function buildSessionHeaders(input2) {
38420
38425
  const headers = {};
38421
38426
  for (const [key, value2] of Object.entries(input2.runHeaders)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiden-ade/sandbox-agent",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "type": "module",
5
5
  "description": "Alan agent runtime — cloud sandbox and local daemon (alan-agent CLI)",
6
6
  "bin": {
@@ -25,8 +25,8 @@
25
25
  "tsup": "^8.5.1",
26
26
  "tsx": "^4.19.0",
27
27
  "typescript": "~5.9.3",
28
- "@alan-ai/shared": "0.1.0",
29
- "@alan-ai/agent-core": "0.1.0"
28
+ "@alan-ai/agent-core": "0.1.0",
29
+ "@alan-ai/shared": "0.1.0"
30
30
  },
31
31
  "deprecated": "Use @alan-ai-hq/agent-manager instead.",
32
32
  "scripts": {