@bike4mind/cli 0.2.31-feat-wolfram-alpha-tool.19541 → 0.2.31-feat-python-playground.19625
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-C2IQKNSV.js → artifactExtractor-HSTGLMPL.js} +1 -1
- package/dist/{chunk-WZURXWHI.js → chunk-2PXPXXDN.js} +116 -7
- package/dist/{chunk-KTHRGR3M.js → chunk-EEGKRFVP.js} +43 -20
- package/dist/{chunk-RCVCDNU6.js → chunk-LAZAO77H.js} +2 -8
- package/dist/{chunk-WO3ITPAK.js → chunk-RTD3GUAP.js} +2 -2
- package/dist/{chunk-DRPTZ5JQ.js → chunk-S3S2FV2N.js} +6 -6
- package/dist/{chunk-MHXRROUI.js → chunk-ZHXVJFCI.js} +2 -2
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-3DD2VF24.js → create-ICV35GRO.js} +3 -3
- package/dist/index.js +1726 -352
- package/dist/{llmMarkdownGenerator-6F3NRN2U.js → llmMarkdownGenerator-6FOXI2T4.js} +1 -1
- package/dist/{markdownGenerator-I6SXLUQY.js → markdownGenerator-6RY7C5B7.js} +1 -1
- package/dist/{mementoService-IVERNAPK.js → mementoService-OHL67X43.js} +3 -3
- package/dist/{src-4LH7F47S.js → src-O2DE2WAD.js} +7 -1
- package/dist/{src-SSG6BPOK.js → src-ZR2BFWLN.js} +2 -2
- package/dist/{subtractCredits-OOGV44PO.js → subtractCredits-OPURYRNV.js} +3 -3
- package/package.json +6 -6
|
@@ -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-LAZAO77H.js";
|
|
6
|
+
import "./chunk-2PXPXXDN.js";
|
|
7
|
+
import "./chunk-EEGKRFVP.js";
|
|
8
8
|
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -228,6 +228,8 @@ import {
|
|
|
228
228
|
ProjectEvents,
|
|
229
229
|
PromptMetaZodSchema,
|
|
230
230
|
PurchaseTransaction,
|
|
231
|
+
PythonArtifactSchema,
|
|
232
|
+
PythonArtifactV2Schema,
|
|
231
233
|
QueryComplexity,
|
|
232
234
|
QueryFilters,
|
|
233
235
|
QueryPaginate,
|
|
@@ -442,12 +444,13 @@ import {
|
|
|
442
444
|
validateMermaidArtifactV2,
|
|
443
445
|
validatePassword,
|
|
444
446
|
validatePasswordServer,
|
|
447
|
+
validatePythonArtifactV2,
|
|
445
448
|
validateQuest,
|
|
446
449
|
validateQuestMasterArtifactV2,
|
|
447
450
|
validateReactArtifactV2,
|
|
448
451
|
validateSvgArtifactV2,
|
|
449
452
|
wikiMarkupToAdf
|
|
450
|
-
} from "./chunk-
|
|
453
|
+
} from "./chunk-EEGKRFVP.js";
|
|
451
454
|
export {
|
|
452
455
|
ALL_IMAGE_MODELS,
|
|
453
456
|
ALL_IMAGE_SIZES,
|
|
@@ -678,6 +681,8 @@ export {
|
|
|
678
681
|
ProjectEvents,
|
|
679
682
|
PromptMetaZodSchema,
|
|
680
683
|
PurchaseTransaction,
|
|
684
|
+
PythonArtifactSchema,
|
|
685
|
+
PythonArtifactV2Schema,
|
|
681
686
|
QueryComplexity,
|
|
682
687
|
QueryFilters,
|
|
683
688
|
QueryPaginate,
|
|
@@ -893,6 +898,7 @@ export {
|
|
|
893
898
|
validateMermaidArtifactV2,
|
|
894
899
|
validatePassword,
|
|
895
900
|
validatePasswordServer,
|
|
901
|
+
validatePythonArtifactV2,
|
|
896
902
|
validateQuest,
|
|
897
903
|
validateQuestMasterArtifactV2,
|
|
898
904
|
validateReactArtifactV2,
|
|
@@ -139,12 +139,12 @@ import {
|
|
|
139
139
|
validateUrlForFetch,
|
|
140
140
|
warmUpSettingsCache,
|
|
141
141
|
withRetry
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-2PXPXXDN.js";
|
|
143
143
|
import {
|
|
144
144
|
buildRateLimitLogEntry,
|
|
145
145
|
isNearLimit,
|
|
146
146
|
parseRateLimitHeaders
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-EEGKRFVP.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-ZHXVJFCI.js";
|
|
6
|
+
import "./chunk-2PXPXXDN.js";
|
|
7
|
+
import "./chunk-EEGKRFVP.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.31-feat-
|
|
3
|
+
"version": "0.2.31-feat-python-playground.19625+2188a6ca0",
|
|
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.52.1-feat-
|
|
115
|
-
"@bike4mind/mcp": "1.31.1-feat-
|
|
116
|
-
"@bike4mind/services": "2.50.1-feat-
|
|
117
|
-
"@bike4mind/utils": "2.7.1-feat-
|
|
114
|
+
"@bike4mind/common": "2.52.1-feat-python-playground.19625+2188a6ca0",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-feat-python-playground.19625+2188a6ca0",
|
|
116
|
+
"@bike4mind/services": "2.50.1-feat-python-playground.19625+2188a6ca0",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-feat-python-playground.19625+2188a6ca0",
|
|
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": "2188a6ca0657db95ea8770071ddb90cc84b8b601"
|
|
139
139
|
}
|