@builder.io/buildercode 0.4.14 → 0.4.15
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/cli.mjs +15 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -246277,7 +246277,7 @@ var init_typescript$1 = __esmMin((() => {
|
|
|
246277
246277
|
//#region ../dev-tools/cli/version.ts
|
|
246278
246278
|
var builderVersion, pkgVersion;
|
|
246279
246279
|
var init_version = __esmMin((() => {
|
|
246280
|
-
builderVersion = "0.4.
|
|
246280
|
+
builderVersion = "0.4.15";
|
|
246281
246281
|
pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
246282
246282
|
}));
|
|
246283
246283
|
//#endregion
|
|
@@ -543542,17 +543542,17 @@ const MODE_COMMANDS = [
|
|
|
543542
543542
|
];
|
|
543543
543543
|
const MODEL_COMMANDS = [
|
|
543544
543544
|
{
|
|
543545
|
-
id: "
|
|
543545
|
+
id: "aco",
|
|
543546
543546
|
label: "claude-opus-4-6",
|
|
543547
543547
|
description: "Most capable"
|
|
543548
543548
|
},
|
|
543549
543549
|
{
|
|
543550
|
-
id: "
|
|
543550
|
+
id: "acs",
|
|
543551
543551
|
label: "claude-sonnet-4-6",
|
|
543552
543552
|
description: "Balanced"
|
|
543553
543553
|
},
|
|
543554
543554
|
{
|
|
543555
|
-
id: "
|
|
543555
|
+
id: "ach",
|
|
543556
543556
|
label: "claude-haiku-4-5",
|
|
543557
543557
|
description: "Fastest"
|
|
543558
543558
|
}
|
|
@@ -545727,7 +545727,7 @@ const RecentSessions = (0, import_react.memo)(({ cwd, sessions: sessionsProp, li
|
|
|
545727
545727
|
//#endregion
|
|
545728
545728
|
//#region src/components/WelcomeScreen.tsx
|
|
545729
545729
|
await init_build();
|
|
545730
|
-
const VERSION$1 = "0.4.
|
|
545730
|
+
const VERSION$1 = "0.4.15";
|
|
545731
545731
|
const FOCUS_SESSIONS = "welcome-sessions";
|
|
545732
545732
|
const MAX_SESSIONS = 5;
|
|
545733
545733
|
const WelcomeScreen = (0, import_react.memo)((t0) => {
|
|
@@ -547590,7 +547590,7 @@ const FooterSection = (0, import_react.memo)(() => {
|
|
|
547590
547590
|
children: [
|
|
547591
547591
|
"•",
|
|
547592
547592
|
" Fusion ",
|
|
547593
|
-
"0.4.
|
|
547593
|
+
"0.4.15"
|
|
547594
547594
|
]
|
|
547595
547595
|
});
|
|
547596
547596
|
$[5] = t4;
|
|
@@ -642197,7 +642197,7 @@ const CodeSession = (0, import_react.memo)(({ session, sys, onExit, onLogout, is
|
|
|
642197
642197
|
api.switchSessionMode(selection.value);
|
|
642198
642198
|
break;
|
|
642199
642199
|
case "model":
|
|
642200
|
-
|
|
642200
|
+
setPreference("modelOverride", selection.value);
|
|
642201
642201
|
break;
|
|
642202
642202
|
case "exit":
|
|
642203
642203
|
onExit({
|
|
@@ -642270,9 +642270,11 @@ const CodeSession = (0, import_react.memo)(({ session, sys, onExit, onLogout, is
|
|
|
642270
642270
|
}
|
|
642271
642271
|
default:
|
|
642272
642272
|
if (proxy.customInstructions?.some((i) => i.isSkill && i.userInvocable !== false && i.name === selection.commandId)) api.sendMessage({
|
|
642273
|
-
userPrompt:
|
|
642273
|
+
userPrompt: `Please run the skill ${selection.commandId}. Use the ReadRule tool`,
|
|
642274
642274
|
displayPrompt: `/${selection.commandId}`,
|
|
642275
642275
|
queue: true,
|
|
642276
|
+
reasoning: prefs.reasoning,
|
|
642277
|
+
modelOverride: prefs.modelOverride,
|
|
642276
642278
|
user: {
|
|
642277
642279
|
role: "user",
|
|
642278
642280
|
source: "builder.io",
|
|
@@ -642347,6 +642349,7 @@ const CodeSession = (0, import_react.memo)(({ session, sys, onExit, onLogout, is
|
|
|
642347
642349
|
displayPrompt,
|
|
642348
642350
|
queue: true,
|
|
642349
642351
|
reasoning: prefs.reasoning,
|
|
642352
|
+
modelOverride: prefs.modelOverride,
|
|
642350
642353
|
user: {
|
|
642351
642354
|
role: "user",
|
|
642352
642355
|
source: "builder.io",
|
|
@@ -642372,6 +642375,7 @@ const CodeSession = (0, import_react.memo)(({ session, sys, onExit, onLogout, is
|
|
|
642372
642375
|
queue: true,
|
|
642373
642376
|
sessionMode: "normal",
|
|
642374
642377
|
reasoning: prefs.reasoning,
|
|
642378
|
+
modelOverride: prefs.modelOverride,
|
|
642375
642379
|
user: {
|
|
642376
642380
|
role: "user",
|
|
642377
642381
|
source: "builder.io",
|
|
@@ -643577,7 +643581,7 @@ function isStandaloneBinary() {
|
|
|
643577
643581
|
return !path$24.basename(process.execPath, ".exe").startsWith("node");
|
|
643578
643582
|
}
|
|
643579
643583
|
function getCurrentVersion() {
|
|
643580
|
-
return "0.4.
|
|
643584
|
+
return "0.4.15";
|
|
643581
643585
|
}
|
|
643582
643586
|
async function fetchLatestVersion() {
|
|
643583
643587
|
return new Promise((resolve, reject) => {
|
|
@@ -644020,7 +644024,7 @@ function initSentry() {
|
|
|
644020
644024
|
init({
|
|
644021
644025
|
dsn: "https://1c5033d697e0271ebe53773bff826de0@o117565.ingest.us.sentry.io/4511107776905216",
|
|
644022
644026
|
tracesSampleRate: 0,
|
|
644023
|
-
release: "0.4.
|
|
644027
|
+
release: "0.4.15",
|
|
644024
644028
|
environment: process.env.NODE_ENV ?? "development",
|
|
644025
644029
|
enabled: false,
|
|
644026
644030
|
registerEsmLoaderHooks: false,
|
|
@@ -644036,7 +644040,7 @@ await init_build();
|
|
|
644036
644040
|
init_esm$6();
|
|
644037
644041
|
init_node_sys();
|
|
644038
644042
|
init_dist$8();
|
|
644039
|
-
const VERSION = "0.4.
|
|
644043
|
+
const VERSION = "0.4.15";
|
|
644040
644044
|
async function startInk(command, options) {
|
|
644041
644045
|
const sys = await createDevToolsNodeSys({
|
|
644042
644046
|
cwd: process.cwd(),
|