@bike4mind/cli 0.2.29-cli-resume-command.18763 → 0.2.29-cli-minimal-ui.18783

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-XJRPAAUS.js";
4
+ } from "./chunk-ODYASVT6.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-XJRPAAUS.js";
4
+ } from "./chunk-ODYASVT6.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-VGYTNJXN.js";
6
- import "./chunk-UNOJBVD2.js";
7
- import "./chunk-XJRPAAUS.js";
5
+ } from "./chunk-4XFX3V4G.js";
6
+ import "./chunk-HDIXO6H3.js";
7
+ import "./chunk-ODYASVT6.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -133,8 +133,8 @@ import {
133
133
  validateMermaidSyntax,
134
134
  warmUpSettingsCache,
135
135
  withRetry
136
- } from "./chunk-UNOJBVD2.js";
137
- import "./chunk-XJRPAAUS.js";
136
+ } from "./chunk-HDIXO6H3.js";
137
+ import "./chunk-ODYASVT6.js";
138
138
  import {
139
139
  Logger,
140
140
  NotificationDeduplicator,
@@ -339,7 +339,7 @@ import {
339
339
  validateReactArtifactV2,
340
340
  validateSvgArtifactV2,
341
341
  wikiMarkupToAdf
342
- } from "./chunk-XJRPAAUS.js";
342
+ } from "./chunk-ODYASVT6.js";
343
343
  export {
344
344
  ALL_IMAGE_MODELS,
345
345
  ALL_IMAGE_SIZES,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-JJBDHUGY.js";
6
- import "./chunk-UNOJBVD2.js";
7
- import "./chunk-XJRPAAUS.js";
5
+ } from "./chunk-G7PAI2YH.js";
6
+ import "./chunk-HDIXO6H3.js";
7
+ import "./chunk-ODYASVT6.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.29-cli-resume-command.18763+9e3ccc640",
3
+ "version": "0.2.29-cli-minimal-ui.18783+9aba9e61e",
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.50.1-cli-resume-command.18763+9e3ccc640",
112
- "@bike4mind/mcp": "1.29.1-cli-resume-command.18763+9e3ccc640",
113
- "@bike4mind/services": "2.48.1-cli-resume-command.18763+9e3ccc640",
114
- "@bike4mind/utils": "2.5.1-cli-resume-command.18763+9e3ccc640",
111
+ "@bike4mind/common": "2.50.1-cli-minimal-ui.18783+9aba9e61e",
112
+ "@bike4mind/mcp": "1.29.1-cli-minimal-ui.18783+9aba9e61e",
113
+ "@bike4mind/services": "2.48.1-cli-minimal-ui.18783+9aba9e61e",
114
+ "@bike4mind/utils": "2.5.1-cli-minimal-ui.18783+9aba9e61e",
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": "9e3ccc640da244f7528fa1a479d00e8b40b415a4"
131
+ "gitHead": "9aba9e61e1fb7e03dfd87a2e777c8e0e4e16fbbd"
132
132
  }