@remnic/core 9.6.8 → 9.6.10
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/access-cli.js +2 -2
- package/dist/access-http.js +1 -1
- package/dist/{chunk-KD6PBCXP.js → chunk-HR4NACR7.js} +12 -2
- package/dist/{chunk-KD6PBCXP.js.map → chunk-HR4NACR7.js.map} +1 -1
- package/dist/{chunk-I7PEZK2A.js → chunk-JCEFF346.js} +2 -2
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/orchestrator.js +2 -2
- package/package.json +2 -2
- package/src/chat/chat-http.ts +17 -5
- /package/dist/{chunk-I7PEZK2A.js.map → chunk-JCEFF346.js.map} +0 -0
|
@@ -213,7 +213,7 @@ import {
|
|
|
213
213
|
} from "./chunk-OADWQ5CR.js";
|
|
214
214
|
import {
|
|
215
215
|
EngramAccessHttpServer
|
|
216
|
-
} from "./chunk-
|
|
216
|
+
} from "./chunk-HR4NACR7.js";
|
|
217
217
|
import {
|
|
218
218
|
WearablesInputError
|
|
219
219
|
} from "./chunk-V7IZKJI3.js";
|
|
@@ -7608,4 +7608,4 @@ export {
|
|
|
7608
7608
|
listMemoryMarkdownFilePaths,
|
|
7609
7609
|
registerCli
|
|
7610
7610
|
};
|
|
7611
|
-
//# sourceMappingURL=chunk-
|
|
7611
|
+
//# sourceMappingURL=chunk-JCEFF346.js.map
|
package/dist/cli.js
CHANGED
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
runWorkProductStatusCliCommand,
|
|
91
91
|
runWorkProjectCliCommand,
|
|
92
92
|
runWorkTaskCliCommand
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-JCEFF346.js";
|
|
94
94
|
import "./chunk-MMACM5G2.js";
|
|
95
95
|
import "./chunk-54BGIBCR.js";
|
|
96
96
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -168,7 +168,7 @@ import "./chunk-G6NKALRN.js";
|
|
|
168
168
|
import "./chunk-OO42R444.js";
|
|
169
169
|
import "./chunk-K6MV3TRQ.js";
|
|
170
170
|
import "./chunk-OADWQ5CR.js";
|
|
171
|
-
import "./chunk-
|
|
171
|
+
import "./chunk-HR4NACR7.js";
|
|
172
172
|
import "./chunk-V7IZKJI3.js";
|
|
173
173
|
import "./chunk-SEDEKFYQ.js";
|
|
174
174
|
import "./chunk-RKNJBZ55.js";
|
package/dist/index.js
CHANGED
|
@@ -347,7 +347,7 @@ import {
|
|
|
347
347
|
registerTrainingExportAdapter,
|
|
348
348
|
runBulkImportCliCommand,
|
|
349
349
|
runWearablesCliCommand
|
|
350
|
-
} from "./chunk-
|
|
350
|
+
} from "./chunk-JCEFF346.js";
|
|
351
351
|
import "./chunk-MMACM5G2.js";
|
|
352
352
|
import "./chunk-54BGIBCR.js";
|
|
353
353
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -549,7 +549,7 @@ import "./chunk-K6MV3TRQ.js";
|
|
|
549
549
|
import "./chunk-OADWQ5CR.js";
|
|
550
550
|
import {
|
|
551
551
|
EngramAccessHttpServer
|
|
552
|
-
} from "./chunk-
|
|
552
|
+
} from "./chunk-HR4NACR7.js";
|
|
553
553
|
import {
|
|
554
554
|
WearablesInputError,
|
|
555
555
|
describeErrorForOperator
|
package/dist/orchestrator.js
CHANGED
|
@@ -125,7 +125,7 @@ import "./chunk-Q6IP2ARR.js";
|
|
|
125
125
|
import "./chunk-6HEM6HTQ.js";
|
|
126
126
|
import "./chunk-O2EL7EGG.js";
|
|
127
127
|
import "./chunk-FVTLSFWU.js";
|
|
128
|
-
import "./chunk-
|
|
128
|
+
import "./chunk-JCEFF346.js";
|
|
129
129
|
import "./chunk-MMACM5G2.js";
|
|
130
130
|
import "./chunk-54BGIBCR.js";
|
|
131
131
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -216,7 +216,7 @@ import "./chunk-G6NKALRN.js";
|
|
|
216
216
|
import "./chunk-OO42R444.js";
|
|
217
217
|
import "./chunk-K6MV3TRQ.js";
|
|
218
218
|
import "./chunk-OADWQ5CR.js";
|
|
219
|
-
import "./chunk-
|
|
219
|
+
import "./chunk-HR4NACR7.js";
|
|
220
220
|
import "./chunk-V7IZKJI3.js";
|
|
221
221
|
import "./chunk-SEDEKFYQ.js";
|
|
222
222
|
import "./chunk-RKNJBZ55.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/core",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.10",
|
|
4
4
|
"description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -3000,7 +3000,7 @@
|
|
|
3000
3000
|
"core"
|
|
3001
3001
|
],
|
|
3002
3002
|
"peerDependencies": {
|
|
3003
|
-
"@remnic/coding-graph": "^9.6.
|
|
3003
|
+
"@remnic/coding-graph": "^9.6.10"
|
|
3004
3004
|
},
|
|
3005
3005
|
"peerDependenciesMeta": {
|
|
3006
3006
|
"@remnic/coding-graph": {
|
package/src/chat/chat-http.ts
CHANGED
|
@@ -201,11 +201,23 @@ export async function handleChatMessage(
|
|
|
201
201
|
return;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
//
|
|
205
|
-
//
|
|
206
|
-
const wireResult =
|
|
207
|
-
|
|
208
|
-
: result
|
|
204
|
+
// Build the public response field-by-field. Never serialize the engine
|
|
205
|
+
// result wholesale: an engine failure may carry internal error metadata.
|
|
206
|
+
const wireResult = {
|
|
207
|
+
reply: result.reply,
|
|
208
|
+
chatSessionId: result.chatSessionId,
|
|
209
|
+
...(result.pendingPlan
|
|
210
|
+
? {
|
|
211
|
+
pendingPlan: {
|
|
212
|
+
planId: result.pendingPlan.planId,
|
|
213
|
+
preview: result.pendingPlan.preview,
|
|
214
|
+
},
|
|
215
|
+
}
|
|
216
|
+
: {}),
|
|
217
|
+
...(result.skippedTools
|
|
218
|
+
? { skippedTools: result.skippedTools.filter((name): name is string => typeof name === "string") }
|
|
219
|
+
: {}),
|
|
220
|
+
};
|
|
209
221
|
respondJson(res, 200, wireResult);
|
|
210
222
|
}
|
|
211
223
|
|
|
File without changes
|