@bike4mind/cli 0.2.36-propagate-thinking-option-to-agents.20064 → 0.2.36-refactoring-session-bottom.20073
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/{chunk-RUYNVHCH.js → chunk-CWQT33O7.js} +1 -1
- package/dist/{chunk-YVOUB2QL.js → chunk-GZG3IO24.js} +1 -1
- package/dist/{chunk-Y45G3AFH.js → chunk-JK3Q5D7C.js} +5 -6
- package/dist/{chunk-TIAGW7L5.js → chunk-PM52YZNY.js} +5 -2
- package/dist/{chunk-3DVZKFHR.js → chunk-TNQWQTD7.js} +1 -1
- package/dist/{chunk-WXNQEYYZ.js → chunk-YZHI4OMS.js} +6 -6
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/headlessCommand.js +5 -5
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-7FJ2QOYF.js → create-VF4M3NII.js} +2 -2
- package/dist/index.js +6 -6
- package/dist/{mementoService-VRXPBKIP.js → mementoService-AZRJIFZC.js} +2 -2
- package/dist/{src-UBTWJULZ.js → src-VXXA72L7.js} +1 -1
- package/dist/{subtractCredits-J4W2LTMB.js → subtractCredits-Q72FBM4X.js} +2 -2
- package/package.json +6 -6
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getOpenWeatherKey,
|
|
5
5
|
getSerperKey,
|
|
6
6
|
getWolframAlphaKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CWQT33O7.js";
|
|
8
8
|
import {
|
|
9
9
|
BFLImageService,
|
|
10
10
|
BaseStorage,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
OpenAIBackend,
|
|
17
17
|
OpenAIImageService,
|
|
18
18
|
XAIImageService
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-PM52YZNY.js";
|
|
20
20
|
import {
|
|
21
21
|
Logger
|
|
22
22
|
} from "./chunk-PFBYGCOW.js";
|
|
@@ -1846,8 +1846,7 @@ ${options.context}` : this.getSystemPrompt()
|
|
|
1846
1846
|
temperature,
|
|
1847
1847
|
abortSignal: options.signal,
|
|
1848
1848
|
tool_choice: this.context.toolChoice,
|
|
1849
|
-
executeTools: false
|
|
1850
|
-
thinking: this.context.thinking
|
|
1849
|
+
executeTools: false
|
|
1851
1850
|
},
|
|
1852
1851
|
async (texts, completionInfo) => {
|
|
1853
1852
|
for (const text of texts) {
|
|
@@ -17169,7 +17168,7 @@ var MODEL_ALIASES = {
|
|
|
17169
17168
|
"claude-4.1-opus": ChatModels.CLAUDE_4_1_OPUS,
|
|
17170
17169
|
"claude-3.7-sonnet": ChatModels.CLAUDE_3_7_SONNET_ANTHROPIC,
|
|
17171
17170
|
"claude-3.5-sonnet": ChatModels.CLAUDE_3_5_SONNET_ANTHROPIC,
|
|
17172
|
-
"claude-3.5-haiku": ChatModels.
|
|
17171
|
+
"claude-3.5-haiku": ChatModels.CLAUDE_4_5_HAIKU,
|
|
17173
17172
|
"claude-3-opus": ChatModels.CLAUDE_3_OPUS,
|
|
17174
17173
|
// ===================
|
|
17175
17174
|
// OpenAI Models
|
|
@@ -17447,7 +17446,7 @@ var AgentStore = class {
|
|
|
17447
17446
|
await fs13.mkdir(targetDir, { recursive: true });
|
|
17448
17447
|
const template = `---
|
|
17449
17448
|
description: ${name} agent description
|
|
17450
|
-
model: ${ChatModels.
|
|
17449
|
+
model: ${ChatModels.CLAUDE_4_5_HAIKU}
|
|
17451
17450
|
allowed-tools:
|
|
17452
17451
|
- file_read
|
|
17453
17452
|
- grep_search
|
|
@@ -2643,7 +2643,7 @@ var AnthropicBackend = class {
|
|
|
2643
2643
|
rank: 5,
|
|
2644
2644
|
supportsTools: true,
|
|
2645
2645
|
trainingCutoff: "2024-07-01",
|
|
2646
|
-
deprecationDate: "
|
|
2646
|
+
deprecationDate: "2026-02-19",
|
|
2647
2647
|
description: "Anthropic's fast and efficient Claude 3.5 Haiku model with improved reasoning capabilities. Cost-effective for high-volume tasks."
|
|
2648
2648
|
},
|
|
2649
2649
|
{
|
|
@@ -4041,7 +4041,7 @@ var AnthropicBedrockBackend = class extends BaseBedrockBackend {
|
|
|
4041
4041
|
rank: 5,
|
|
4042
4042
|
supportsTools: true,
|
|
4043
4043
|
trainingCutoff: "2024-07-01",
|
|
4044
|
-
deprecationDate: "
|
|
4044
|
+
deprecationDate: "2026-02-19",
|
|
4045
4045
|
description: "Anthropic's Claude 3.5 Haiku model via AWS Bedrock. Fast and efficient with improved reasoning capabilities."
|
|
4046
4046
|
},
|
|
4047
4047
|
{
|
|
@@ -12198,6 +12198,9 @@ function findAutomaticFallback(originalModel, availableModels, apiKeyTable, logg
|
|
|
12198
12198
|
"claude-opus-4-6": ["claude-sonnet-4-6", "claude-sonnet-4-5-20250929", "gpt-5", "claude-haiku-4-5-20251001"],
|
|
12199
12199
|
"claude-sonnet-4-6": ["claude-sonnet-4-5-20250929", "claude-opus-4-5-20251101", "gpt-5"],
|
|
12200
12200
|
"claude-sonnet-4-5-20250929": ["claude-sonnet-4-6", "claude-haiku-4-5-20251001", "gpt-5"],
|
|
12201
|
+
// Deprecated Claude models fallback to newer versions
|
|
12202
|
+
"claude-3-5-haiku-20241022": ["claude-haiku-4-5-20251001", "gpt-4o-mini"],
|
|
12203
|
+
"us.anthropic.claude-3-5-haiku-20241022-v1:0": ["us.anthropic.claude-haiku-4-5-20251001-v1:0", "gpt-4o-mini"],
|
|
12201
12204
|
// Claude models fallback to other Claude models or GPT
|
|
12202
12205
|
"claude-3-5-sonnet-20241022": ["claude-3-opus-20240229", "gpt-4o", "claude-3-sonnet-20240229"],
|
|
12203
12206
|
"claude-3-opus-20240229": ["claude-3-5-sonnet-20241022", "gpt-4o", "claude-3-sonnet-20240229"],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@bike4mind/cli",
|
|
6
|
-
version: "0.2.36-
|
|
6
|
+
version: "0.2.36-refactoring-session-bottom.20073+15c5711af",
|
|
7
7
|
type: "module",
|
|
8
8
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
9
9
|
license: "UNLICENSED",
|
|
@@ -114,10 +114,10 @@ var package_default = {
|
|
|
114
114
|
},
|
|
115
115
|
devDependencies: {
|
|
116
116
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.57.1-
|
|
118
|
-
"@bike4mind/mcp": "1.32.5-
|
|
119
|
-
"@bike4mind/services": "2.54.1-
|
|
120
|
-
"@bike4mind/utils": "2.10.1-
|
|
117
|
+
"@bike4mind/common": "2.57.1-refactoring-session-bottom.20073+15c5711af",
|
|
118
|
+
"@bike4mind/mcp": "1.32.5-refactoring-session-bottom.20073+15c5711af",
|
|
119
|
+
"@bike4mind/services": "2.54.1-refactoring-session-bottom.20073+15c5711af",
|
|
120
|
+
"@bike4mind/utils": "2.10.1-refactoring-session-bottom.20073+15c5711af",
|
|
121
121
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
122
|
"@types/diff": "^5.0.9",
|
|
123
123
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -138,7 +138,7 @@ var package_default = {
|
|
|
138
138
|
optionalDependencies: {
|
|
139
139
|
"@vscode/ripgrep": "^1.17.0"
|
|
140
140
|
},
|
|
141
|
-
gitHead: "
|
|
141
|
+
gitHead: "15c5711af43eb8ee5b49fed1aa46befc04117681"
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
// src/utils/updateChecker.ts
|
|
@@ -36,13 +36,13 @@ import {
|
|
|
36
36
|
isReadOnlyTool,
|
|
37
37
|
loadContextFiles,
|
|
38
38
|
setWebSocketToolExecutor
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-JK3Q5D7C.js";
|
|
40
40
|
import "../chunk-BDQBOLYG.js";
|
|
41
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-CWQT33O7.js";
|
|
42
42
|
import "../chunk-GQGOWACU.js";
|
|
43
|
-
import "../chunk-
|
|
44
|
-
import "../chunk-
|
|
45
|
-
import "../chunk-
|
|
43
|
+
import "../chunk-GZG3IO24.js";
|
|
44
|
+
import "../chunk-TNQWQTD7.js";
|
|
45
|
+
import "../chunk-PM52YZNY.js";
|
|
46
46
|
import "../chunk-PFBYGCOW.js";
|
|
47
47
|
import "../chunk-BPFEGDC7.js";
|
|
48
48
|
import {
|
package/dist/index.js
CHANGED
|
@@ -46,13 +46,13 @@ import {
|
|
|
46
46
|
setWebSocketToolExecutor,
|
|
47
47
|
substituteArguments,
|
|
48
48
|
warmFileCache
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-JK3Q5D7C.js";
|
|
50
50
|
import "./chunk-BDQBOLYG.js";
|
|
51
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-CWQT33O7.js";
|
|
52
52
|
import "./chunk-GQGOWACU.js";
|
|
53
|
-
import "./chunk-
|
|
54
|
-
import "./chunk-
|
|
55
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-GZG3IO24.js";
|
|
54
|
+
import "./chunk-TNQWQTD7.js";
|
|
55
|
+
import "./chunk-PM52YZNY.js";
|
|
56
56
|
import "./chunk-PFBYGCOW.js";
|
|
57
57
|
import "./chunk-BPFEGDC7.js";
|
|
58
58
|
import {
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
import {
|
|
63
63
|
checkForUpdate,
|
|
64
64
|
package_default
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-YZHI4OMS.js";
|
|
66
66
|
import {
|
|
67
67
|
selectActiveBackgroundAgents,
|
|
68
68
|
useCliStore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.36-
|
|
3
|
+
"version": "0.2.36-refactoring-session-bottom.20073+15c5711af",
|
|
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.57.1-
|
|
115
|
-
"@bike4mind/mcp": "1.32.5-
|
|
116
|
-
"@bike4mind/services": "2.54.1-
|
|
117
|
-
"@bike4mind/utils": "2.10.1-
|
|
114
|
+
"@bike4mind/common": "2.57.1-refactoring-session-bottom.20073+15c5711af",
|
|
115
|
+
"@bike4mind/mcp": "1.32.5-refactoring-session-bottom.20073+15c5711af",
|
|
116
|
+
"@bike4mind/services": "2.54.1-refactoring-session-bottom.20073+15c5711af",
|
|
117
|
+
"@bike4mind/utils": "2.10.1-refactoring-session-bottom.20073+15c5711af",
|
|
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": "15c5711af43eb8ee5b49fed1aa46befc04117681"
|
|
139
139
|
}
|