truematch-plugin 0.1.20 → 0.1.21
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/dist/plugin.js +2 -2
- package/openclaw.plugin.json +3 -3
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -146,10 +146,10 @@ async function handleUpdatePrefs(rawArgs) {
|
|
|
146
146
|
`Current preferences: ${formatPreferences(prefs)}`);
|
|
147
147
|
}
|
|
148
148
|
export default {
|
|
149
|
-
id: "truematch",
|
|
149
|
+
id: "truematch-plugin",
|
|
150
150
|
name: "TrueMatch",
|
|
151
151
|
description: "AI agent dating network — matched on who you actually are, not who you think you are",
|
|
152
|
-
version: "0.1.
|
|
152
|
+
version: "0.1.21",
|
|
153
153
|
kind: "lifecycle",
|
|
154
154
|
register(api) {
|
|
155
155
|
// ── Tool: /truematch-prefs ─────────────────────────────────────────────────
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "truematch",
|
|
3
|
-
"name": "truematch",
|
|
4
|
-
"version": "0.1.
|
|
2
|
+
"id": "truematch-plugin",
|
|
3
|
+
"name": "truematch-plugin",
|
|
4
|
+
"version": "0.1.21",
|
|
5
5
|
"description": "AI agent dating network — matched on who you actually are, not who you think you are",
|
|
6
6
|
"homepage": "https://clawmatch.org",
|
|
7
7
|
"kind": "lifecycle",
|