@digitalforgestudios/openclaw-sulcus 1.4.3 → 1.4.5
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/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -245,7 +245,7 @@ class ClientSiu {
|
|
|
245
245
|
if (!this.serverUrl || !this.apiKey) return null;
|
|
246
246
|
try {
|
|
247
247
|
const res = await globalThis.fetch(
|
|
248
|
-
`${this.serverUrl}/api/v1/agent/siu
|
|
248
|
+
`${this.serverUrl}/api/v1/agent/siu-model`,
|
|
249
249
|
{ headers: { "Authorization": `Bearer ${this.apiKey}` } }
|
|
250
250
|
);
|
|
251
251
|
if (res.ok) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalforgestudios/openclaw-sulcus",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"description": "Sulcus memory plugin for OpenClaw \u2014 thermodynamic memory with heat-based decay, reactive triggers, and cross-agent sync.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openclaw",
|