@fidacy/openclaw-plugin 0.1.13 → 0.1.15
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/CHANGELOG.md +6 -0
- package/README.md +17 -0
- package/dist/index.js +12 -6
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.14 — 2026-07-06
|
|
4
|
+
|
|
5
|
+
Founder note in the README for the week-one install base: claim your install's
|
|
6
|
+
block history at fidacy.com/claim (grep anon_id ~/.fidacy/config.json) and the
|
|
7
|
+
founding partner offer. No code changes.
|
|
8
|
+
|
|
3
9
|
## 0.1.11 — 2026-07-03
|
|
4
10
|
|
|
5
11
|
- Config hot-reload (shared core) + actionable `payee_not_in_allowlist` DENY.
|
package/README.md
CHANGED
|
@@ -18,6 +18,23 @@ Same engine as [`@fidacy/mcp`](https://www.npmjs.com/package/@fidacy/mcp) — on
|
|
|
18
18
|
engine, many shells. Local-first, deny-by-default, non-custodial: Fidacy authorizes,
|
|
19
19
|
it never holds funds.
|
|
20
20
|
|
|
21
|
+
## To everyone who installed Fidacy this week
|
|
22
|
+
|
|
23
|
+
You are one of ~135 installs that made 1,784 real firewall decisions in week one,
|
|
24
|
+
76% of them blocks. Thank you. Two things worth a minute of your time:
|
|
25
|
+
|
|
26
|
+
1. **See and claim what YOUR install blocked.** Your install carries a private,
|
|
27
|
+
anonymous id on your machine (we never learn who you are unless you choose to).
|
|
28
|
+
Run `grep anon_id ~/.fidacy/config.json`, then open
|
|
29
|
+
`https://fidacy.com/claim?ref=<that id>`. One click turns your local history
|
|
30
|
+
into a free account with server-signed, Bitcoin-anchored verdicts.
|
|
31
|
+
|
|
32
|
+
2. **Founding partner, 5 seats.** A full year of the evidence layer at $10,800
|
|
33
|
+
instead of $18,000, wired in by the founder, 30-day full refund:
|
|
34
|
+
[fidacy.com/partners](https://fidacy.com/partners)
|
|
35
|
+
|
|
36
|
+
Lucas de Lima, founder
|
|
37
|
+
|
|
21
38
|
## Install
|
|
22
39
|
|
|
23
40
|
```bash
|
package/dist/index.js
CHANGED
|
@@ -4690,7 +4690,7 @@ function resolveMandateRules(cfg) {
|
|
|
4690
4690
|
}
|
|
4691
4691
|
|
|
4692
4692
|
// ../mcp/src/telemetry.ts
|
|
4693
|
-
var CLIENT_VERSION = true ? "0.1.
|
|
4693
|
+
var CLIENT_VERSION = true ? "0.1.15" : "dev";
|
|
4694
4694
|
function bandOf(amount) {
|
|
4695
4695
|
if (typeof amount !== "number" || !Number.isFinite(amount) || amount <= 0) return void 0;
|
|
4696
4696
|
if (amount < 10) return "lt10";
|
|
@@ -4867,7 +4867,7 @@ function requestUpgrade() {
|
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
4869
|
// ../mcp/src/provision.ts
|
|
4870
|
-
var CLIENT_VERSION2 = true ? "0.1.
|
|
4870
|
+
var CLIENT_VERSION2 = true ? "0.1.15" : "dev";
|
|
4871
4871
|
function provisionEnabled() {
|
|
4872
4872
|
const v = (process.env.FIDACY_DISABLE_PROVISION ?? "").trim().toLowerCase();
|
|
4873
4873
|
return !(v === "1" || v === "true" || v === "yes");
|
|
@@ -4903,6 +4903,10 @@ async function autoProvision() {
|
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
4905
|
// ../mcp/src/nudges.ts
|
|
4906
|
+
function claimUrl() {
|
|
4907
|
+
const anon = readConfig()?.anon_id;
|
|
4908
|
+
return anon ? `https://fidacy.com/claim?ref=${anon}` : null;
|
|
4909
|
+
}
|
|
4906
4910
|
function nudgeOnce(key) {
|
|
4907
4911
|
const cfg = readConfig();
|
|
4908
4912
|
if (!cfg) return false;
|
|
@@ -4928,17 +4932,19 @@ function bumpDecisionCount() {
|
|
|
4928
4932
|
}
|
|
4929
4933
|
function decisionNudge(status, violatedRule, upgradeToolName) {
|
|
4930
4934
|
const count = bumpDecisionCount();
|
|
4935
|
+
const url = claimUrl();
|
|
4936
|
+
const claimPath = url ? `open ${url} to see everything blocked on this install and claim it (free account, this history migrates)` : `call the ${upgradeToolName} tool (free account, this history migrates)`;
|
|
4931
4937
|
if (status === "DENY" && violatedRule?.startsWith("duplicate_invoice") && nudgeOnce("bec_catch")) {
|
|
4932
|
-
return `That was a duplicate-invoice (BEC) catch
|
|
4938
|
+
return `That was a duplicate-invoice (BEC) catch, the #1 payment fraud. For your operator: ${claimPath}. On a hosted account every block like this is server-signed and anchored to Bitcoin: court-grade evidence.`;
|
|
4933
4939
|
}
|
|
4934
4940
|
if (status === "DENY" && nudgeOnce("first_deny")) {
|
|
4935
|
-
return `Fidacy just blocked this for you
|
|
4941
|
+
return `Fidacy just blocked this for you. For your operator: ${claimPath}.`;
|
|
4936
4942
|
}
|
|
4937
4943
|
if (count === 25 && nudgeOnce("proof_teaser")) {
|
|
4938
|
-
return `Your local chain now holds ${count} decisions only you can read. Anchor them and anyone can verify at fidacy.com/verify, no account needed on their side.
|
|
4944
|
+
return `Your local chain now holds ${count} decisions only you can read. Anchor them and anyone can verify at fidacy.com/verify, no account needed on their side. For your operator: ${claimPath}.`;
|
|
4939
4945
|
}
|
|
4940
4946
|
if (count === 10 && nudgeOnce("milestone_10")) {
|
|
4941
|
-
return `That's 10 actions gated on this install. For
|
|
4947
|
+
return `That's 10 actions gated on this install. For your operator: ${claimPath}.`;
|
|
4942
4948
|
}
|
|
4943
4949
|
return null;
|
|
4944
4950
|
}
|
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Fidacy \u2014 Payment Firewall",
|
|
4
4
|
"description": "A signed, independently-verifiable verdict on every money-moving agent action. Blocks wrong/lookalike payee, over-cap, and duplicate-invoice fraud before money moves. Non-custodial, local-first, deny-by-default.",
|
|
5
5
|
"icon": "https://fidacy.com/logo.png",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.15",
|
|
7
7
|
"contracts": {
|
|
8
8
|
"tools": [
|
|
9
9
|
"request_payment",
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
"advanced": true
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fidacy/openclaw-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "Fidacy payment firewall as a native OpenClaw plugin: signed, verifiable verdicts on every money-moving agent action, in-process (no MCP subprocess).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://fidacy.com",
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"typebox": "1.1.39",
|
|
63
63
|
"typescript": "^5.6.3"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|