@mapick/cost-firewall 0.2.16 → 0.2.17
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/README.md +2 -2
- package/dist/index.js +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Catch retry loops, token storms, and surprise AI bills before they become screen
|
|
|
21
21
|
[](./LICENSE)
|
|
22
22
|
[](#development)
|
|
23
23
|
[](#try-it)
|
|
24
|
-
[](#verified-on-real-openclaw)
|
|
25
25
|
|
|
26
26
|
<br />
|
|
27
27
|
|
|
@@ -54,7 +54,7 @@ One command. Every AI call paused. Breathe first, debug second.
|
|
|
54
54
|
Verified on a real OpenClaw instance with `v0.2.9`.
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
|
-
curl -fsSL https://raw.githubusercontent.com/mapick-ai/cost-firewall/v0.2.
|
|
57
|
+
curl -fsSL https://raw.githubusercontent.com/mapick-ai/cost-firewall/v0.2.17/install.sh | bash
|
|
58
58
|
openclaw firewall status
|
|
59
59
|
```
|
|
60
60
|
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { detectConfigRisks } from "./config-warn.js";
|
|
|
13
13
|
export default {
|
|
14
14
|
id: PLUGIN_ID,
|
|
15
15
|
name: PLUGIN_NAME,
|
|
16
|
-
version: "0.2.
|
|
16
|
+
version: "0.2.17",
|
|
17
17
|
register(api) {
|
|
18
18
|
const config = api.config?.plugins?.entries?.[PLUGIN_ID]?.config ?? {};
|
|
19
19
|
const state = new FirewallState(config);
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapick/cost-firewall",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "AI Call Firewall — real-time monitoring, budget control, automatic circuit breaker for LLM agents (Claude Code, Aider, OpenClaw, Cursor)",
|
|
6
6
|
"keywords": [
|