@bike4mind/cli 0.2.81-fix-cli-missing-chess-dep.22577 → 0.2.81

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,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as version, n as fetchLatestVersion, r as forceCheckForUpdate } from "../updateChecker-BOQk6ly5.mjs";
2
+ import { i as version, n as fetchLatestVersion, r as forceCheckForUpdate } from "../updateChecker-ChPS3GEC.mjs";
3
3
  import { execSync } from "child_process";
4
4
  import { constants, existsSync, promises } from "fs";
5
5
  import { homedir } from "os";
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as version, r as forceCheckForUpdate } from "../updateChecker-BOQk6ly5.mjs";
2
+ import { i as version, r as forceCheckForUpdate } from "../updateChecker-ChPS3GEC.mjs";
3
3
  import { execSync } from "child_process";
4
4
  //#region src/commands/updateCommand.ts
5
5
  /**
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { n as useCliStore, t as selectActiveBackgroundAgents } from "./store-Dw1nZX2Y.mjs";
3
3
  import { A as DEFAULT_MAX_ITERATIONS, B as ReActAgent, C as loadContextFiles, D as generateCliTools, E as PermissionManager, F as setWebSocketToolExecutor, G as OAuthClient, H as CheckpointStore, I as OllamaBackend, J as searchCommands, K as hasFileReferences, L as buildCoreSystemPrompt, M as DEFAULT_THOROUGHNESS, N as clearFeatureModuleTools, O as ALWAYS_DENIED_FOR_AGENTS, P as registerFeatureModuleTools, Q as warmFileCache, R as buildSkillsPromptSection, S as extractCompactInstructions, T as getEnvironmentName, U as CommandHistoryStore, V as CustomCommandStore, W as SessionStore, X as formatFileSize, Y as mergeCommands, Z as searchFiles, _ as WebSocketLlmBackend, a as createCoordinateTaskTool, b as substituteArguments, c as createAgentDelegateTool, d as createSkillTool, f as parseAgentConfig, g as FallbackLlmBackend, h as WebSocketConnectionManager, i as createWriteTodosTool, j as DEFAULT_RETRY_CONFIG, k as DEFAULT_AGENT_MODEL, l as AgentStore, m as WebSocketToolExecutor, n as createFindDefinitionTool, o as createBackgroundAgentTools, p as ApiClient, q as processFileReferences, r as createTodoStore, s as BackgroundAgentManager, t as createGetFileStructureTool, u as SubagentOrchestrator, v as ServerLlmBackend, w as getApiUrl, x as formatStep, y as McpManager, z as isReadOnlyTool } from "./tools-zV2_TeFM.mjs";
4
4
  import { Dt as validateJupyterKernelName, Ot as validateNotebookPath$1, g as ChatModels, m as CREDIT_DEDUCT_TRANSACTION_TYPES, n as logger, t as ConfigStore } from "./ConfigStore-DTyUBb3A.mjs";
5
- import { i as version, t as checkForUpdate } from "./updateChecker-BOQk6ly5.mjs";
5
+ import { i as version, t as checkForUpdate } from "./updateChecker-ChPS3GEC.mjs";
6
6
  import React, { useCallback, useEffect, useMemo, useReducer, useRef, useState } from "react";
7
7
  import { Box, Static, Text, render, useApp, useInput } from "ink";
8
8
  import { execSync } from "child_process";
@@ -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.2.81-fix-cli-missing-chess-dep.22577+ac26d9830";
7
+ var version = "0.2.81";
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.2.81-fix-cli-missing-chess-dep.22577+ac26d9830",
3
+ "version": "0.2.81",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -60,21 +60,21 @@
60
60
  "@opensearch-project/opensearch": "2.11.0",
61
61
  "@smithy/node-http-handler": "^4.5.2",
62
62
  "async-mutex": "^0.5.0",
63
- "axios": "1.15.0",
63
+ "axios": "1.15.1",
64
64
  "bcryptjs": "^3.0.2",
65
65
  "better-sqlite3": "^12.8.0",
66
66
  "cheerio": "1.0.0-rc.12",
67
67
  "chess.js": "^1.0.0-beta.8",
68
68
  "cli-highlight": "^2.1.11",
69
- "csv-parse": "^6.2.0",
69
+ "csv-parse": "^6.2.1",
70
70
  "dayjs": "^1.11.20",
71
71
  "diff": "^8.0.2",
72
72
  "dotenv": "^17.0.0",
73
- "eventsource-parser": "^3.0.6",
73
+ "eventsource-parser": "^3.0.8",
74
74
  "exceljs": "^4.4.0",
75
75
  "fdir": "^6.5.0",
76
76
  "file-type": "^18.7.0",
77
- "fuse.js": "^7.1.0",
77
+ "fuse.js": "^7.3.0",
78
78
  "fzf": "^0.5.2",
79
79
  "glob": "^13.0.6",
80
80
  "gray-matter": "^4.0.3",
@@ -84,7 +84,7 @@
84
84
  "ink-spinner": "^5.0.0",
85
85
  "ink-text-input": "^6.0.0",
86
86
  "jsonwebtoken": "^9.0.3",
87
- "lodash": "^4.17.21",
87
+ "lodash": "^4.18.1",
88
88
  "mammoth": "^1.12.0",
89
89
  "marked": "^15.0.11",
90
90
  "mathjs": "^15.2.0",
@@ -92,7 +92,7 @@
92
92
  "mongoose": "^8.8.3",
93
93
  "ollama": "^0.6.3",
94
94
  "open": "^11.0.0",
95
- "openai": "^6.32.0",
95
+ "openai": "^6.34.0",
96
96
  "p-limit": "^7.3.0",
97
97
  "picomatch": "^4.0.3",
98
98
  "qrcode": "^1.5.4",
@@ -107,24 +107,24 @@
107
107
  "uuid": "^13.0.0",
108
108
  "voyageai": "^0.0.4",
109
109
  "web-tree-sitter": "0.25.10",
110
- "ws": "^8.19.0",
110
+ "ws": "^8.20.0",
111
111
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
112
112
  "yargs": "^17.7.2",
113
- "yauzl": "^3.1.3",
113
+ "yauzl": "^3.3.0",
114
114
  "zod": "^4.3.6",
115
115
  "zod-validation-error": "^5.0.0",
116
116
  "zustand": "^4.5.4"
117
117
  },
118
118
  "devDependencies": {
119
- "@bike4mind/agents": "0.4.17-fix-cli-missing-chess-dep.22577+ac26d9830",
120
- "@bike4mind/common": "2.85.2-fix-cli-missing-chess-dep.22577+ac26d9830",
121
- "@bike4mind/mcp": "1.35.2-fix-cli-missing-chess-dep.22577+ac26d9830",
122
- "@bike4mind/services": "2.75.4-fix-cli-missing-chess-dep.22577+ac26d9830",
123
- "@bike4mind/utils": "2.17.4-fix-cli-missing-chess-dep.22577+ac26d9830",
119
+ "@bike4mind/agents": "0.4.17",
120
+ "@bike4mind/common": "2.86.0",
121
+ "@bike4mind/mcp": "1.35.2",
122
+ "@bike4mind/services": "2.76.0",
123
+ "@bike4mind/utils": "2.18.0",
124
124
  "@types/better-sqlite3": "^7.6.13",
125
125
  "@types/jsonwebtoken": "^9.0.4",
126
126
  "@types/node": "^22.9.0",
127
- "@types/picomatch": "^4.0.2",
127
+ "@types/picomatch": "^4.0.3",
128
128
  "@types/react": "^19.2.14",
129
129
  "@types/ws": "^8.18.1",
130
130
  "@types/yargs": "^17.0.35",
@@ -137,5 +137,5 @@
137
137
  "optionalDependencies": {
138
138
  "@vscode/ripgrep": "^1.17.1"
139
139
  },
140
- "gitHead": "ac26d98307dbc1eaedc66a9b33f1edefedbc25bf"
140
+ "gitHead": "f300ad457f3b73ae96fc39e11fa5b16fe124ad6d"
141
141
  }