@bike4mind/cli 0.2.55 → 0.2.56

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.
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.55",
6
+ version: "0.2.56",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -73,6 +73,7 @@ var package_default = {
73
73
  diff: "^8.0.2",
74
74
  dotenv: "^17.0.0",
75
75
  "eventsource-parser": "^3.0.6",
76
+ exceljs: "^4.4.0",
76
77
  fdir: "^6.5.0",
77
78
  "file-type": "^18.7.0",
78
79
  "fuse.js": "^7.1.0",
@@ -138,7 +139,7 @@ var package_default = {
138
139
  optionalDependencies: {
139
140
  "@vscode/ripgrep": "^1.17.1"
140
141
  },
141
- gitHead: "dfc4dccb344f081dd2c87bc16fb2d27f70c02844"
142
+ gitHead: "bf6c3f4e7997e0ab0796c64ccd6b46d6d1fce954"
142
143
  };
143
144
 
144
145
  // src/utils/updateChecker.ts
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-25UR2PLZ.js";
6
+ } from "../chunk-5UDVBQZ7.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-25UR2PLZ.js";
5
+ } from "../chunk-5UDVBQZ7.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
package/dist/index.js CHANGED
@@ -64,7 +64,7 @@ import {
64
64
  import {
65
65
  checkForUpdate,
66
66
  package_default
67
- } from "./chunk-25UR2PLZ.js";
67
+ } from "./chunk-5UDVBQZ7.js";
68
68
  import {
69
69
  selectActiveBackgroundAgents,
70
70
  useCliStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.55",
3
+ "version": "0.2.56",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -70,6 +70,7 @@
70
70
  "diff": "^8.0.2",
71
71
  "dotenv": "^17.0.0",
72
72
  "eventsource-parser": "^3.0.6",
73
+ "exceljs": "^4.4.0",
73
74
  "fdir": "^6.5.0",
74
75
  "file-type": "^18.7.0",
75
76
  "fuse.js": "^7.1.0",
@@ -135,5 +136,5 @@
135
136
  "optionalDependencies": {
136
137
  "@vscode/ripgrep": "^1.17.1"
137
138
  },
138
- "gitHead": "dfc4dccb344f081dd2c87bc16fb2d27f70c02844"
139
+ "gitHead": "bf6c3f4e7997e0ab0796c64ccd6b46d6d1fce954"
139
140
  }