codez-cli 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/dist/cli.js +117 -123
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -71804,7 +71804,7 @@ function getDefaultMainLoopModelSetting() {
71804
71804
  if (process.env.USER_TYPE === "ant") {
71805
71805
  return getAntModelOverrideConfig()?.defaultModel ?? getDefaultOpusModel();
71806
71806
  }
71807
- return getDefaultSonnetModel();
71807
+ return getDefaultOpusModel();
71808
71808
  }
71809
71809
  function getDefaultMainLoopModel() {
71810
71810
  return parseUserSpecifiedModel(getDefaultMainLoopModelSetting());
@@ -71820,7 +71820,7 @@ function getCanonicalName(fullModelName) {
71820
71820
  return firstPartyNameToCanonical(resolveOverriddenModel(fullModelName));
71821
71821
  }
71822
71822
  function getClaudeAiUserDefaultModelDescription(fastMode = false) {
71823
- return `GPT-5.4 Mini · Best for everyday tasks`;
71823
+ return `GPT-5.4 · Most capable for complex work`;
71824
71824
  }
71825
71825
  function renderDefaultModelSetting(setting) {
71826
71826
  if (setting === "opusplan") {
@@ -75152,7 +75152,7 @@ var init_auth = __esm(() => {
75152
75152
 
75153
75153
  // src/utils/userAgent.ts
75154
75154
  function getClaudeCodeUserAgent() {
75155
- return `claude-code/${"0.1.7"}`;
75155
+ return `claude-code/${"0.1.8"}`;
75156
75156
  }
75157
75157
 
75158
75158
  // src/utils/workloadContext.ts
@@ -75174,7 +75174,7 @@ function getUserAgent() {
75174
75174
  const clientApp = process.env.CLAUDE_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}` : "";
75175
75175
  const workload = getWorkload();
75176
75176
  const workloadSuffix = workload ? `, workload/${workload}` : "";
75177
- return `claude-cli/${"0.1.7"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
75177
+ return `claude-cli/${"0.1.8"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
75178
75178
  }
75179
75179
  function getMCPUserAgent() {
75180
75180
  const parts = [];
@@ -75188,7 +75188,7 @@ function getMCPUserAgent() {
75188
75188
  parts.push(`client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}`);
75189
75189
  }
75190
75190
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
75191
- return `claude-code/${"0.1.7"}${suffix}`;
75191
+ return `claude-code/${"0.1.8"}${suffix}`;
75192
75192
  }
75193
75193
  function getWebFetchUserAgent() {
75194
75194
  return `Claude-User (${getClaudeCodeUserAgent()}; +https://support.anthropic.com/)`;
@@ -75326,7 +75326,7 @@ var init_user = __esm(() => {
75326
75326
  deviceId,
75327
75327
  sessionId: getSessionId(),
75328
75328
  email: getEmail(),
75329
- appVersion: "0.1.7",
75329
+ appVersion: "0.1.8",
75330
75330
  platform: getHostPlatformForAnalytics(),
75331
75331
  organizationUuid,
75332
75332
  accountUuid,
@@ -89699,7 +89699,7 @@ var init_metadata = __esm(() => {
89699
89699
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
89700
89700
  WHITESPACE_REGEX = /\s+/;
89701
89701
  getVersionBase = memoize_default(() => {
89702
- const match = "0.1.7".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
89702
+ const match = "0.1.8".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
89703
89703
  return match ? match[0] : undefined;
89704
89704
  });
89705
89705
  buildEnvContext = memoize_default(async () => {
@@ -89739,9 +89739,9 @@ var init_metadata = __esm(() => {
89739
89739
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
89740
89740
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
89741
89741
  isClaudeAiAuth: isClaudeAISubscriber(),
89742
- version: "0.1.7",
89742
+ version: "0.1.8",
89743
89743
  versionBase: getVersionBase(),
89744
- buildTime: "2026-04-02T00:17:13.839Z",
89744
+ buildTime: "2026-04-02T00:26:20.259Z",
89745
89745
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
89746
89746
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
89747
89747
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -90409,7 +90409,7 @@ function initialize1PEventLogging() {
90409
90409
  const platform3 = getPlatform();
90410
90410
  const attributes = {
90411
90411
  [import_semantic_conventions.ATTR_SERVICE_NAME]: "claude-code",
90412
- [import_semantic_conventions.ATTR_SERVICE_VERSION]: "0.1.7"
90412
+ [import_semantic_conventions.ATTR_SERVICE_VERSION]: "0.1.8"
90413
90413
  };
90414
90414
  if (platform3 === "wsl") {
90415
90415
  const wslVersion = getWslVersion();
@@ -90436,7 +90436,7 @@ function initialize1PEventLogging() {
90436
90436
  })
90437
90437
  ]
90438
90438
  });
90439
- firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "0.1.7");
90439
+ firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "0.1.8");
90440
90440
  }
90441
90441
  async function reinitialize1PEventLoggingIfConfigChanged() {
90442
90442
  if (!is1PEventLoggingEnabled() || !firstPartyEventLoggerProvider) {
@@ -92382,7 +92382,7 @@ function getAttributionHeader(fingerprint) {
92382
92382
  if (!isAttributionHeaderEnabled()) {
92383
92383
  return "";
92384
92384
  }
92385
- const version2 = `${"0.1.7"}.${fingerprint}`;
92385
+ const version2 = `${"0.1.8"}.${fingerprint}`;
92386
92386
  const entrypoint = process.env.CLAUDE_CODE_ENTRYPOINT ?? "unknown";
92387
92387
  const cch = "";
92388
92388
  const workload = getWorkload();
@@ -293412,7 +293412,7 @@ function getTelemetryAttributes() {
293412
293412
  attributes["session.id"] = sessionId;
293413
293413
  }
293414
293414
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
293415
- attributes["app.version"] = "0.1.7";
293415
+ attributes["app.version"] = "0.1.8";
293416
293416
  }
293417
293417
  const oauthAccount = getOauthAccountInfo();
293418
293418
  if (oauthAccount) {
@@ -317421,7 +317421,7 @@ function getInstallationEnv() {
317421
317421
  return;
317422
317422
  }
317423
317423
  function getClaudeCodeVersion() {
317424
- return "0.1.7";
317424
+ return "0.1.8";
317425
317425
  }
317426
317426
  async function getInstalledVSCodeExtensionVersion(command) {
317427
317427
  const { stdout } = await execFileNoThrow(command, ["--list-extensions", "--show-versions"], {
@@ -320140,7 +320140,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
320140
320140
  const client2 = new Client({
320141
320141
  name: "claude-code",
320142
320142
  title: "codez",
320143
- version: "0.1.7",
320143
+ version: "0.1.8",
320144
320144
  description: "AI-powered agentic coding tool",
320145
320145
  websiteUrl: PRODUCT_URL
320146
320146
  }, {
@@ -320495,7 +320495,7 @@ var init_client5 = __esm(() => {
320495
320495
  const client2 = new Client({
320496
320496
  name: "claude-code",
320497
320497
  title: "codez",
320498
- version: "0.1.7",
320498
+ version: "0.1.8",
320499
320499
  description: "AI-powered agentic coding tool",
320500
320500
  websiteUrl: PRODUCT_URL
320501
320501
  }, {
@@ -396096,7 +396096,7 @@ async function initializeBetaTracing(resource) {
396096
396096
  });
396097
396097
  import_api_logs.logs.setGlobalLoggerProvider(loggerProvider);
396098
396098
  setLoggerProvider(loggerProvider);
396099
- const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "0.1.7");
396099
+ const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "0.1.8");
396100
396100
  setEventLogger(eventLogger);
396101
396101
  process.on("beforeExit", async () => {
396102
396102
  await loggerProvider?.forceFlush();
@@ -396136,7 +396136,7 @@ async function initializeTelemetry() {
396136
396136
  const platform5 = getPlatform();
396137
396137
  const baseAttributes = {
396138
396138
  [import_semantic_conventions2.ATTR_SERVICE_NAME]: "claude-code",
396139
- [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "0.1.7"
396139
+ [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "0.1.8"
396140
396140
  };
396141
396141
  if (platform5 === "wsl") {
396142
396142
  const wslVersion = getWslVersion();
@@ -396181,7 +396181,7 @@ async function initializeTelemetry() {
396181
396181
  } catch {}
396182
396182
  };
396183
396183
  registerCleanup(shutdownTelemetry2);
396184
- return meterProvider2.getMeter("com.anthropic.claude_code", "0.1.7");
396184
+ return meterProvider2.getMeter("com.anthropic.claude_code", "0.1.8");
396185
396185
  }
396186
396186
  const meterProvider = new import_sdk_metrics2.MeterProvider({
396187
396187
  resource,
@@ -396201,7 +396201,7 @@ async function initializeTelemetry() {
396201
396201
  });
396202
396202
  import_api_logs.logs.setGlobalLoggerProvider(loggerProvider);
396203
396203
  setLoggerProvider(loggerProvider);
396204
- const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "0.1.7");
396204
+ const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "0.1.8");
396205
396205
  setEventLogger(eventLogger);
396206
396206
  logForDebugging("[3P telemetry] Event logger set successfully");
396207
396207
  process.on("beforeExit", async () => {
@@ -396263,7 +396263,7 @@ Current timeout: ${timeoutMs}ms
396263
396263
  }
396264
396264
  };
396265
396265
  registerCleanup(shutdownTelemetry);
396266
- return meterProvider.getMeter("com.anthropic.claude_code", "0.1.7");
396266
+ return meterProvider.getMeter("com.anthropic.claude_code", "0.1.8");
396267
396267
  }
396268
396268
  async function flushTelemetry() {
396269
396269
  const meterProvider = getMeterProvider();
@@ -396820,9 +396820,9 @@ async function assertMinVersion() {
396820
396820
  if (false) {}
396821
396821
  try {
396822
396822
  const versionConfig = await getDynamicConfig_BLOCKS_ON_INIT("tengu_version_config", { minVersion: "0.0.0" });
396823
- if (versionConfig.minVersion && lt("0.1.7", versionConfig.minVersion)) {
396823
+ if (versionConfig.minVersion && lt("0.1.8", versionConfig.minVersion)) {
396824
396824
  console.error(`
396825
- It looks like your version of codez (${"0.1.7"}) needs an update.
396825
+ It looks like your version of codez (${"0.1.8"}) needs an update.
396826
396826
  A newer version (${versionConfig.minVersion} or higher) is required to continue.
396827
396827
 
396828
396828
  To update, please run:
@@ -397038,7 +397038,7 @@ async function installGlobalPackage(specificVersion) {
397038
397038
  logError2(new AutoUpdaterError("Another process is currently installing an update"));
397039
397039
  logEvent("tengu_auto_updater_lock_contention", {
397040
397040
  pid: process.pid,
397041
- currentVersion: "0.1.7"
397041
+ currentVersion: "0.1.8"
397042
397042
  });
397043
397043
  return "in_progress";
397044
397044
  }
@@ -397047,7 +397047,7 @@ async function installGlobalPackage(specificVersion) {
397047
397047
  if (!env4.isRunningWithBun() && env4.isNpmFromWindowsPath()) {
397048
397048
  logError2(new Error("Windows NPM detected in WSL environment"));
397049
397049
  logEvent("tengu_auto_updater_windows_npm_in_wsl", {
397050
- currentVersion: "0.1.7"
397050
+ currentVersion: "0.1.8"
397051
397051
  });
397052
397052
  console.error(`
397053
397053
  Error: Windows NPM detected in WSL
@@ -397582,7 +397582,7 @@ function detectLinuxGlobPatternWarnings() {
397582
397582
  }
397583
397583
  async function getDoctorDiagnostic() {
397584
397584
  const installationType = await getCurrentInstallationType();
397585
- const version2 = typeof MACRO !== "undefined" ? "0.1.7" : "unknown";
397585
+ const version2 = typeof MACRO !== "undefined" ? "0.1.8" : "unknown";
397586
397586
  const installationPath = await getInstallationPath();
397587
397587
  const invokedBinary = getInvokedBinary();
397588
397588
  const multipleInstallations = await detectMultipleInstallations();
@@ -398517,8 +398517,8 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
398517
398517
  const maxVersion = await getMaxVersion();
398518
398518
  if (maxVersion && gt(version2, maxVersion)) {
398519
398519
  logForDebugging(`Native installer: maxVersion ${maxVersion} is set, capping update from ${version2} to ${maxVersion}`);
398520
- if (gte("0.1.7", maxVersion)) {
398521
- logForDebugging(`Native installer: current version ${"0.1.7"} is already at or above maxVersion ${maxVersion}, skipping update`);
398520
+ if (gte("0.1.8", maxVersion)) {
398521
+ logForDebugging(`Native installer: current version ${"0.1.8"} is already at or above maxVersion ${maxVersion}, skipping update`);
398522
398522
  logEvent("tengu_native_update_skipped_max_version", {
398523
398523
  latency_ms: Date.now() - startTime,
398524
398524
  max_version: maxVersion,
@@ -398529,7 +398529,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
398529
398529
  version2 = maxVersion;
398530
398530
  }
398531
398531
  }
398532
- if (!forceReinstall && version2 === "0.1.7" && await versionIsAvailable(version2) && await isPossibleClaudeBinary(executablePath)) {
398532
+ if (!forceReinstall && version2 === "0.1.8" && await versionIsAvailable(version2) && await isPossibleClaudeBinary(executablePath)) {
398533
398533
  logForDebugging(`Found ${version2} at ${executablePath}, skipping install`);
398534
398534
  logEvent("tengu_native_update_complete", {
398535
398535
  latency_ms: Date.now() - startTime,
@@ -475417,11 +475417,6 @@ function getOpenAIModelOptions() {
475417
475417
  label: "GPT-5.4",
475418
475418
  description: "Latest frontier agentic coding model"
475419
475419
  },
475420
- {
475421
- value: "gpt-5.4[1m]",
475422
- label: "GPT-5.4 [1M]",
475423
- description: "GPT-5.4 with 1M token context window"
475424
- },
475425
475420
  {
475426
475421
  value: "gpt-5.4-mini",
475427
475422
  label: "GPT-5.4 Mini",
@@ -489355,7 +489350,7 @@ function getAnthropicEnvMetadata() {
489355
489350
  function getBuildAgeMinutes() {
489356
489351
  if (false)
489357
489352
  ;
489358
- const buildTime = new Date("2026-04-02T00:17:13.839Z").getTime();
489353
+ const buildTime = new Date("2026-04-02T00:26:20.259Z").getTime();
489359
489354
  if (isNaN(buildTime))
489360
489355
  return;
489361
489356
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -491687,8 +491682,6 @@ async function* queryModelOpenAI(messages, systemPrompt, thinkingConfig, tools,
491687
491682
  const hasFunctionTools = oaiTools.some((t) => t.type === "function");
491688
491683
  let params;
491689
491684
  const promptCacheKey = getSessionId() || undefined;
491690
- const is1mContext = has1mContext(options.model);
491691
- const contextWindowParams = is1mContext ? { model_context_window: 1050000, model_auto_compact_token_limit: 840000 } : {};
491692
491685
  if (client2.isOAuthChatgpt) {
491693
491686
  params = {
491694
491687
  model: openaiModel,
@@ -491701,8 +491694,7 @@ async function* queryModelOpenAI(messages, systemPrompt, thinkingConfig, tools,
491701
491694
  store: false,
491702
491695
  stream: true,
491703
491696
  include: reasoning ? ["reasoning.encrypted_content"] : [],
491704
- prompt_cache_key: promptCacheKey,
491705
- ...contextWindowParams
491697
+ prompt_cache_key: promptCacheKey
491706
491698
  };
491707
491699
  } else {
491708
491700
  const maxOutputTokens = options.maxOutputTokensOverride || MAX_OUTPUT_TOKENS[openaiModel] || 16384;
@@ -491719,8 +491711,7 @@ async function* queryModelOpenAI(messages, systemPrompt, thinkingConfig, tools,
491719
491711
  reasoning,
491720
491712
  previous_response_id: usePreviousResponseId ? _lastResponseId : undefined,
491721
491713
  store: true,
491722
- prompt_cache_key: promptCacheKey,
491723
- ...contextWindowParams
491714
+ prompt_cache_key: promptCacheKey
491724
491715
  };
491725
491716
  }
491726
491717
  logForDebugging(`[OpenAI] Request: model=${openaiModel} input=${input.length} items (${usePreviousResponseId ? "incremental, chain=" + _lastResponseId : "full"}) tools=${oaiTools.length}`);
@@ -492262,7 +492253,6 @@ var init_openai_query = __esm(() => {
492262
492253
  init_openai_adapter();
492263
492254
  init_effort();
492264
492255
  init_state();
492265
- init_context();
492266
492256
  MAX_OUTPUT_TOKENS = {
492267
492257
  "gpt-5.4": 32768,
492268
492258
  "gpt-5.4-mini": 16384,
@@ -513706,7 +513696,7 @@ function Feedback({
513706
513696
  platform: env4.platform,
513707
513697
  gitRepo: envInfo.isGit,
513708
513698
  terminal: env4.terminal,
513709
- version: "0.1.7",
513699
+ version: "0.1.8",
513710
513700
  transcript: normalizeMessagesForAPI(messages),
513711
513701
  errors: sanitizedErrors,
513712
513702
  lastApiRequest: getLastAPIRequest(),
@@ -513845,7 +513835,7 @@ function Feedback({
513845
513835
  dimColor: true
513846
513836
  }, description)), /* @__PURE__ */ React167.createElement(ThemedText, null, "- Environment info:", " ", /* @__PURE__ */ React167.createElement(ThemedText, {
513847
513837
  dimColor: true
513848
- }, env4.platform, ", ", env4.terminal, ", v", "0.1.7")), envInfo.gitState && /* @__PURE__ */ React167.createElement(ThemedText, null, "- Git repo metadata:", " ", /* @__PURE__ */ React167.createElement(ThemedText, {
513838
+ }, env4.platform, ", ", env4.terminal, ", v", "0.1.8")), envInfo.gitState && /* @__PURE__ */ React167.createElement(ThemedText, null, "- Git repo metadata:", " ", /* @__PURE__ */ React167.createElement(ThemedText, {
513849
513839
  dimColor: true
513850
513840
  }, envInfo.gitState.branchName, envInfo.gitState.commitHash ? `, ${envInfo.gitState.commitHash.slice(0, 7)}` : "", envInfo.gitState.remoteUrl ? ` @ ${envInfo.gitState.remoteUrl}` : "", !envInfo.gitState.isHeadOnRemote && ", not synced", !envInfo.gitState.isClean && ", has local changes")), /* @__PURE__ */ React167.createElement(ThemedText, null, "- Current session transcript")), /* @__PURE__ */ React167.createElement(ThemedBox_default, {
513851
513841
  marginTop: 1
@@ -513882,7 +513872,7 @@ ${sanitizedDescription}
513882
513872
  ` + `**Environment Info**
513883
513873
  ` + `- Platform: ${env4.platform}
513884
513874
  ` + `- Terminal: ${env4.terminal}
513885
- ` + `- Version: ${"0.1.7"}
513875
+ ` + `- Version: ${"0.1.8"}
513886
513876
  ` + `- Feedback ID: ${feedbackId}
513887
513877
  ` + `
513888
513878
  **Errors**
@@ -516943,7 +516933,7 @@ function buildPrimarySection() {
516943
516933
  }, "/rename to add a name");
516944
516934
  return [{
516945
516935
  label: "Version",
516946
- value: "0.1.7"
516936
+ value: "0.1.8"
516947
516937
  }, {
516948
516938
  label: "Session name",
516949
516939
  value: nameValue
@@ -520347,7 +520337,7 @@ function Config({
520347
520337
  });
520348
520338
  }
520349
520339
  })) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ React182.createElement(ChannelDowngradeDialog, {
520350
- currentVersion: "0.1.7",
520340
+ currentVersion: "0.1.8",
520351
520341
  onChoice: (choice) => {
520352
520342
  setShowSubmenu(null);
520353
520343
  setTabsHidden(false);
@@ -520359,7 +520349,7 @@ function Config({
520359
520349
  autoUpdatesChannel: "stable"
520360
520350
  };
520361
520351
  if (choice === "stay") {
520362
- newSettings.minimumVersion = "0.1.7";
520352
+ newSettings.minimumVersion = "0.1.8";
520363
520353
  }
520364
520354
  updateSettingsForSource("userSettings", newSettings);
520365
520355
  setSettingsData((prev_27) => ({
@@ -527120,7 +527110,7 @@ function HelpV2(t0) {
527120
527110
  let t6;
527121
527111
  if ($3[31] !== tabs) {
527122
527112
  t6 = /* @__PURE__ */ React209.createElement(Tabs, {
527123
- title: `codez v${"0.1.7"}`,
527113
+ title: `codez v${"0.1.8"}`,
527124
527114
  color: "professionalBlue",
527125
527115
  defaultTab: "general"
527126
527116
  }, tabs);
@@ -548514,7 +548504,7 @@ function getAllReleaseNotes(changelogContent = getStoredChangelogFromMemory()) {
548514
548504
  return [];
548515
548505
  }
548516
548506
  }
548517
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "0.1.7") {
548507
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "0.1.8") {
548518
548508
  if (process.env.USER_TYPE === "ant") {
548519
548509
  const changelog = MACRO.VERSION_CHANGELOG;
548520
548510
  if (changelog) {
@@ -548541,7 +548531,7 @@ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "0.1.7") {
548541
548531
  releaseNotes
548542
548532
  };
548543
548533
  }
548544
- function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "0.1.7") {
548534
+ function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "0.1.8") {
548545
548535
  if (process.env.USER_TYPE === "ant") {
548546
548536
  const changelog = MACRO.VERSION_CHANGELOG;
548547
548537
  if (changelog) {
@@ -549711,7 +549701,7 @@ function getRecentActivitySync() {
549711
549701
  return cachedActivity;
549712
549702
  }
549713
549703
  function getLogoDisplayData() {
549714
- const version2 = process.env.DEMO_VERSION ?? "0.1.7";
549704
+ const version2 = process.env.DEMO_VERSION ?? "0.1.8";
549715
549705
  const serverUrl = getDirectConnectServerUrl();
549716
549706
  const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
549717
549707
  const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -551087,7 +551077,7 @@ function LogoV2() {
551087
551077
  if ($3[2] === Symbol.for("react.memo_cache_sentinel")) {
551088
551078
  t2 = () => {
551089
551079
  const currentConfig = getGlobalConfig();
551090
- if (currentConfig.lastReleaseNotesSeen === "0.1.7") {
551080
+ if (currentConfig.lastReleaseNotesSeen === "0.1.8") {
551091
551081
  return;
551092
551082
  }
551093
551083
  saveGlobalConfig(_temp329);
@@ -551625,12 +551615,12 @@ function LogoV2() {
551625
551615
  return t41;
551626
551616
  }
551627
551617
  function _temp329(current) {
551628
- if (current.lastReleaseNotesSeen === "0.1.7") {
551618
+ if (current.lastReleaseNotesSeen === "0.1.8") {
551629
551619
  return current;
551630
551620
  }
551631
551621
  return {
551632
551622
  ...current,
551633
- lastReleaseNotesSeen: "0.1.7"
551623
+ lastReleaseNotesSeen: "0.1.8"
551634
551624
  };
551635
551625
  }
551636
551626
  function _temp245(s_0) {
@@ -575311,7 +575301,7 @@ async function captureMemoryDiagnostics(trigger, dumpNumber = 0) {
575311
575301
  smapsRollup,
575312
575302
  platform: process.platform,
575313
575303
  nodeVersion: process.version,
575314
- ccVersion: "0.1.7"
575304
+ ccVersion: "0.1.8"
575315
575305
  };
575316
575306
  }
575317
575307
  async function performHeapDump(trigger = "manual", dumpNumber = 0) {
@@ -575897,7 +575887,7 @@ var init_bridge_kick = __esm(() => {
575897
575887
  var call56 = async () => {
575898
575888
  return {
575899
575889
  type: "text",
575900
- value: `${"0.1.7"} (built ${"2026-04-02T00:17:13.839Z"})`
575890
+ value: `${"0.1.8"} (built ${"2026-04-02T00:26:20.259Z"})`
575901
575891
  };
575902
575892
  }, version2, version_default;
575903
575893
  var init_version = __esm(() => {
@@ -578422,35 +578412,41 @@ var init_export2 = __esm(() => {
578422
578412
  });
578423
578413
 
578424
578414
  // src/components/ModelTierPicker.tsx
578425
- function getModelSelectOptions() {
578426
- const options = getModelOptions(false);
578427
- return options.filter((opt) => opt.value !== null).map((opt) => ({
578428
- value: opt.value,
578429
- label: opt.label,
578430
- description: opt.description
578431
- }));
578432
- }
578433
578415
  function ModelTierPicker({
578434
578416
  onDone
578435
578417
  }) {
578436
578418
  const setAppState = useSetAppState();
578437
578419
  const currentModel = useAppState((s) => s.mainLoopModel);
578438
- const modelOptions = getModelSelectOptions();
578420
+ const complexModel = getDefaultOpusModel();
578421
+ const standardModel = getDefaultSonnetModel();
578422
+ const options = [
578423
+ {
578424
+ value: complexModel,
578425
+ label: `Complex · ${renderModelName(complexModel)}`,
578426
+ description: "Most capable model for complex tasks"
578427
+ },
578428
+ {
578429
+ value: standardModel,
578430
+ label: `Standard · ${renderModelName(standardModel)}`,
578431
+ description: "Fast and affordable for everyday tasks"
578432
+ }
578433
+ ];
578434
+ const currentResolved = currentModel ?? complexModel;
578439
578435
  return /* @__PURE__ */ React355.createElement(ThemedBox_default, {
578440
578436
  flexDirection: "column"
578441
578437
  }, /* @__PURE__ */ React355.createElement(ThemedBox_default, {
578442
578438
  marginBottom: 1,
578443
578439
  flexDirection: "column"
578444
578440
  }, /* @__PURE__ */ React355.createElement(ThemedText, {
578445
- color: "remember",
578441
+ color: "cyan",
578446
578442
  bold: true
578447
- }, "Select model"), /* @__PURE__ */ React355.createElement(ThemedText, {
578443
+ }, "Select model mode"), /* @__PURE__ */ React355.createElement(ThemedText, {
578448
578444
  dimColor: true
578449
- }, "Currently: ", source_default.bold(renderModelName(currentModel ?? "default")), ". Select a model to use for this session.")), /* @__PURE__ */ React355.createElement(ThemedBox_default, {
578445
+ }, "Currently: ", source_default.bold(renderModelName(currentResolved)), ". Select a mode for this session.")), /* @__PURE__ */ React355.createElement(ThemedBox_default, {
578450
578446
  flexDirection: "column"
578451
578447
  }, /* @__PURE__ */ React355.createElement(Select, {
578452
- defaultValue: currentModel ?? undefined,
578453
- options: modelOptions,
578448
+ defaultValue: currentResolved,
578449
+ options,
578454
578450
  onChange: (value) => {
578455
578451
  setAppState((prev) => ({
578456
578452
  ...prev,
@@ -578468,7 +578464,6 @@ var init_ModelTierPicker = __esm(() => {
578468
578464
  init_ink2();
578469
578465
  init_CustomSelect();
578470
578466
  init_model();
578471
- init_modelOptions();
578472
578467
  init_AppState();
578473
578468
  React355 = __toESM(require_react(), 1);
578474
578469
  });
@@ -578616,19 +578611,18 @@ var import_react_compiler_runtime272, React356, call63 = async (onDone, _context
578616
578611
  });
578617
578612
  }
578618
578613
  if (COMMON_HELP_ARGS.includes(args)) {
578619
- onDone("Run /model to configure model tiers, or /model [modelName] to set the model directly.", {
578614
+ onDone("Run /model to switch between Complex and Standard modes, or /model [modelName] to set a specific model.", {
578620
578615
  display: "system"
578621
578616
  });
578622
578617
  return;
578623
578618
  }
578624
578619
  if (args === "?") {
578625
578620
  const lines2 = [
578626
- `Model tier configuration:`,
578627
- ` Primary: ${source_default.bold(renderModelName(getDefaultOpusModel()))} (complex tasks)`,
578628
- ` Fast: ${source_default.bold(renderModelName(getDefaultSonnetModel()))} (lightweight tasks)`,
578629
- ` Mini: ${source_default.bold(renderModelName(getDefaultHaikuModel()))} (minimal-cost tasks)`,
578621
+ `Model modes:`,
578622
+ ` Complex: ${source_default.bold(renderModelName(getDefaultOpusModel()))} (most capable, for complex tasks)`,
578623
+ ` Standard: ${source_default.bold(renderModelName(getDefaultSonnetModel()))} (fast and affordable)`,
578630
578624
  ``,
578631
- `Run /model to change these settings.`
578625
+ `Run /model to switch between modes.`
578632
578626
  ];
578633
578627
  onDone(lines2.join(`
578634
578628
  `), { display: "system" });
@@ -584067,7 +584061,7 @@ function generateHtmlReport(data, insights) {
584067
584061
  </html>`;
584068
584062
  }
584069
584063
  function buildExportData(data, insights, facets, remoteStats) {
584070
- const version3 = typeof MACRO !== "undefined" ? "0.1.7" : "unknown";
584064
+ const version3 = typeof MACRO !== "undefined" ? "0.1.8" : "unknown";
584071
584065
  const remote_hosts_collected = remoteStats?.hosts.filter((h2) => h2.sessionCount > 0).map((h2) => h2.name);
584072
584066
  const facets_summary = {
584073
584067
  total: facets.size,
@@ -588176,7 +588170,7 @@ var init_sessionStorage = __esm(() => {
588176
588170
  init_settings2();
588177
588171
  init_slowOperations();
588178
588172
  init_uuid();
588179
- VERSION4 = typeof MACRO !== "undefined" ? "0.1.7" : "unknown";
588173
+ VERSION4 = typeof MACRO !== "undefined" ? "0.1.8" : "unknown";
588180
588174
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
588181
588175
  SKIP_FIRST_PROMPT_PATTERN = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
588182
588176
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -589381,7 +589375,7 @@ var init_filesystem = __esm(() => {
589381
589375
  });
589382
589376
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
589383
589377
  const nonce = randomBytes20(16).toString("hex");
589384
- return join139(getClaudeTempDir(), "bundled-skills", "0.1.7", nonce);
589378
+ return join139(getClaudeTempDir(), "bundled-skills", "0.1.8", nonce);
589385
589379
  });
589386
589380
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
589387
589381
  });
@@ -595371,7 +595365,7 @@ function computeFingerprint(messageText, version3) {
595371
595365
  }
595372
595366
  function computeFingerprintFromMessages(messages) {
595373
595367
  const firstMessageText = extractFirstMessageText(messages);
595374
- return computeFingerprint(firstMessageText, "0.1.7");
595368
+ return computeFingerprint(firstMessageText, "0.1.8");
595375
595369
  }
595376
595370
  var FINGERPRINT_SALT = "59cf53e54c78";
595377
595371
  var init_fingerprint = () => {};
@@ -597275,7 +597269,7 @@ async function sideQuery(opts) {
597275
597269
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
597276
597270
  }
597277
597271
  const messageText = extractFirstUserMessageText(messages);
597278
- const fingerprint = computeFingerprint(messageText, "0.1.7");
597272
+ const fingerprint = computeFingerprint(messageText, "0.1.8");
597279
597273
  const attributionHeader = getAttributionHeader(fingerprint);
597280
597274
  const systemBlocks = [
597281
597275
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -601848,7 +601842,7 @@ function buildSystemInitMessage(inputs) {
601848
601842
  slash_commands: inputs.commands.filter((c4) => c4.userInvocable !== false).map((c4) => c4.name),
601849
601843
  apiKeySource: getAnthropicApiKeyWithSource().source,
601850
601844
  betas: getSdkBetas(),
601851
- claude_code_version: "0.1.7",
601845
+ claude_code_version: "0.1.8",
601852
601846
  output_style: outputStyle2,
601853
601847
  agents: inputs.agents.map((agent) => agent.agentType),
601854
601848
  skills: inputs.skills.filter((s) => s.userInvocable !== false).map((skill) => skill.name),
@@ -614995,7 +614989,7 @@ var init_useVoiceEnabled = __esm(() => {
614995
614989
  function getSemverPart(version3) {
614996
614990
  return `${import_semver13.major(version3, { loose: true })}.${import_semver13.minor(version3, { loose: true })}.${import_semver13.patch(version3, { loose: true })}`;
614997
614991
  }
614998
- function useUpdateNotification(updatedVersion, initialVersion = "0.1.7") {
614992
+ function useUpdateNotification(updatedVersion, initialVersion = "0.1.8") {
614999
614993
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react338.useState(() => getSemverPart(initialVersion));
615000
614994
  if (!updatedVersion) {
615001
614995
  return null;
@@ -615035,7 +615029,7 @@ function AutoUpdater({
615035
615029
  return;
615036
615030
  }
615037
615031
  if (false) {}
615038
- const currentVersion = "0.1.7";
615032
+ const currentVersion = "0.1.8";
615039
615033
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
615040
615034
  let latestVersion = await getLatestVersion(channel);
615041
615035
  const isDisabled = isAutoUpdaterDisabled();
@@ -615220,12 +615214,12 @@ function NativeAutoUpdater({
615220
615214
  logEvent("tengu_native_auto_updater_start", {});
615221
615215
  try {
615222
615216
  const maxVersion = await getMaxVersion();
615223
- if (maxVersion && gt("0.1.7", maxVersion)) {
615217
+ if (maxVersion && gt("0.1.8", maxVersion)) {
615224
615218
  const msg = await getMaxVersionMessage();
615225
615219
  setMaxVersionIssue(msg ?? "affects your version");
615226
615220
  }
615227
615221
  const result = await installLatest(channel);
615228
- const currentVersion = "0.1.7";
615222
+ const currentVersion = "0.1.8";
615229
615223
  const latencyMs = Date.now() - startTime;
615230
615224
  if (result.lockFailed) {
615231
615225
  logEvent("tengu_native_auto_updater_lock_contention", {
@@ -615338,17 +615332,17 @@ function PackageManagerAutoUpdater(t0) {
615338
615332
  const maxVersion = await getMaxVersion();
615339
615333
  if (maxVersion && latest && gt(latest, maxVersion)) {
615340
615334
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
615341
- if (gte("0.1.7", maxVersion)) {
615342
- logForDebugging(`PackageManagerAutoUpdater: current version ${"0.1.7"} is already at or above maxVersion ${maxVersion}, skipping update`);
615335
+ if (gte("0.1.8", maxVersion)) {
615336
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"0.1.8"} is already at or above maxVersion ${maxVersion}, skipping update`);
615343
615337
  setUpdateAvailable(false);
615344
615338
  return;
615345
615339
  }
615346
615340
  latest = maxVersion;
615347
615341
  }
615348
- const hasUpdate = latest && !gte("0.1.7", latest) && !shouldSkipVersion(latest);
615342
+ const hasUpdate = latest && !gte("0.1.8", latest) && !shouldSkipVersion(latest);
615349
615343
  setUpdateAvailable(!!hasUpdate);
615350
615344
  if (hasUpdate) {
615351
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.1.7"} -> ${latest}`);
615345
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.1.8"} -> ${latest}`);
615352
615346
  }
615353
615347
  };
615354
615348
  $3[0] = t1;
@@ -615380,7 +615374,7 @@ function PackageManagerAutoUpdater(t0) {
615380
615374
  t4 = verbose && /* @__PURE__ */ React411.createElement(ThemedText, {
615381
615375
  dimColor: true,
615382
615376
  wrap: "truncate"
615383
- }, "currentVersion: ", "0.1.7");
615377
+ }, "currentVersion: ", "0.1.8");
615384
615378
  $3[3] = verbose;
615385
615379
  $3[4] = t4;
615386
615380
  } else {
@@ -622602,7 +622596,7 @@ function buildStatusLineCommandInput(permissionMode, exceeds200kTokens, settings
622602
622596
  project_dir: getOriginalCwd(),
622603
622597
  added_dirs: addedDirs
622604
622598
  },
622605
- version: "0.1.7",
622599
+ version: "0.1.8",
622606
622600
  output_style: {
622607
622601
  name: outputStyleName
622608
622602
  },
@@ -642231,7 +642225,7 @@ async function submitTranscriptShare(messages, trigger, appearanceId) {
642231
642225
  } catch {}
642232
642226
  const data = {
642233
642227
  trigger,
642234
- version: "0.1.7",
642228
+ version: "0.1.8",
642235
642229
  platform: process.platform,
642236
642230
  transcript,
642237
642231
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : undefined,
@@ -653373,7 +653367,7 @@ function WelcomeV2() {
653373
653367
  color: "claude"
653374
653368
  }, `Welcome to ${getProductName()}`, " "), /* @__PURE__ */ import_react441.default.createElement(ThemedText, {
653375
653369
  dimColor: true
653376
- }, "v", "0.1.7", " "));
653370
+ }, "v", "0.1.8", " "));
653377
653371
  t17 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, "…………………………………………………………………………………………………………………………………………………………");
653378
653372
  t22 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, " ");
653379
653373
  t32 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, " ");
@@ -653477,7 +653471,7 @@ function WelcomeV2() {
653477
653471
  color: "claude"
653478
653472
  }, `Welcome to ${getProductName()}`, " "), /* @__PURE__ */ import_react441.default.createElement(ThemedText, {
653479
653473
  dimColor: true
653480
- }, "v", "0.1.7", " "));
653474
+ }, "v", "0.1.8", " "));
653481
653475
  t1 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, "…………………………………………………………………………………………………………………………………………………………");
653482
653476
  t2 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, " ");
653483
653477
  t3 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, null, " * █████▓▓░ ");
@@ -653604,7 +653598,7 @@ function AppleTerminalWelcomeV2(t0) {
653604
653598
  if ($3[2] === Symbol.for("react.memo_cache_sentinel")) {
653605
653599
  t22 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, {
653606
653600
  dimColor: true
653607
- }, "v", "0.1.7", " ");
653601
+ }, "v", "0.1.8", " ");
653608
653602
  $3[2] = t22;
653609
653603
  } else {
653610
653604
  t22 = $3[2];
@@ -653742,7 +653736,7 @@ function AppleTerminalWelcomeV2(t0) {
653742
653736
  if ($3[24] === Symbol.for("react.memo_cache_sentinel")) {
653743
653737
  t2 = /* @__PURE__ */ import_react441.default.createElement(ThemedText, {
653744
653738
  dimColor: true
653745
- }, "v", "0.1.7", " ");
653739
+ }, "v", "0.1.8", " ");
653746
653740
  $3[24] = t2;
653747
653741
  } else {
653748
653742
  t2 = $3[24];
@@ -654944,7 +654938,7 @@ function completeOnboarding() {
654944
654938
  saveGlobalConfig((current) => ({
654945
654939
  ...current,
654946
654940
  hasCompletedOnboarding: true,
654947
- lastOnboardingVersion: "0.1.7"
654941
+ lastOnboardingVersion: "0.1.8"
654948
654942
  }));
654949
654943
  }
654950
654944
  function showDialog(root2, renderer) {
@@ -659222,7 +659216,7 @@ function appendToLog(path24, message) {
659222
659216
  cwd: getFsImplementation().cwd(),
659223
659217
  userType: process.env.USER_TYPE,
659224
659218
  sessionId: getSessionId(),
659225
- version: "0.1.7"
659219
+ version: "0.1.8"
659226
659220
  };
659227
659221
  getLogWriter(path24).write(messageWithTimestamp);
659228
659222
  }
@@ -663207,8 +663201,8 @@ async function getEnvLessBridgeConfig() {
663207
663201
  }
663208
663202
  async function checkEnvLessBridgeMinVersion() {
663209
663203
  const cfg = await getEnvLessBridgeConfig();
663210
- if (cfg.min_version && lt("0.1.7", cfg.min_version)) {
663211
- return `Your version of codez (${"0.1.7"}) is too old for Remote Control.
663204
+ if (cfg.min_version && lt("0.1.8", cfg.min_version)) {
663205
+ return `Your version of codez (${"0.1.8"}) is too old for Remote Control.
663212
663206
  Version ${cfg.min_version} or higher is required. Run \`claude update\` to update.`;
663213
663207
  }
663214
663208
  return null;
@@ -663682,7 +663676,7 @@ async function initBridgeCore(params) {
663682
663676
  const rawApi = createBridgeApiClient({
663683
663677
  baseUrl,
663684
663678
  getAccessToken,
663685
- runnerVersion: "0.1.7",
663679
+ runnerVersion: "0.1.8",
663686
663680
  onDebug: logForDebugging,
663687
663681
  onAuth401,
663688
663682
  getTrustedDeviceToken
@@ -668881,7 +668875,7 @@ async function startMCPServer(cwd3, debug4, verbose) {
668881
668875
  setCwd(cwd3);
668882
668876
  const server = new Server({
668883
668877
  name: "claude/tengu",
668884
- version: "0.1.7"
668878
+ version: "0.1.8"
668885
668879
  }, {
668886
668880
  capabilities: {
668887
668881
  tools: {}
@@ -670382,7 +670376,7 @@ __export(exports_update, {
670382
670376
  });
670383
670377
  async function update() {
670384
670378
  logEvent("tengu_update_check", {});
670385
- writeToStdout(`Current version: ${"0.1.7"}
670379
+ writeToStdout(`Current version: ${"0.1.8"}
670386
670380
  `);
670387
670381
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
670388
670382
  writeToStdout(`Checking for updates to ${channel} version...
@@ -670457,8 +670451,8 @@ async function update() {
670457
670451
  writeToStdout(`Claude is managed by Homebrew.
670458
670452
  `);
670459
670453
  const latest = await getLatestVersion(channel);
670460
- if (latest && !gte("0.1.7", latest)) {
670461
- writeToStdout(`Update available: ${"0.1.7"} → ${latest}
670454
+ if (latest && !gte("0.1.8", latest)) {
670455
+ writeToStdout(`Update available: ${"0.1.8"} → ${latest}
670462
670456
  `);
670463
670457
  writeToStdout(`
670464
670458
  `);
@@ -670474,8 +670468,8 @@ async function update() {
670474
670468
  writeToStdout(`Claude is managed by winget.
670475
670469
  `);
670476
670470
  const latest = await getLatestVersion(channel);
670477
- if (latest && !gte("0.1.7", latest)) {
670478
- writeToStdout(`Update available: ${"0.1.7"} → ${latest}
670471
+ if (latest && !gte("0.1.8", latest)) {
670472
+ writeToStdout(`Update available: ${"0.1.8"} → ${latest}
670479
670473
  `);
670480
670474
  writeToStdout(`
670481
670475
  `);
@@ -670491,8 +670485,8 @@ async function update() {
670491
670485
  writeToStdout(`Claude is managed by apk.
670492
670486
  `);
670493
670487
  const latest = await getLatestVersion(channel);
670494
- if (latest && !gte("0.1.7", latest)) {
670495
- writeToStdout(`Update available: ${"0.1.7"} → ${latest}
670488
+ if (latest && !gte("0.1.8", latest)) {
670489
+ writeToStdout(`Update available: ${"0.1.8"} → ${latest}
670496
670490
  `);
670497
670491
  writeToStdout(`
670498
670492
  `);
@@ -670557,11 +670551,11 @@ async function update() {
670557
670551
  `);
670558
670552
  await gracefulShutdown(1);
670559
670553
  }
670560
- if (result.latestVersion === "0.1.7") {
670561
- writeToStdout(source_default.green(`codez is up to date (${"0.1.7"})`) + `
670554
+ if (result.latestVersion === "0.1.8") {
670555
+ writeToStdout(source_default.green(`codez is up to date (${"0.1.8"})`) + `
670562
670556
  `);
670563
670557
  } else {
670564
- writeToStdout(source_default.green(`Successfully updated from ${"0.1.7"} to version ${result.latestVersion}`) + `
670558
+ writeToStdout(source_default.green(`Successfully updated from ${"0.1.8"} to version ${result.latestVersion}`) + `
670565
670559
  `);
670566
670560
  await regenerateCompletionCache();
670567
670561
  }
@@ -670621,12 +670615,12 @@ async function update() {
670621
670615
  `);
670622
670616
  await gracefulShutdown(1);
670623
670617
  }
670624
- if (latestVersion === "0.1.7") {
670625
- writeToStdout(source_default.green(`codez is up to date (${"0.1.7"})`) + `
670618
+ if (latestVersion === "0.1.8") {
670619
+ writeToStdout(source_default.green(`codez is up to date (${"0.1.8"})`) + `
670626
670620
  `);
670627
670621
  await gracefulShutdown(0);
670628
670622
  }
670629
- writeToStdout(`New version available: ${latestVersion} (current: ${"0.1.7"})
670623
+ writeToStdout(`New version available: ${latestVersion} (current: ${"0.1.8"})
670630
670624
  `);
670631
670625
  writeToStdout(`Installing update...
670632
670626
  `);
@@ -670671,7 +670665,7 @@ async function update() {
670671
670665
  logForDebugging(`update: Installation status: ${status2}`);
670672
670666
  switch (status2) {
670673
670667
  case "success":
670674
- writeToStdout(source_default.green(`Successfully updated from ${"0.1.7"} to version ${latestVersion}`) + `
670668
+ writeToStdout(source_default.green(`Successfully updated from ${"0.1.8"} to version ${latestVersion}`) + `
670675
670669
  `);
670676
670670
  await regenerateCompletionCache();
670677
670671
  break;
@@ -671915,7 +671909,7 @@ ${customInstructions}` : customInstructions;
671915
671909
  }
671916
671910
  }
671917
671911
  logForDiagnosticsNoPII("info", "started", {
671918
- version: "0.1.7",
671912
+ version: "0.1.8",
671919
671913
  is_native_binary: isInBundledMode()
671920
671914
  });
671921
671915
  registerCleanup(async () => {
@@ -672699,7 +672693,7 @@ Usage: codez --remote "your task description"`, () => gracefulShutdown(1));
672699
672693
  pendingHookMessages
672700
672694
  }, renderAndRun);
672701
672695
  }
672702
- }).version("0.1.7", "-v, --version", "Output the version number");
672696
+ }).version("0.1.8", "-v, --version", "Output the version number");
672703
672697
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
672704
672698
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
672705
672699
  if (canUserConfigureAdvisor()) {
@@ -673212,7 +673206,7 @@ async function main2() {
673212
673206
  const args = process.argv.slice(2);
673213
673207
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
673214
673208
  const label = process.env.CLAUDE_CODE_USE_OPENAI === "1" ? "codez (OpenAI)" : "codez";
673215
- console.log(`${"0.1.7"} (${label})`);
673209
+ console.log(`${"0.1.8"} (${label})`);
673216
673210
  return;
673217
673211
  }
673218
673212
  const {
@@ -673296,4 +673290,4 @@ async function main2() {
673296
673290
  }
673297
673291
  main2();
673298
673292
 
673299
- //# debugId=C47351221097E8D564756E2164756E21
673293
+ //# debugId=CFED978DD80FAAB164756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codez-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "AI coding CLI powered by OpenAI GPT-5.4 — the ultimate code companion",
5
5
  "type": "module",
6
6
  "bin": {