@remnic/cli 9.69.41 → 9.69.42
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/index.js +18 -0
- package/package.json +32 -32
package/dist/index.js
CHANGED
|
@@ -5050,6 +5050,9 @@ async function drainOfflineSyncImpressions(memoryDir, rotation) {
|
|
|
5050
5050
|
);
|
|
5051
5051
|
}
|
|
5052
5052
|
|
|
5053
|
+
// src/index.ts
|
|
5054
|
+
import { briefingLocationSection, locationTaggingEnabled } from "@remnic/core/location";
|
|
5055
|
+
|
|
5053
5056
|
// src/bench-build-freshness.ts
|
|
5054
5057
|
import {
|
|
5055
5058
|
existsSync as existsSync2,
|
|
@@ -13223,6 +13226,7 @@ async function cmdBriefing(rest) {
|
|
|
13223
13226
|
const sinceFlag = resolveFlag(rest, "--since");
|
|
13224
13227
|
const focusFlag = resolveFlag(rest, "--focus");
|
|
13225
13228
|
const formatFlag = resolveFlag(rest, "--format");
|
|
13229
|
+
const includeLocation = rest.includes("--include-location");
|
|
13226
13230
|
const save = rest.includes("--save") || config.briefing.saveByDefault;
|
|
13227
13231
|
if (hasFlag(rest, "--since") && sinceFlag === void 0) {
|
|
13228
13232
|
console.error("Missing value for --since. Accepted: yesterday, today, NNh, NNd, NNw.");
|
|
@@ -13288,6 +13292,20 @@ async function cmdBriefing(rest) {
|
|
|
13288
13292
|
// service so CLI and server briefings behave identically.
|
|
13289
13293
|
followupGenerator: config.openaiApiKey ? void 0 : orchestrator.briefingChainFollowupGenerator
|
|
13290
13294
|
});
|
|
13295
|
+
if (includeLocation && locationTaggingEnabled(config.location)) {
|
|
13296
|
+
const section = await briefingLocationSection(
|
|
13297
|
+
storage.dir,
|
|
13298
|
+
window.from.toISOString(),
|
|
13299
|
+
config.location
|
|
13300
|
+
);
|
|
13301
|
+
if (section) {
|
|
13302
|
+
result.markdown += `
|
|
13303
|
+
|
|
13304
|
+
${section}
|
|
13305
|
+
`;
|
|
13306
|
+
result.json = { ...result.json, locationContext: section };
|
|
13307
|
+
}
|
|
13308
|
+
}
|
|
13291
13309
|
const payload = format === "json" ? JSON.stringify(result.json, null, 2) : result.markdown;
|
|
13292
13310
|
console.log(payload);
|
|
13293
13311
|
if (save) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/cli",
|
|
3
|
-
"version": "9.69.
|
|
3
|
+
"version": "9.69.42",
|
|
4
4
|
"description": "CLI for Remnic memory — init, query, doctor, daemon management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,26 +26,26 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"yaml": "^2.4.2",
|
|
29
|
-
"@remnic/
|
|
30
|
-
"@remnic/server": "^9.69.
|
|
31
|
-
"@remnic/
|
|
29
|
+
"@remnic/core": "^9.69.42",
|
|
30
|
+
"@remnic/server": "^9.69.42",
|
|
31
|
+
"@remnic/plugin-pi": "^9.69.42"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@remnic/bench": "^9.69.
|
|
35
|
-
"@remnic/plugin-openclaw": "^9.69.
|
|
36
|
-
"@remnic/export-weclone": "^9.69.
|
|
37
|
-
"@remnic/import-weclone": "^9.69.
|
|
38
|
-
"@remnic/import-chatgpt": "^9.69.
|
|
39
|
-
"@remnic/import-claude": "^9.69.
|
|
40
|
-
"@remnic/import-gemini": "^9.69.
|
|
41
|
-
"@remnic/import-lossless-claw": "^9.69.
|
|
42
|
-
"@remnic/import-mem0": "^9.69.
|
|
43
|
-
"@remnic/import-supermemory": "^9.69.
|
|
44
|
-
"@remnic/import-okf": "^9.69.
|
|
45
|
-
"@remnic/connector-limitless": "^9.69.
|
|
46
|
-
"@remnic/connector-bee": "^9.69.
|
|
47
|
-
"@remnic/connector-omi": "^9.69.
|
|
48
|
-
"@remnic/capture-audio": "^9.69.
|
|
34
|
+
"@remnic/bench": "^9.69.42",
|
|
35
|
+
"@remnic/plugin-openclaw": "^9.69.42",
|
|
36
|
+
"@remnic/export-weclone": "^9.69.42",
|
|
37
|
+
"@remnic/import-weclone": "^9.69.42",
|
|
38
|
+
"@remnic/import-chatgpt": "^9.69.42",
|
|
39
|
+
"@remnic/import-claude": "^9.69.42",
|
|
40
|
+
"@remnic/import-gemini": "^9.69.42",
|
|
41
|
+
"@remnic/import-lossless-claw": "^9.69.42",
|
|
42
|
+
"@remnic/import-mem0": "^9.69.42",
|
|
43
|
+
"@remnic/import-supermemory": "^9.69.42",
|
|
44
|
+
"@remnic/import-okf": "^9.69.42",
|
|
45
|
+
"@remnic/connector-limitless": "^9.69.42",
|
|
46
|
+
"@remnic/connector-bee": "^9.69.42",
|
|
47
|
+
"@remnic/connector-omi": "^9.69.42",
|
|
48
|
+
"@remnic/capture-audio": "^9.69.42"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@remnic/bench": {
|
|
@@ -97,19 +97,19 @@
|
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"tsup": "^8.5.1",
|
|
99
99
|
"typescript": "^5.9.3",
|
|
100
|
-
"@remnic/plugin-openclaw": "9.69.
|
|
101
|
-
"@remnic/bench": "9.69.
|
|
102
|
-
"@remnic/
|
|
103
|
-
"@remnic/
|
|
104
|
-
"@remnic/import-
|
|
105
|
-
"@remnic/import-claude": "9.69.
|
|
106
|
-
"@remnic/import-
|
|
107
|
-
"@remnic/import-
|
|
108
|
-
"@remnic/import-
|
|
109
|
-
"@remnic/
|
|
110
|
-
"@remnic/
|
|
111
|
-
"@remnic/connector-
|
|
112
|
-
"@remnic/connector-
|
|
100
|
+
"@remnic/plugin-openclaw": "9.69.42",
|
|
101
|
+
"@remnic/bench": "9.69.42",
|
|
102
|
+
"@remnic/import-weclone": "9.69.42",
|
|
103
|
+
"@remnic/export-weclone": "9.69.42",
|
|
104
|
+
"@remnic/import-chatgpt": "9.69.42",
|
|
105
|
+
"@remnic/import-claude": "9.69.42",
|
|
106
|
+
"@remnic/import-lossless-claw": "9.69.42",
|
|
107
|
+
"@remnic/import-mem0": "9.69.42",
|
|
108
|
+
"@remnic/import-supermemory": "9.69.42",
|
|
109
|
+
"@remnic/import-gemini": "9.69.42",
|
|
110
|
+
"@remnic/connector-bee": "9.69.42",
|
|
111
|
+
"@remnic/connector-omi": "9.69.42",
|
|
112
|
+
"@remnic/connector-limitless": "9.69.42"
|
|
113
113
|
},
|
|
114
114
|
"license": "MIT",
|
|
115
115
|
"repository": {
|