@bike4mind/cli 0.2.30-feat-cli-scrollable-command-autocomplete.19203 → 0.2.30-feat-cli-scrollable-command-autocomplete.19204
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.
- package/dist/index.js +8 -8
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1073,8 +1073,8 @@ function InputPrompt({
|
|
|
1073
1073
|
useEffect3(() => {
|
|
1074
1074
|
onBashModeChange?.(isBashMode);
|
|
1075
1075
|
}, [isBashMode, onBashModeChange]);
|
|
1076
|
-
const
|
|
1077
|
-
const
|
|
1076
|
+
const commandQuery = value.startsWith("/") ? value.slice(1) : "";
|
|
1077
|
+
const shouldShowCommandAutocomplete = value.startsWith("/") && !disabled && !fileAutocomplete?.active && !looksLikeFilePath(value) && !commandQuery.includes(" ");
|
|
1078
1078
|
const filteredCommands = useMemo(() => {
|
|
1079
1079
|
if (!shouldShowCommandAutocomplete) return [];
|
|
1080
1080
|
return searchCommands(commandQuery, commands);
|
|
@@ -14650,7 +14650,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
14650
14650
|
// package.json
|
|
14651
14651
|
var package_default = {
|
|
14652
14652
|
name: "@bike4mind/cli",
|
|
14653
|
-
version: "0.2.30-feat-cli-scrollable-command-autocomplete.
|
|
14653
|
+
version: "0.2.30-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
14654
14654
|
type: "module",
|
|
14655
14655
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
14656
14656
|
license: "UNLICENSED",
|
|
@@ -14761,10 +14761,10 @@ var package_default = {
|
|
|
14761
14761
|
},
|
|
14762
14762
|
devDependencies: {
|
|
14763
14763
|
"@bike4mind/agents": "0.1.0",
|
|
14764
|
-
"@bike4mind/common": "2.51.1-feat-cli-scrollable-command-autocomplete.
|
|
14765
|
-
"@bike4mind/mcp": "1.30.1-feat-cli-scrollable-command-autocomplete.
|
|
14766
|
-
"@bike4mind/services": "2.49.1-feat-cli-scrollable-command-autocomplete.
|
|
14767
|
-
"@bike4mind/utils": "2.6.1-feat-cli-scrollable-command-autocomplete.
|
|
14764
|
+
"@bike4mind/common": "2.51.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
14765
|
+
"@bike4mind/mcp": "1.30.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
14766
|
+
"@bike4mind/services": "2.49.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
14767
|
+
"@bike4mind/utils": "2.6.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
14768
14768
|
"@types/better-sqlite3": "^7.6.13",
|
|
14769
14769
|
"@types/diff": "^5.0.9",
|
|
14770
14770
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -14785,7 +14785,7 @@ var package_default = {
|
|
|
14785
14785
|
optionalDependencies: {
|
|
14786
14786
|
"@vscode/ripgrep": "^1.17.0"
|
|
14787
14787
|
},
|
|
14788
|
-
gitHead: "
|
|
14788
|
+
gitHead: "bf1e097e7c47caaaa19b04b39a11fd1e509efab2"
|
|
14789
14789
|
};
|
|
14790
14790
|
|
|
14791
14791
|
// src/config/constants.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.30-feat-cli-scrollable-command-autocomplete.
|
|
3
|
+
"version": "0.2.30-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.51.1-feat-cli-scrollable-command-autocomplete.
|
|
115
|
-
"@bike4mind/mcp": "1.30.1-feat-cli-scrollable-command-autocomplete.
|
|
116
|
-
"@bike4mind/services": "2.49.1-feat-cli-scrollable-command-autocomplete.
|
|
117
|
-
"@bike4mind/utils": "2.6.1-feat-cli-scrollable-command-autocomplete.
|
|
114
|
+
"@bike4mind/common": "2.51.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
115
|
+
"@bike4mind/mcp": "1.30.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
116
|
+
"@bike4mind/services": "2.49.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
117
|
+
"@bike4mind/utils": "2.6.1-feat-cli-scrollable-command-autocomplete.19204+bf1e097e7",
|
|
118
118
|
"@types/better-sqlite3": "^7.6.13",
|
|
119
119
|
"@types/diff": "^5.0.9",
|
|
120
120
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"optionalDependencies": {
|
|
136
136
|
"@vscode/ripgrep": "^1.17.0"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "bf1e097e7c47caaaa19b04b39a11fd1e509efab2"
|
|
139
139
|
}
|