@verboo/code 0.14.0 → 0.14.1
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 +50 -38
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -173830,7 +173830,7 @@ function getClaudeCodeUserAgent() {
|
|
|
173830
173830
|
return `claude-code/${"99.0.0"}`;
|
|
173831
173831
|
}
|
|
173832
173832
|
function getVerbooCodeUserAgent() {
|
|
173833
|
-
const version2 = typeof MACRO !== "undefined" ? "0.14.
|
|
173833
|
+
const version2 = typeof MACRO !== "undefined" ? "0.14.1" : "unknown";
|
|
173834
173834
|
return `verboo-code/${version2}`;
|
|
173835
173835
|
}
|
|
173836
173836
|
|
|
@@ -296383,6 +296383,17 @@ function PurchaseFlowView({
|
|
|
296383
296383
|
});
|
|
296384
296384
|
}
|
|
296385
296385
|
}
|
|
296386
|
+
function StandalonePurchaseFlowView({
|
|
296387
|
+
accessToken,
|
|
296388
|
+
onDone
|
|
296389
|
+
}) {
|
|
296390
|
+
return /* @__PURE__ */ jsx_runtime71.jsx(AppStateProvider, {
|
|
296391
|
+
children: /* @__PURE__ */ jsx_runtime71.jsx(PurchaseFlowView, {
|
|
296392
|
+
accessToken,
|
|
296393
|
+
onDone
|
|
296394
|
+
})
|
|
296395
|
+
});
|
|
296396
|
+
}
|
|
296386
296397
|
async function showNoModelsFlow(accessToken) {
|
|
296387
296398
|
return new Promise((resolve20) => {
|
|
296388
296399
|
let instance = null;
|
|
@@ -296395,7 +296406,7 @@ async function showNoModelsFlow(accessToken) {
|
|
|
296395
296406
|
instance.unmount();
|
|
296396
296407
|
setTimeout(() => resolve20(result), 50);
|
|
296397
296408
|
};
|
|
296398
|
-
render(/* @__PURE__ */ jsx_runtime71.jsx(
|
|
296409
|
+
render(/* @__PURE__ */ jsx_runtime71.jsx(StandalonePurchaseFlowView, {
|
|
296399
296410
|
accessToken,
|
|
296400
296411
|
onDone: finish
|
|
296401
296412
|
})).then((created) => {
|
|
@@ -296413,6 +296424,7 @@ var init_purchaseFlow = __esm(() => {
|
|
|
296413
296424
|
init_TextInput();
|
|
296414
296425
|
init_useTerminalSize();
|
|
296415
296426
|
init_ink2();
|
|
296427
|
+
init_AppState();
|
|
296416
296428
|
init_browser();
|
|
296417
296429
|
init_verbooCheckout();
|
|
296418
296430
|
init_verbooApiError();
|
|
@@ -395764,7 +395776,7 @@ function getAnthropicEnvMetadata() {
|
|
|
395764
395776
|
function getBuildAgeMinutes() {
|
|
395765
395777
|
if (false)
|
|
395766
395778
|
;
|
|
395767
|
-
const buildTime = new Date("2026-07-19T22:
|
|
395779
|
+
const buildTime = new Date("2026-07-19T22:49:55.116Z").getTime();
|
|
395768
395780
|
if (isNaN(buildTime))
|
|
395769
395781
|
return;
|
|
395770
395782
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -424024,7 +424036,7 @@ function buildPrimarySection() {
|
|
|
424024
424036
|
});
|
|
424025
424037
|
return [{
|
|
424026
424038
|
label: "Version",
|
|
424027
|
-
value: "0.14.
|
|
424039
|
+
value: "0.14.1"
|
|
424028
424040
|
}, {
|
|
424029
424041
|
label: "Session name",
|
|
424030
424042
|
value: nameValue
|
|
@@ -436953,7 +436965,7 @@ function getReleaseTagUrl(version2 = publicBuildVersion) {
|
|
|
436953
436965
|
return `${VERBOO_RELEASES_URL}/tag/v${normalizePublicVersion(version2)}`;
|
|
436954
436966
|
}
|
|
436955
436967
|
function getPublicBuildVersion() {
|
|
436956
|
-
return "0.14.
|
|
436968
|
+
return "0.14.1";
|
|
436957
436969
|
}
|
|
436958
436970
|
var import_semver10, VERBOO_RELEASES_URL = "https://github.com/verbeux-ai/code/releases", fallbackBuildVersion, publicBuildVersion;
|
|
436959
436971
|
var init_version = __esm(() => {
|
|
@@ -488346,7 +488358,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
488346
488358
|
var call64 = async () => {
|
|
488347
488359
|
return {
|
|
488348
488360
|
type: "text",
|
|
488349
|
-
value: `${"99.0.0"} (built ${"2026-07-19T22:
|
|
488361
|
+
value: `${"99.0.0"} (built ${"2026-07-19T22:49:55.116Z"})`
|
|
488350
488362
|
};
|
|
488351
488363
|
}, version2, version_default;
|
|
488352
488364
|
var init_version2 = __esm(() => {
|
|
@@ -521421,7 +521433,7 @@ function printStartupScreen(modelOverride) {
|
|
|
521421
521433
|
const home = process.env.HOME || process.env.USERPROFILE || "";
|
|
521422
521434
|
const cwd2 = process.cwd();
|
|
521423
521435
|
const displayCwd = home && cwd2.startsWith(home) ? `~${cwd2.slice(home.length)}` : cwd2;
|
|
521424
|
-
const version3 = "0.14.
|
|
521436
|
+
const version3 = "0.14.1";
|
|
521425
521437
|
const bold2 = `${ESC4}1m`;
|
|
521426
521438
|
const PURPLE = rgb3(...ACCENT);
|
|
521427
521439
|
const SOFT = rgb3(...CREAM);
|
|
@@ -539713,7 +539725,7 @@ var init_routerRateLimitHook = __esm(() => {
|
|
|
539713
539725
|
function getSemverPart(version3) {
|
|
539714
539726
|
return `${import_semver13.major(version3, { loose: true })}.${import_semver13.minor(version3, { loose: true })}.${import_semver13.patch(version3, { loose: true })}`;
|
|
539715
539727
|
}
|
|
539716
|
-
function useUpdateNotification(updatedVersion, initialVersion = "0.14.
|
|
539728
|
+
function useUpdateNotification(updatedVersion, initialVersion = "0.14.1") {
|
|
539717
539729
|
const [lastNotifiedSemver, setLastNotifiedSemver] = import_react225.useState(() => getSemverPart(initialVersion));
|
|
539718
539730
|
const [pendingNotification2, setPendingNotification] = import_react225.useState(null);
|
|
539719
539731
|
if (updatedVersion) {
|
|
@@ -539753,7 +539765,7 @@ function AutoUpdater({
|
|
|
539753
539765
|
return;
|
|
539754
539766
|
}
|
|
539755
539767
|
if (false) {}
|
|
539756
|
-
const currentVersion = "0.14.
|
|
539768
|
+
const currentVersion = "0.14.1";
|
|
539757
539769
|
const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
|
|
539758
539770
|
let latestVersion = await getLatestVersion(channel2);
|
|
539759
539771
|
const isDisabled = isAutoUpdaterDisabled();
|
|
@@ -540106,17 +540118,17 @@ function PackageManagerAutoUpdater(t0) {
|
|
|
540106
540118
|
const maxVersion = await getMaxVersion();
|
|
540107
540119
|
if (maxVersion && latest && gt(latest, maxVersion)) {
|
|
540108
540120
|
logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
|
|
540109
|
-
if (gte("0.14.
|
|
540110
|
-
logForDebugging(`PackageManagerAutoUpdater: current version ${"0.14.
|
|
540121
|
+
if (gte("0.14.1", maxVersion)) {
|
|
540122
|
+
logForDebugging(`PackageManagerAutoUpdater: current version ${"0.14.1"} is already at or above maxVersion ${maxVersion}, skipping update`);
|
|
540111
540123
|
setUpdateAvailable(false);
|
|
540112
540124
|
return;
|
|
540113
540125
|
}
|
|
540114
540126
|
latest = maxVersion;
|
|
540115
540127
|
}
|
|
540116
|
-
const hasUpdate = latest && !gte("0.14.
|
|
540128
|
+
const hasUpdate = latest && !gte("0.14.1", latest) && !shouldSkipVersion(latest);
|
|
540117
540129
|
setUpdateAvailable(!!hasUpdate);
|
|
540118
540130
|
if (hasUpdate) {
|
|
540119
|
-
logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.14.
|
|
540131
|
+
logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.14.1"} -> ${latest}`);
|
|
540120
540132
|
}
|
|
540121
540133
|
};
|
|
540122
540134
|
$2[0] = t1;
|
|
@@ -540150,7 +540162,7 @@ function PackageManagerAutoUpdater(t0) {
|
|
|
540150
540162
|
wrap: "truncate",
|
|
540151
540163
|
children: [
|
|
540152
540164
|
"currentVersion: ",
|
|
540153
|
-
"0.14.
|
|
540165
|
+
"0.14.1"
|
|
540154
540166
|
]
|
|
540155
540167
|
});
|
|
540156
540168
|
$2[3] = verbose;
|
|
@@ -556101,10 +556113,10 @@ async function autoUpdateCliInBackground() {
|
|
|
556101
556113
|
return;
|
|
556102
556114
|
const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
|
|
556103
556115
|
const latest = await getLatestVersion(channel2);
|
|
556104
|
-
if (!latest || gte("0.14.
|
|
556116
|
+
if (!latest || gte("0.14.1", latest))
|
|
556105
556117
|
return;
|
|
556106
556118
|
writeToStdout(`
|
|
556107
|
-
Nova versão disponível: ${latest} (atual: ${"0.14.
|
|
556119
|
+
Nova versão disponível: ${latest} (atual: ${"0.14.1"})
|
|
556108
556120
|
`);
|
|
556109
556121
|
writeToStdout(`Atualizando automaticamente...
|
|
556110
556122
|
`);
|
|
@@ -573798,7 +573810,7 @@ function WelcomeV2() {
|
|
|
573798
573810
|
dimColor: true,
|
|
573799
573811
|
children: [
|
|
573800
573812
|
"v",
|
|
573801
|
-
"0.14.
|
|
573813
|
+
"0.14.1",
|
|
573802
573814
|
" "
|
|
573803
573815
|
]
|
|
573804
573816
|
})
|
|
@@ -573985,7 +573997,7 @@ function WelcomeV2() {
|
|
|
573985
573997
|
dimColor: true,
|
|
573986
573998
|
children: [
|
|
573987
573999
|
"v",
|
|
573988
|
-
"0.14.
|
|
574000
|
+
"0.14.1",
|
|
573989
574001
|
" "
|
|
573990
574002
|
]
|
|
573991
574003
|
})
|
|
@@ -574201,7 +574213,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
574201
574213
|
dimColor: true,
|
|
574202
574214
|
children: [
|
|
574203
574215
|
"v",
|
|
574204
|
-
"0.14.
|
|
574216
|
+
"0.14.1",
|
|
574205
574217
|
" "
|
|
574206
574218
|
]
|
|
574207
574219
|
});
|
|
@@ -574410,7 +574422,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
574410
574422
|
dimColor: true,
|
|
574411
574423
|
children: [
|
|
574412
574424
|
"v",
|
|
574413
|
-
"0.14.
|
|
574425
|
+
"0.14.1",
|
|
574414
574426
|
" "
|
|
574415
574427
|
]
|
|
574416
574428
|
});
|
|
@@ -591812,7 +591824,7 @@ __export(exports_update, {
|
|
|
591812
591824
|
});
|
|
591813
591825
|
async function update() {
|
|
591814
591826
|
logEvent("tengu_update_check", {});
|
|
591815
|
-
writeToStdout(`Current version: ${"0.14.
|
|
591827
|
+
writeToStdout(`Current version: ${"0.14.1"}
|
|
591816
591828
|
`);
|
|
591817
591829
|
const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
|
|
591818
591830
|
writeToStdout(`Checking for updates to ${channel2} version...
|
|
@@ -591897,8 +591909,8 @@ async function update() {
|
|
|
591897
591909
|
writeToStdout(`Verboo Code is managed by Homebrew.
|
|
591898
591910
|
`);
|
|
591899
591911
|
const latest = await getLatestVersion(channel2);
|
|
591900
|
-
if (latest && !gte("0.14.
|
|
591901
|
-
writeToStdout(`Update available: ${"0.14.
|
|
591912
|
+
if (latest && !gte("0.14.1", latest)) {
|
|
591913
|
+
writeToStdout(`Update available: ${"0.14.1"} → ${latest}
|
|
591902
591914
|
`);
|
|
591903
591915
|
writeToStdout(`
|
|
591904
591916
|
`);
|
|
@@ -591914,8 +591926,8 @@ async function update() {
|
|
|
591914
591926
|
writeToStdout(`Verboo Code is managed by winget.
|
|
591915
591927
|
`);
|
|
591916
591928
|
const latest = await getLatestVersion(channel2);
|
|
591917
|
-
if (latest && !gte("0.14.
|
|
591918
|
-
writeToStdout(`Update available: ${"0.14.
|
|
591929
|
+
if (latest && !gte("0.14.1", latest)) {
|
|
591930
|
+
writeToStdout(`Update available: ${"0.14.1"} → ${latest}
|
|
591919
591931
|
`);
|
|
591920
591932
|
writeToStdout(`
|
|
591921
591933
|
`);
|
|
@@ -591931,8 +591943,8 @@ async function update() {
|
|
|
591931
591943
|
writeToStdout(`Verboo Code is managed by apk.
|
|
591932
591944
|
`);
|
|
591933
591945
|
const latest = await getLatestVersion(channel2);
|
|
591934
|
-
if (latest && !gte("0.14.
|
|
591935
|
-
writeToStdout(`Update available: ${"0.14.
|
|
591946
|
+
if (latest && !gte("0.14.1", latest)) {
|
|
591947
|
+
writeToStdout(`Update available: ${"0.14.1"} → ${latest}
|
|
591936
591948
|
`);
|
|
591937
591949
|
writeToStdout(`
|
|
591938
591950
|
`);
|
|
@@ -591985,11 +591997,11 @@ async function update() {
|
|
|
591985
591997
|
`);
|
|
591986
591998
|
await gracefulShutdown(1);
|
|
591987
591999
|
}
|
|
591988
|
-
if (result.latestVersion === "0.14.
|
|
591989
|
-
writeToStdout(source_default.green(`Verboo Code is up to date (${"0.14.
|
|
592000
|
+
if (result.latestVersion === "0.14.1") {
|
|
592001
|
+
writeToStdout(source_default.green(`Verboo Code is up to date (${"0.14.1"})`) + `
|
|
591990
592002
|
`);
|
|
591991
592003
|
} else {
|
|
591992
|
-
writeToStdout(source_default.green(`Successfully updated from ${"0.14.
|
|
592004
|
+
writeToStdout(source_default.green(`Successfully updated from ${"0.14.1"} to version ${result.latestVersion}`) + `
|
|
591993
592005
|
`);
|
|
591994
592006
|
await regenerateCompletionCache();
|
|
591995
592007
|
}
|
|
@@ -592049,12 +592061,12 @@ async function update() {
|
|
|
592049
592061
|
`);
|
|
592050
592062
|
await gracefulShutdown(1);
|
|
592051
592063
|
}
|
|
592052
|
-
if (latestVersion === "0.14.
|
|
592053
|
-
writeToStdout(source_default.green(`Verboo Code is up to date (${"0.14.
|
|
592064
|
+
if (latestVersion === "0.14.1") {
|
|
592065
|
+
writeToStdout(source_default.green(`Verboo Code is up to date (${"0.14.1"})`) + `
|
|
592054
592066
|
`);
|
|
592055
592067
|
await gracefulShutdown(0);
|
|
592056
592068
|
}
|
|
592057
|
-
writeToStdout(`New version available: ${latestVersion} (current: ${"0.14.
|
|
592069
|
+
writeToStdout(`New version available: ${latestVersion} (current: ${"0.14.1"})
|
|
592058
592070
|
`);
|
|
592059
592071
|
writeToStdout(`Installing update...
|
|
592060
592072
|
`);
|
|
@@ -592099,7 +592111,7 @@ async function update() {
|
|
|
592099
592111
|
logForDebugging(`update: Installation status: ${status2}`);
|
|
592100
592112
|
switch (status2) {
|
|
592101
592113
|
case "success":
|
|
592102
|
-
writeToStdout(source_default.green(`Successfully updated from ${"0.14.
|
|
592114
|
+
writeToStdout(source_default.green(`Successfully updated from ${"0.14.1"} to version ${latestVersion}`) + `
|
|
592103
592115
|
`);
|
|
592104
592116
|
await regenerateCompletionCache();
|
|
592105
592117
|
break;
|
|
@@ -593383,7 +593395,7 @@ ${customInstructions}` : customInstructions;
|
|
|
593383
593395
|
is_native_binary: isInBundledMode()
|
|
593384
593396
|
});
|
|
593385
593397
|
logMemoryDiagnostics("start", {
|
|
593386
|
-
version: "0.14.
|
|
593398
|
+
version: "0.14.1",
|
|
593387
593399
|
debug: debug2,
|
|
593388
593400
|
debugToStderr,
|
|
593389
593401
|
print: print ?? false,
|
|
@@ -594194,7 +594206,7 @@ Usage: verboo --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
594194
594206
|
pendingHookMessages
|
|
594195
594207
|
}, renderAndRun);
|
|
594196
594208
|
}
|
|
594197
|
-
}).version(`0.14.
|
|
594209
|
+
}).version(`0.14.1 (${cliDesc})`, "-v, --version", "Output the version number");
|
|
594198
594210
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
594199
594211
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
594200
594212
|
if (canUserConfigureAdvisor()) {
|
|
@@ -594770,7 +594782,7 @@ if (false) {}
|
|
|
594770
594782
|
async function main2() {
|
|
594771
594783
|
const args = process.argv.slice(2);
|
|
594772
594784
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
594773
|
-
console.log(`${"0.14.
|
|
594785
|
+
console.log(`${"0.14.1"} (Verboo Code)`);
|
|
594774
594786
|
return;
|
|
594775
594787
|
}
|
|
594776
594788
|
if (!IS_VERBOO_CLI && args.includes("--provider")) {
|
|
@@ -594944,4 +594956,4 @@ async function main2() {
|
|
|
594944
594956
|
}
|
|
594945
594957
|
main2();
|
|
594946
594958
|
|
|
594947
|
-
//# debugId=
|
|
594959
|
+
//# debugId=21F9D5872B017FE964756E2164756E21
|