@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 CHANGED
@@ -21,7 +21,7 @@ Catch retry loops, token storms, and surprise AI bills before they become screen
21
21
  [![License](https://img.shields.io/github/license/mapick-ai/cost-firewall?color=16a34a)](./LICENSE)
22
22
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff)](#development)
23
23
  [![OpenClaw](https://img.shields.io/badge/OpenClaw-plugin-8B5CF6)](#try-it)
24
- [![Verified](https://img.shields.io/badge/real%20OpenClaw-v0.2.16%20verified-brightgreen)](#verified-on-real-openclaw)
24
+ [![Verified](https://img.shields.io/badge/real%20OpenClaw-v0.2.17%20verified-brightgreen)](#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.16/install.sh | bash
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",
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);
@@ -2,7 +2,7 @@
2
2
  "id": "mapick-firewall",
3
3
  "name": "Mapick Cost Firewall",
4
4
  "description": "AI call circuit breaker — block runaway requests, see who's burning money, one-click emergency stop.",
5
- "version": "0.2.16",
5
+ "version": "0.2.17",
6
6
  "providers": [
7
7
  "mapick"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapick/cost-firewall",
3
- "version": "0.2.16",
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": [