@bike4mind/cli 0.10.1 → 0.10.3

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.
@@ -4,7 +4,7 @@ import { homedir } from "os";
4
4
  import path from "path";
5
5
  import axios from "axios";
6
6
  //#region package.json
7
- var version = "0.10.1";
7
+ var version = "0.10.3";
8
8
  //#endregion
9
9
  //#region src/utils/updateChecker.ts
10
10
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -106,7 +106,10 @@
106
106
  "yauzl": "^3.3.0",
107
107
  "zod": "^4.4.3",
108
108
  "zod-validation-error": "^5.0.0",
109
- "zustand": "^5.0.13"
109
+ "zustand": "^5.0.13",
110
+ "@bike4mind/fab-pipeline": "0.2.6",
111
+ "@bike4mind/llm-adapters": "0.3.1",
112
+ "@bike4mind/observability": "0.1.0"
110
113
  },
111
114
  "devDependencies": {
112
115
  "@types/better-sqlite3": "^7.6.13",
@@ -121,11 +124,11 @@
121
124
  "tsx": "^4.22.3",
122
125
  "typescript": "^5.9.3",
123
126
  "vitest": "^4.1.7",
124
- "@bike4mind/agents": "0.11.3",
125
- "@bike4mind/common": "2.103.0",
126
- "@bike4mind/mcp": "1.37.17",
127
- "@bike4mind/services": "2.90.3",
128
- "@bike4mind/utils": "2.23.5"
127
+ "@bike4mind/agents": "0.11.5",
128
+ "@bike4mind/common": "2.104.1",
129
+ "@bike4mind/mcp": "1.37.19",
130
+ "@bike4mind/services": "2.91.1",
131
+ "@bike4mind/utils": "2.23.7"
129
132
  },
130
133
  "optionalDependencies": {
131
134
  "@vscode/ripgrep": "^1.18.0"