@wipcomputer/wip-ldm-os 0.4.65 → 0.4.66

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/SKILL.md CHANGED
@@ -9,7 +9,7 @@ license: MIT
9
9
  compatibility: Requires git, npm, node. Node.js 18+.
10
10
  metadata:
11
11
  display-name: "LDM OS"
12
- version: "0.4.65"
12
+ version: "0.4.66"
13
13
  homepage: "https://github.com/wipcomputer/wip-ldm-os"
14
14
  author: "Parker Todd Brooks"
15
15
  category: infrastructure
@@ -104,11 +104,11 @@ async function sendMessage(openclawDir, message, options) {
104
104
  headers: {
105
105
  Authorization: `Bearer ${token}`,
106
106
  "Content-Type": "application/json",
107
- "x-openclaw-scopes": "operator.read,operator.write"
107
+ "x-openclaw-scopes": "operator.read,operator.write",
108
+ "x-openclaw-session-key": `agent:${agentId}:main`
108
109
  },
109
110
  body: JSON.stringify({
110
111
  model: `openclaw/${agentId}`,
111
- user: "main",
112
112
  messages: [
113
113
  {
114
114
  role: "user",
@@ -8,7 +8,7 @@ import {
8
8
  searchConversations,
9
9
  searchWorkspace,
10
10
  sendMessage
11
- } from "./chunk-XVIE3HLZ.js";
11
+ } from "./chunk-5EOEBBUV.js";
12
12
 
13
13
  // cli.ts
14
14
  import { existsSync, statSync } from "fs";
@@ -17,7 +17,7 @@ import {
17
17
  searchConversations,
18
18
  searchWorkspace,
19
19
  sendMessage
20
- } from "./chunk-XVIE3HLZ.js";
20
+ } from "./chunk-5EOEBBUV.js";
21
21
  export {
22
22
  LDM_ROOT,
23
23
  blobToEmbedding,
@@ -9,7 +9,7 @@ import {
9
9
  searchConversations,
10
10
  searchWorkspace,
11
11
  sendMessage
12
- } from "./chunk-XVIE3HLZ.js";
12
+ } from "./chunk-5EOEBBUV.js";
13
13
 
14
14
  // mcp-server.ts
15
15
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ldm-os",
3
- "version": "0.4.65",
3
+ "version": "0.4.66",
4
4
  "type": "module",
5
5
  "description": "LDM OS: identity, memory, and sovereignty infrastructure for AI agents",
6
6
  "engines": {
@@ -197,10 +197,10 @@ export async function sendMessage(
197
197
  Authorization: `Bearer ${token}`,
198
198
  "Content-Type": "application/json",
199
199
  "x-openclaw-scopes": "operator.read,operator.write",
200
+ "x-openclaw-session-key": `agent:${agentId}:main`,
200
201
  },
201
202
  body: JSON.stringify({
202
203
  model: `openclaw/${agentId}`,
203
- user: "main",
204
204
  messages: [
205
205
  {
206
206
  role: "user",