aquaman-plugin 0.9.0 → 0.9.1

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 (3) hide show
  1. package/README.md +1 -0
  2. package/index.ts +2 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -25,6 +25,7 @@ Agent / OpenClaw Gateway Aquaman Proxy
25
25
  │ (hash-chained log)
26
26
 
27
27
  api.anthropic.com
28
+ api.mistral.ai
28
29
  api.telegram.org
29
30
  slack.com/api ...
30
31
  ```
package/index.ts CHANGED
@@ -67,6 +67,8 @@ const FALLBACK_HOST_MAP = new Map<string, string>([
67
67
  ['api.github.com', 'github'],
68
68
  ['api.x.ai', 'xai'],
69
69
  ['gateway.ai.cloudflare.com', 'cloudflare-ai'],
70
+ ['api.mistral.ai', 'mistral'],
71
+ ['api-inference.huggingface.co', 'huggingface'],
70
72
  ['slack.com', 'slack'],
71
73
  ['*.slack.com', 'slack'],
72
74
  ['discord.com', 'discord'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aquaman-plugin",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Credential isolation plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "openclaw": ">=2026.1.0",
30
- "aquaman-proxy": "0.9.0"
30
+ "aquaman-proxy": "0.9.1"
31
31
  },
32
32
  "peerDependenciesMeta": {
33
33
  "aquaman-proxy": {