@bike4mind/cli 0.2.25-cli-file-read-offset.18514 → 0.2.25-cli-file-read-offset.18541

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-LOIWIBZT.js";
4
+ } from "./chunk-CRG4F6FD.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-LOIWIBZT.js";
4
+ } from "./chunk-CRG4F6FD.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-FV2VQXYX.js";
6
- import "./chunk-XFN2ICKP.js";
7
- import "./chunk-LOIWIBZT.js";
5
+ } from "./chunk-ETQCFCFT.js";
6
+ import "./chunk-KGERFIL4.js";
7
+ import "./chunk-CRG4F6FD.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -333,7 +333,7 @@ import {
333
333
  validateReactArtifactV2,
334
334
  validateSvgArtifactV2,
335
335
  wikiMarkupToAdf
336
- } from "./chunk-LOIWIBZT.js";
336
+ } from "./chunk-CRG4F6FD.js";
337
337
  export {
338
338
  ALL_IMAGE_MODELS,
339
339
  ALL_IMAGE_SIZES,
@@ -132,8 +132,8 @@ import {
132
132
  validateMermaidSyntax,
133
133
  warmUpSettingsCache,
134
134
  withRetry
135
- } from "./chunk-XFN2ICKP.js";
136
- import "./chunk-LOIWIBZT.js";
135
+ } from "./chunk-KGERFIL4.js";
136
+ import "./chunk-CRG4F6FD.js";
137
137
  import {
138
138
  Logger,
139
139
  NotificationDeduplicator,
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ useCliStore
4
+ } from "./chunk-EIDW3VBS.js";
5
+ export {
6
+ useCliStore
7
+ };
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-JHCQOESZ.js";
6
- import "./chunk-XFN2ICKP.js";
7
- import "./chunk-LOIWIBZT.js";
5
+ } from "./chunk-TNLRJZRH.js";
6
+ import "./chunk-KGERFIL4.js";
7
+ import "./chunk-CRG4F6FD.js";
8
8
  import "./chunk-OCYRD7D6.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.25-cli-file-read-offset.18514+53b238fc9",
3
+ "version": "0.2.25-cli-file-read-offset.18541+a5717c121",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -108,10 +108,10 @@
108
108
  },
109
109
  "devDependencies": {
110
110
  "@bike4mind/agents": "0.1.0",
111
- "@bike4mind/common": "2.47.2-cli-file-read-offset.18514+53b238fc9",
112
- "@bike4mind/mcp": "1.28.1-cli-file-read-offset.18514+53b238fc9",
113
- "@bike4mind/services": "2.45.2-cli-file-read-offset.18514+53b238fc9",
114
- "@bike4mind/utils": "2.3.4-cli-file-read-offset.18514+53b238fc9",
111
+ "@bike4mind/common": "2.47.2-cli-file-read-offset.18541+a5717c121",
112
+ "@bike4mind/mcp": "1.28.1-cli-file-read-offset.18541+a5717c121",
113
+ "@bike4mind/services": "2.45.2-cli-file-read-offset.18541+a5717c121",
114
+ "@bike4mind/utils": "2.3.4-cli-file-read-offset.18541+a5717c121",
115
115
  "@types/better-sqlite3": "^7.6.13",
116
116
  "@types/diff": "^5.0.9",
117
117
  "@types/jsonwebtoken": "^9.0.4",
@@ -128,5 +128,5 @@
128
128
  "optionalDependencies": {
129
129
  "@vscode/ripgrep": "^1.17.0"
130
130
  },
131
- "gitHead": "53b238fc928978c41a9cb6e4081b79f3f92db65f"
131
+ "gitHead": "a5717c121a35ad3b958b4f8471fe5a3b94781c42"
132
132
  }