@alan-ai-hq/agent-manager 0.1.112 → 0.1.113

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 +2 -1
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -15547,7 +15547,7 @@ function describeError(error61) {
15547
15547
  }
15548
15548
 
15549
15549
  // src/version.ts
15550
- var AGENT_VERSION = "0.1.112";
15550
+ var AGENT_VERSION = "0.1.113";
15551
15551
 
15552
15552
  // src/daemon-workspace.ts
15553
15553
  var import_node_child_process3 = require("child_process");
@@ -37969,6 +37969,7 @@ function mapProviderApiError(errorCode2, apiStatus) {
37969
37969
  return "model_mismatch";
37970
37970
  }
37971
37971
  if (code.includes("authentication") || code.includes("permission_error")) return "auth_invalid";
37972
+ if (code.includes("quota_exceeded")) return "quota_exceeded";
37972
37973
  if (code.includes("rate_limit") || code.includes("resource_exhausted")) {
37973
37974
  return "rate_limited";
37974
37975
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alan-ai-hq/agent-manager",
3
- "version": "0.1.112",
3
+ "version": "0.1.113",
4
4
  "type": "module",
5
5
  "description": "Alan agent runtime — cloud sandbox and local daemon (alan-agent CLI)",
6
6
  "bin": {
@@ -27,8 +27,8 @@
27
27
  "tsx": "^4.19.0",
28
28
  "typescript": "~5.9.3",
29
29
  "@alan-ai/agent-core": "0.1.0",
30
- "@alan-ai/shared": "0.1.0",
31
- "@alan-ai/sandbox-runtime-spec": "0.1.0"
30
+ "@alan-ai/sandbox-runtime-spec": "0.1.0",
31
+ "@alan-ai/shared": "0.1.0"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsup",