@bike4mind/cli 0.2.34-feat-context-telemetry.19984 → 0.2.34-feat-context-telemetry.19986
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/{artifactExtractor-LNE5VEF5.js → artifactExtractor-ERV3BLET.js} +1 -1
- package/dist/{chunk-LKHNIJYI.js → chunk-APHFXFKK.js} +2 -2
- package/dist/{chunk-5CENEKMW.js → chunk-T46DN7ML.js} +2 -2
- package/dist/{chunk-AZNAKGNP.js → chunk-TE3F4PW5.js} +2 -2
- package/dist/{chunk-LK7B2BZ7.js → chunk-WMQGTG6Z.js} +1 -1
- package/dist/{chunk-XWP3F3AS.js → chunk-WVGVSSJ3.js} +6 -6
- package/dist/{chunk-3J6QQLJM.js → chunk-YNDN6BQH.js} +4 -13
- package/dist/{chunk-54CFFPMZ.js → chunk-ZABVN4MU.js} +1 -1
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/mcpCommand.js +2 -2
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-YJCDI2JP.js → create-LRESX7HY.js} +3 -3
- package/dist/index.js +7 -7
- package/dist/{llmMarkdownGenerator-CWW2JUCH.js → llmMarkdownGenerator-6R6WVCEX.js} +1 -1
- package/dist/{markdownGenerator-YL5LT4OT.js → markdownGenerator-TKB6ZTNJ.js} +1 -1
- package/dist/{mementoService-MW7H7ON5.js → mementoService-UDIELXWH.js} +3 -3
- package/dist/{src-WUEOVSGE.js → src-6F4XSSXQ.js} +1 -1
- package/dist/{src-H5KWGJ2K.js → src-MUSHVXPO.js} +2 -2
- package/dist/{subtractCredits-ZV23HW5W.js → subtractCredits-Z6DWT2OY.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YNDN6BQH.js";
|
|
5
5
|
|
|
6
6
|
// ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
|
|
7
7
|
var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-WMQGTG6Z.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-YNDN6BQH.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-WMQGTG6Z.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-YNDN6BQH.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-WMQGTG6Z.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
ToolUsageTransaction,
|
|
14
14
|
TransferCreditTransaction,
|
|
15
15
|
VideoGenerationUsageTransaction
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-YNDN6BQH.js";
|
|
17
17
|
|
|
18
18
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
19
19
|
import { z } from "zod";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@bike4mind/cli",
|
|
6
|
-
version: "0.2.34-feat-context-telemetry.
|
|
6
|
+
version: "0.2.34-feat-context-telemetry.19986+3a9749b7b",
|
|
7
7
|
type: "module",
|
|
8
8
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
9
9
|
license: "UNLICENSED",
|
|
@@ -114,10 +114,10 @@ var package_default = {
|
|
|
114
114
|
},
|
|
115
115
|
devDependencies: {
|
|
116
116
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.55.1-feat-context-telemetry.
|
|
118
|
-
"@bike4mind/mcp": "1.32.3-feat-context-telemetry.
|
|
119
|
-
"@bike4mind/services": "2.52.1-feat-context-telemetry.
|
|
120
|
-
"@bike4mind/utils": "2.9.1-feat-context-telemetry.
|
|
117
|
+
"@bike4mind/common": "2.55.1-feat-context-telemetry.19986+3a9749b7b",
|
|
118
|
+
"@bike4mind/mcp": "1.32.3-feat-context-telemetry.19986+3a9749b7b",
|
|
119
|
+
"@bike4mind/services": "2.52.1-feat-context-telemetry.19986+3a9749b7b",
|
|
120
|
+
"@bike4mind/utils": "2.9.1-feat-context-telemetry.19986+3a9749b7b",
|
|
121
121
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
122
|
"@types/diff": "^5.0.9",
|
|
123
123
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -138,7 +138,7 @@ var package_default = {
|
|
|
138
138
|
optionalDependencies: {
|
|
139
139
|
"@vscode/ripgrep": "^1.17.0"
|
|
140
140
|
},
|
|
141
|
-
gitHead: "
|
|
141
|
+
gitHead: "3a9749b7bf30584cf8f8d218962eacb4701d7109"
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
// src/utils/updateChecker.ts
|
|
@@ -3253,17 +3253,9 @@ var API_SERVICE_GROUPS = {
|
|
|
3253
3253
|
{ key: "EnableHistoricalFeatures", order: 2 },
|
|
3254
3254
|
{ key: "EnableAstronomyFeatures", order: 3 }
|
|
3255
3255
|
]
|
|
3256
|
-
},
|
|
3257
|
-
CONTEXT_TELEMETRY: {
|
|
3258
|
-
id: "contextTelemetryService",
|
|
3259
|
-
name: "Context Telemetry",
|
|
3260
|
-
description: "Privacy-first telemetry for LLM debugging and monitoring",
|
|
3261
|
-
icon: "Analytics",
|
|
3262
|
-
settings: [
|
|
3263
|
-
{ key: "EnableContextTelemetry", order: 1 },
|
|
3264
|
-
{ key: "contextTelemetryAlerts", order: 2 }
|
|
3265
|
-
]
|
|
3266
3256
|
}
|
|
3257
|
+
// Note: CONTEXT_TELEMETRY settings are managed in the Context Inspector tab (Admin UI)
|
|
3258
|
+
// to keep all telemetry controls in one place
|
|
3267
3259
|
};
|
|
3268
3260
|
var settingsMap = {
|
|
3269
3261
|
DefaultAPIModel: makeStringSetting({
|
|
@@ -4390,13 +4382,13 @@ var settingsMap = {
|
|
|
4390
4382
|
order: 18
|
|
4391
4383
|
}),
|
|
4392
4384
|
// Context Telemetry Settings
|
|
4385
|
+
// Note: These settings are managed in the Context Inspector tab (Admin UI)
|
|
4393
4386
|
EnableContextTelemetry: makeBooleanSetting({
|
|
4394
4387
|
key: "EnableContextTelemetry",
|
|
4395
4388
|
name: "Enable Context Telemetry",
|
|
4396
4389
|
defaultValue: false,
|
|
4397
|
-
description: "Enable privacy-first telemetry for LLM completions. Captures operational metadata for debugging without storing content or user identity.
|
|
4390
|
+
description: "Enable privacy-first telemetry for LLM completions. Captures operational metadata for debugging without storing content or user identity.",
|
|
4398
4391
|
category: "Admin",
|
|
4399
|
-
group: API_SERVICE_GROUPS.CONTEXT_TELEMETRY.id,
|
|
4400
4392
|
order: 120
|
|
4401
4393
|
}),
|
|
4402
4394
|
contextTelemetryAlerts: makeObjectSetting({
|
|
@@ -4412,7 +4404,6 @@ var settingsMap = {
|
|
|
4412
4404
|
},
|
|
4413
4405
|
description: "Configure Slack alerts for context telemetry anomalies. Set thresholds for warnings and critical alerts.",
|
|
4414
4406
|
category: "Admin",
|
|
4415
|
-
group: API_SERVICE_GROUPS.CONTEXT_TELEMETRY.id,
|
|
4416
4407
|
order: 121,
|
|
4417
4408
|
schema: ContextTelemetryAlertsSchema
|
|
4418
4409
|
})
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
createFabFile,
|
|
4
4
|
createFabFileSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-T46DN7ML.js";
|
|
6
|
+
import "./chunk-WMQGTG6Z.js";
|
|
7
|
+
import "./chunk-YNDN6BQH.js";
|
|
8
8
|
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
package/dist/index.js
CHANGED
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getOpenWeatherKey,
|
|
5
5
|
getSerperKey,
|
|
6
6
|
getWolframAlphaKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-APHFXFKK.js";
|
|
8
8
|
import "./chunk-GQGOWACU.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-TE3F4PW5.js";
|
|
10
|
+
import "./chunk-T46DN7ML.js";
|
|
11
11
|
import {
|
|
12
12
|
BFLImageService,
|
|
13
13
|
BaseStorage,
|
|
@@ -19,17 +19,17 @@ import {
|
|
|
19
19
|
OpenAIBackend,
|
|
20
20
|
OpenAIImageService,
|
|
21
21
|
XAIImageService
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-WMQGTG6Z.js";
|
|
23
23
|
import "./chunk-BPFEGDC7.js";
|
|
24
24
|
import "./chunk-BDQBOLYG.js";
|
|
25
25
|
import {
|
|
26
26
|
ConfigStore,
|
|
27
27
|
logger
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-ZABVN4MU.js";
|
|
29
29
|
import {
|
|
30
30
|
checkForUpdate,
|
|
31
31
|
package_default
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-WVGVSSJ3.js";
|
|
33
33
|
import {
|
|
34
34
|
selectActiveBackgroundAgents,
|
|
35
35
|
useCliStore
|
|
@@ -91,7 +91,7 @@ import {
|
|
|
91
91
|
getMcpProviderMetadata,
|
|
92
92
|
getViewById,
|
|
93
93
|
resolveNavigationIntents
|
|
94
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-YNDN6BQH.js";
|
|
95
95
|
import "./chunk-4BIBE3J7.js";
|
|
96
96
|
import {
|
|
97
97
|
Logger
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-APHFXFKK.js";
|
|
6
|
+
import "./chunk-WMQGTG6Z.js";
|
|
7
|
+
import "./chunk-YNDN6BQH.js";
|
|
8
8
|
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -139,12 +139,12 @@ import {
|
|
|
139
139
|
validateUrlForFetch,
|
|
140
140
|
warmUpSettingsCache,
|
|
141
141
|
withRetry
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-WMQGTG6Z.js";
|
|
143
143
|
import {
|
|
144
144
|
buildRateLimitLogEntry,
|
|
145
145
|
isNearLimit,
|
|
146
146
|
parseRateLimitHeaders
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-YNDN6BQH.js";
|
|
148
148
|
import {
|
|
149
149
|
Logger,
|
|
150
150
|
NotificationDeduplicator,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-TE3F4PW5.js";
|
|
6
|
+
import "./chunk-WMQGTG6Z.js";
|
|
7
|
+
import "./chunk-YNDN6BQH.js";
|
|
8
8
|
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.34-feat-context-telemetry.
|
|
3
|
+
"version": "0.2.34-feat-context-telemetry.19986+3a9749b7b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.55.1-feat-context-telemetry.
|
|
115
|
-
"@bike4mind/mcp": "1.32.3-feat-context-telemetry.
|
|
116
|
-
"@bike4mind/services": "2.52.1-feat-context-telemetry.
|
|
117
|
-
"@bike4mind/utils": "2.9.1-feat-context-telemetry.
|
|
114
|
+
"@bike4mind/common": "2.55.1-feat-context-telemetry.19986+3a9749b7b",
|
|
115
|
+
"@bike4mind/mcp": "1.32.3-feat-context-telemetry.19986+3a9749b7b",
|
|
116
|
+
"@bike4mind/services": "2.52.1-feat-context-telemetry.19986+3a9749b7b",
|
|
117
|
+
"@bike4mind/utils": "2.9.1-feat-context-telemetry.19986+3a9749b7b",
|
|
118
118
|
"@types/better-sqlite3": "^7.6.13",
|
|
119
119
|
"@types/diff": "^5.0.9",
|
|
120
120
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"optionalDependencies": {
|
|
136
136
|
"@vscode/ripgrep": "^1.17.0"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "3a9749b7bf30584cf8f8d218962eacb4701d7109"
|
|
139
139
|
}
|