@jieee/coder 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +89 -89
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -135114,7 +135114,7 @@ var init_auth = __esm(() => {
135114
135114
 
135115
135115
  // src/utils/userAgent.ts
135116
135116
  function getClaudeCodeUserAgent() {
135117
- return `claude-code/${"v2.1.88.1.beta0"}`;
135117
+ return `claude-code/${"1.0.1"}`;
135118
135118
  }
135119
135119
 
135120
135120
  // src/utils/workloadContext.ts
@@ -135136,7 +135136,7 @@ function getUserAgent() {
135136
135136
  const clientApp = process.env.CLAUDE_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}` : "";
135137
135137
  const workload = getWorkload();
135138
135138
  const workloadSuffix = workload ? `, workload/${workload}` : "";
135139
- return `claude-cli/${"v2.1.88.1.beta0"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
135139
+ return `claude-cli/${"1.0.1"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
135140
135140
  }
135141
135141
  function getMCPUserAgent() {
135142
135142
  const parts = [];
@@ -135150,10 +135150,10 @@ function getMCPUserAgent() {
135150
135150
  parts.push(`client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}`);
135151
135151
  }
135152
135152
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
135153
- return `claude-code/${"v2.1.88.1.beta0"}${suffix}`;
135153
+ return `claude-code/${"1.0.1"}${suffix}`;
135154
135154
  }
135155
135155
  function getCopilotUserAgent() {
135156
- return `opencode/latest/${"v2.1.88.1.beta0"}`;
135156
+ return `opencode/latest/${"1.0.1"}`;
135157
135157
  }
135158
135158
  function getWebFetchUserAgent() {
135159
135159
  return `Claude-User (${getClaudeCodeUserAgent()}; +https://support.anthropic.com/)`;
@@ -135291,7 +135291,7 @@ var init_user = __esm(() => {
135291
135291
  deviceId,
135292
135292
  sessionId: getSessionId(),
135293
135293
  email: getEmail(),
135294
- appVersion: "v2.1.88.1.beta0",
135294
+ appVersion: "1.0.1",
135295
135295
  platform: getHostPlatformForAnalytics(),
135296
135296
  organizationUuid,
135297
135297
  accountUuid,
@@ -142985,7 +142985,7 @@ var init_metadata = __esm(() => {
142985
142985
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
142986
142986
  WHITESPACE_REGEX = /\s+/;
142987
142987
  getVersionBase = memoize_default(() => {
142988
- const match = "v2.1.88.1.beta0".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
142988
+ const match = "1.0.1".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
142989
142989
  return match ? match[0] : undefined;
142990
142990
  });
142991
142991
  buildEnvContext = memoize_default(async () => {
@@ -143025,9 +143025,9 @@ var init_metadata = __esm(() => {
143025
143025
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
143026
143026
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
143027
143027
  isClaudeAiAuth: isClaudeAISubscriber(),
143028
- version: "v2.1.88.1.beta0",
143028
+ version: "1.0.1",
143029
143029
  versionBase: getVersionBase(),
143030
- buildTime: "2026-04-04T13:15:01.581Z",
143030
+ buildTime: "2026-04-04T13:36:24.513Z",
143031
143031
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
143032
143032
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
143033
143033
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -143695,7 +143695,7 @@ function initialize1PEventLogging() {
143695
143695
  const platform2 = getPlatform();
143696
143696
  const attributes = {
143697
143697
  [import_semantic_conventions.ATTR_SERVICE_NAME]: "claude-code",
143698
- [import_semantic_conventions.ATTR_SERVICE_VERSION]: "v2.1.88.1.beta0"
143698
+ [import_semantic_conventions.ATTR_SERVICE_VERSION]: "1.0.1"
143699
143699
  };
143700
143700
  if (platform2 === "wsl") {
143701
143701
  const wslVersion = getWslVersion();
@@ -143722,7 +143722,7 @@ function initialize1PEventLogging() {
143722
143722
  })
143723
143723
  ]
143724
143724
  });
143725
- firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "v2.1.88.1.beta0");
143725
+ firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "1.0.1");
143726
143726
  }
143727
143727
  async function reinitialize1PEventLoggingIfConfigChanged() {
143728
143728
  if (!is1PEventLoggingEnabled() || !firstPartyEventLoggerProvider) {
@@ -145587,7 +145587,7 @@ function getAttributionHeader(fingerprint) {
145587
145587
  if (!isAttributionHeaderEnabled()) {
145588
145588
  return "";
145589
145589
  }
145590
- const version = `${"v2.1.88.1.beta0"}.${fingerprint}`;
145590
+ const version = `${"1.0.1"}.${fingerprint}`;
145591
145591
  const entrypoint = process.env.CLAUDE_CODE_ENTRYPOINT ?? "unknown";
145592
145592
  const cch = "";
145593
145593
  const workload = getWorkload();
@@ -242236,7 +242236,7 @@ function getTelemetryAttributes() {
242236
242236
  attributes["session.id"] = sessionId;
242237
242237
  }
242238
242238
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
242239
- attributes["app.version"] = "v2.1.88.1.beta0";
242239
+ attributes["app.version"] = "1.0.1";
242240
242240
  }
242241
242241
  const oauthAccount = getOauthAccountInfo();
242242
242242
  if (oauthAccount) {
@@ -273963,7 +273963,7 @@ function getInstallationEnv() {
273963
273963
  return;
273964
273964
  }
273965
273965
  function getClaudeCodeVersion() {
273966
- return "v2.1.88.1.beta0";
273966
+ return "1.0.1";
273967
273967
  }
273968
273968
  async function getInstalledVSCodeExtensionVersion(command) {
273969
273969
  const { stdout } = await execFileNoThrow(command, ["--list-extensions", "--show-versions"], {
@@ -279569,7 +279569,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
279569
279569
  const client2 = new Client({
279570
279570
  name: "claude-code",
279571
279571
  title: "Jieee Coder",
279572
- version: "v2.1.88.1.beta0",
279572
+ version: "1.0.1",
279573
279573
  description: "Anthropic's agentic coding tool",
279574
279574
  websiteUrl: PRODUCT_URL
279575
279575
  }, {
@@ -279924,7 +279924,7 @@ var init_client6 = __esm(() => {
279924
279924
  const client2 = new Client({
279925
279925
  name: "claude-code",
279926
279926
  title: "Jieee Coder",
279927
- version: "v2.1.88.1.beta0",
279927
+ version: "1.0.1",
279928
279928
  description: "Anthropic's agentic coding tool",
279929
279929
  websiteUrl: PRODUCT_URL
279930
279930
  }, {
@@ -325302,7 +325302,7 @@ async function initializeBetaTracing(resource) {
325302
325302
  });
325303
325303
  import_api_logs.logs.setGlobalLoggerProvider(loggerProvider);
325304
325304
  setLoggerProvider(loggerProvider);
325305
- const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "v2.1.88.1.beta0");
325305
+ const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "1.0.1");
325306
325306
  setEventLogger(eventLogger);
325307
325307
  process.on("beforeExit", async () => {
325308
325308
  await loggerProvider?.forceFlush();
@@ -325342,7 +325342,7 @@ async function initializeTelemetry() {
325342
325342
  const platform4 = getPlatform();
325343
325343
  const baseAttributes = {
325344
325344
  [import_semantic_conventions2.ATTR_SERVICE_NAME]: "claude-code",
325345
- [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "v2.1.88.1.beta0"
325345
+ [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "1.0.1"
325346
325346
  };
325347
325347
  if (platform4 === "wsl") {
325348
325348
  const wslVersion = getWslVersion();
@@ -325387,7 +325387,7 @@ async function initializeTelemetry() {
325387
325387
  } catch {}
325388
325388
  };
325389
325389
  registerCleanup(shutdownTelemetry2);
325390
- return meterProvider2.getMeter("com.anthropic.claude_code", "v2.1.88.1.beta0");
325390
+ return meterProvider2.getMeter("com.anthropic.claude_code", "1.0.1");
325391
325391
  }
325392
325392
  const meterProvider = new import_sdk_metrics2.MeterProvider({
325393
325393
  resource,
@@ -325407,7 +325407,7 @@ async function initializeTelemetry() {
325407
325407
  });
325408
325408
  import_api_logs.logs.setGlobalLoggerProvider(loggerProvider);
325409
325409
  setLoggerProvider(loggerProvider);
325410
- const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "v2.1.88.1.beta0");
325410
+ const eventLogger = import_api_logs.logs.getLogger("com.anthropic.claude_code.events", "1.0.1");
325411
325411
  setEventLogger(eventLogger);
325412
325412
  logForDebugging("[3P telemetry] Event logger set successfully");
325413
325413
  process.on("beforeExit", async () => {
@@ -325469,7 +325469,7 @@ Current timeout: ${timeoutMs}ms
325469
325469
  }
325470
325470
  };
325471
325471
  registerCleanup(shutdownTelemetry);
325472
- return meterProvider.getMeter("com.anthropic.claude_code", "v2.1.88.1.beta0");
325472
+ return meterProvider.getMeter("com.anthropic.claude_code", "1.0.1");
325473
325473
  }
325474
325474
  async function flushTelemetry() {
325475
325475
  const meterProvider = getMeterProvider();
@@ -326155,9 +326155,9 @@ async function assertMinVersion() {
326155
326155
  if (false) {}
326156
326156
  try {
326157
326157
  const versionConfig = await getDynamicConfig_BLOCKS_ON_INIT("tengu_version_config", { minVersion: "0.0.0" });
326158
- if (versionConfig.minVersion && lt("v2.1.88.1.beta0", versionConfig.minVersion)) {
326158
+ if (versionConfig.minVersion && lt("1.0.1", versionConfig.minVersion)) {
326159
326159
  console.error(`
326160
- It looks like your version of Jieee Coder (${"v2.1.88.1.beta0"}) needs an update.
326160
+ It looks like your version of Jieee Coder (${"1.0.1"}) needs an update.
326161
326161
  A newer version (${versionConfig.minVersion} or higher) is required to continue.
326162
326162
 
326163
326163
  To update, please run:
@@ -326373,7 +326373,7 @@ async function installGlobalPackage(specificVersion) {
326373
326373
  logError2(new AutoUpdaterError("Another process is currently installing an update"));
326374
326374
  logEvent("tengu_auto_updater_lock_contention", {
326375
326375
  pid: process.pid,
326376
- currentVersion: "v2.1.88.1.beta0"
326376
+ currentVersion: "1.0.1"
326377
326377
  });
326378
326378
  return "in_progress";
326379
326379
  }
@@ -326382,7 +326382,7 @@ async function installGlobalPackage(specificVersion) {
326382
326382
  if (!env4.isRunningWithBun() && env4.isNpmFromWindowsPath()) {
326383
326383
  logError2(new Error("Windows NPM detected in WSL environment"));
326384
326384
  logEvent("tengu_auto_updater_windows_npm_in_wsl", {
326385
- currentVersion: "v2.1.88.1.beta0"
326385
+ currentVersion: "1.0.1"
326386
326386
  });
326387
326387
  console.error(`
326388
326388
  Error: Windows NPM detected in WSL
@@ -326915,7 +326915,7 @@ function detectLinuxGlobPatternWarnings() {
326915
326915
  }
326916
326916
  async function getDoctorDiagnostic() {
326917
326917
  const installationType = await getCurrentInstallationType();
326918
- const version = typeof MACRO !== "undefined" ? "v2.1.88.1.beta0" : "unknown";
326918
+ const version = typeof MACRO !== "undefined" ? "1.0.1" : "unknown";
326919
326919
  const installationPath = await getInstallationPath();
326920
326920
  const invokedBinary = getInvokedBinary();
326921
326921
  const multipleInstallations = await detectMultipleInstallations();
@@ -327848,8 +327848,8 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
327848
327848
  const maxVersion = await getMaxVersion();
327849
327849
  if (maxVersion && gt(version, maxVersion)) {
327850
327850
  logForDebugging(`Native installer: maxVersion ${maxVersion} is set, capping update from ${version} to ${maxVersion}`);
327851
- if (gte("v2.1.88.1.beta0", maxVersion)) {
327852
- logForDebugging(`Native installer: current version ${"v2.1.88.1.beta0"} is already at or above maxVersion ${maxVersion}, skipping update`);
327851
+ if (gte("1.0.1", maxVersion)) {
327852
+ logForDebugging(`Native installer: current version ${"1.0.1"} is already at or above maxVersion ${maxVersion}, skipping update`);
327853
327853
  logEvent("tengu_native_update_skipped_max_version", {
327854
327854
  latency_ms: Date.now() - startTime,
327855
327855
  max_version: maxVersion,
@@ -327860,7 +327860,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
327860
327860
  version = maxVersion;
327861
327861
  }
327862
327862
  }
327863
- if (!forceReinstall && version === "v2.1.88.1.beta0" && await versionIsAvailable(version) && await isPossibleClaudeBinary(executablePath)) {
327863
+ if (!forceReinstall && version === "1.0.1" && await versionIsAvailable(version) && await isPossibleClaudeBinary(executablePath)) {
327864
327864
  logForDebugging(`Found ${version} at ${executablePath}, skipping install`);
327865
327865
  logEvent("tengu_native_update_complete", {
327866
327866
  latency_ms: Date.now() - startTime,
@@ -424434,7 +424434,7 @@ function getAnthropicEnvMetadata() {
424434
424434
  function getBuildAgeMinutes() {
424435
424435
  if (false)
424436
424436
  ;
424437
- const buildTime = new Date("2026-04-04T13:15:01.581Z").getTime();
424437
+ const buildTime = new Date("2026-04-04T13:36:24.513Z").getTime();
424438
424438
  if (isNaN(buildTime))
424439
424439
  return;
424440
424440
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -448094,7 +448094,7 @@ function Feedback({
448094
448094
  platform: env4.platform,
448095
448095
  gitRepo: envInfo.isGit,
448096
448096
  terminal: env4.terminal,
448097
- version: "v2.1.88.1.beta0",
448097
+ version: "1.0.1",
448098
448098
  transcript: normalizeMessagesForAPI(messages),
448099
448099
  errors: sanitizedErrors,
448100
448100
  lastApiRequest: getLastAPIRequest(),
@@ -448286,7 +448286,7 @@ function Feedback({
448286
448286
  ", ",
448287
448287
  env4.terminal,
448288
448288
  ", v",
448289
- "v2.1.88.1.beta0"
448289
+ "1.0.1"
448290
448290
  ]
448291
448291
  })
448292
448292
  ]
@@ -448392,7 +448392,7 @@ ${sanitizedDescription}
448392
448392
  ` + `**Environment Info**
448393
448393
  ` + `- Platform: ${env4.platform}
448394
448394
  ` + `- Terminal: ${env4.terminal}
448395
- ` + `- Version: ${"v2.1.88.1.beta0"}
448395
+ ` + `- Version: ${"1.0.1"}
448396
448396
  ` + `- Feedback ID: ${feedbackId}
448397
448397
  ` + `
448398
448398
  **Errors**
@@ -452010,7 +452010,7 @@ function buildPrimarySection() {
452010
452010
  });
452011
452011
  return [{
452012
452012
  label: "Version",
452013
- value: "v2.1.88.1.beta0"
452013
+ value: "1.0.1"
452014
452014
  }, {
452015
452015
  label: "Session name",
452016
452016
  value: nameValue
@@ -455360,7 +455360,7 @@ function Config({
455360
455360
  }
455361
455361
  })
455362
455362
  }) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx_runtime175.jsx(ChannelDowngradeDialog, {
455363
- currentVersion: "v2.1.88.1.beta0",
455363
+ currentVersion: "1.0.1",
455364
455364
  onChoice: (choice) => {
455365
455365
  setShowSubmenu(null);
455366
455366
  setTabsHidden(false);
@@ -455372,7 +455372,7 @@ function Config({
455372
455372
  autoUpdatesChannel: "stable"
455373
455373
  };
455374
455374
  if (choice === "stay") {
455375
- newSettings.minimumVersion = "v2.1.88.1.beta0";
455375
+ newSettings.minimumVersion = "1.0.1";
455376
455376
  }
455377
455377
  updateSettingsForSource("userSettings", newSettings);
455378
455378
  setSettingsData((prev_27) => ({
@@ -463458,7 +463458,7 @@ function HelpV2(t0) {
463458
463458
  let t6;
463459
463459
  if ($3[31] !== tabs) {
463460
463460
  t6 = /* @__PURE__ */ jsx_runtime202.jsx(Tabs, {
463461
- title: `Jieee Coder v${"v2.1.88.1.beta0"}`,
463461
+ title: `Jieee Coder v${"1.0.1"}`,
463462
463462
  color: "professionalBlue",
463463
463463
  defaultTab: "general",
463464
463464
  children: tabs
@@ -487676,7 +487676,7 @@ function getAllReleaseNotes(changelogContent = getStoredChangelogFromMemory()) {
487676
487676
  return [];
487677
487677
  }
487678
487678
  }
487679
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "v2.1.88.1.beta0") {
487679
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "1.0.1") {
487680
487680
  if (process.env.USER_TYPE === "ant") {
487681
487681
  const changelog = "CHANGELOG.md";
487682
487682
  if (changelog) {
@@ -487703,7 +487703,7 @@ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "v2.1.88.1
487703
487703
  releaseNotes
487704
487704
  };
487705
487705
  }
487706
- function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "v2.1.88.1.beta0") {
487706
+ function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "1.0.1") {
487707
487707
  if (process.env.USER_TYPE === "ant") {
487708
487708
  const changelog = "CHANGELOG.md";
487709
487709
  if (changelog) {
@@ -488873,7 +488873,7 @@ function getRecentActivitySync() {
488873
488873
  return cachedActivity;
488874
488874
  }
488875
488875
  function getLogoDisplayData() {
488876
- const version = process.env.DEMO_VERSION ?? "v2.1.88.1.beta0";
488876
+ const version = process.env.DEMO_VERSION ?? "1.0.1";
488877
488877
  const serverUrl = getDirectConnectServerUrl();
488878
488878
  const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
488879
488879
  const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -489827,7 +489827,7 @@ function LogoV2() {
489827
489827
  if ($3[2] === Symbol.for("react.memo_cache_sentinel")) {
489828
489828
  t2 = () => {
489829
489829
  const currentConfig = getGlobalConfig();
489830
- if (currentConfig.lastReleaseNotesSeen === "v2.1.88.1.beta0") {
489830
+ if (currentConfig.lastReleaseNotesSeen === "1.0.1") {
489831
489831
  return;
489832
489832
  }
489833
489833
  saveGlobalConfig(_temp328);
@@ -490366,12 +490366,12 @@ function LogoV2() {
490366
490366
  return t41;
490367
490367
  }
490368
490368
  function _temp328(current) {
490369
- if (current.lastReleaseNotesSeen === "v2.1.88.1.beta0") {
490369
+ if (current.lastReleaseNotesSeen === "1.0.1") {
490370
490370
  return current;
490371
490371
  }
490372
490372
  return {
490373
490373
  ...current,
490374
- lastReleaseNotesSeen: "v2.1.88.1.beta0"
490374
+ lastReleaseNotesSeen: "1.0.1"
490375
490375
  };
490376
490376
  }
490377
490377
  function _temp241(s_0) {
@@ -516670,7 +516670,7 @@ async function captureMemoryDiagnostics(trigger, dumpNumber = 0) {
516670
516670
  smapsRollup,
516671
516671
  platform: process.platform,
516672
516672
  nodeVersion: process.version,
516673
- ccVersion: "v2.1.88.1.beta0"
516673
+ ccVersion: "1.0.1"
516674
516674
  };
516675
516675
  }
516676
516676
  async function performHeapDump(trigger = "manual", dumpNumber = 0) {
@@ -517256,7 +517256,7 @@ var init_bridge_kick = __esm(() => {
517256
517256
  var call57 = async () => {
517257
517257
  return {
517258
517258
  type: "text",
517259
- value: `${"v2.1.88.1.beta0"} (built ${"2026-04-04T13:15:01.581Z"})`
517259
+ value: `${"1.0.1"} (built ${"2026-04-04T13:36:24.513Z"})`
517260
517260
  };
517261
517261
  }, version, version_default;
517262
517262
  var init_version = __esm(() => {
@@ -526099,7 +526099,7 @@ function generateHtmlReport(data, insights) {
526099
526099
  </html>`;
526100
526100
  }
526101
526101
  function buildExportData(data, insights, facets, remoteStats) {
526102
- const version2 = typeof MACRO !== "undefined" ? "v2.1.88.1.beta0" : "unknown";
526102
+ const version2 = typeof MACRO !== "undefined" ? "1.0.1" : "unknown";
526103
526103
  const remote_hosts_collected = remoteStats?.hosts.filter((h3) => h3.sessionCount > 0).map((h3) => h3.name);
526104
526104
  const facets_summary = {
526105
526105
  total: facets.size,
@@ -530210,7 +530210,7 @@ var init_sessionStorage = __esm(() => {
530210
530210
  init_settings2();
530211
530211
  init_slowOperations();
530212
530212
  init_uuid();
530213
- VERSION5 = typeof MACRO !== "undefined" ? "v2.1.88.1.beta0" : "unknown";
530213
+ VERSION5 = typeof MACRO !== "undefined" ? "1.0.1" : "unknown";
530214
530214
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
530215
530215
  SKIP_FIRST_PROMPT_PATTERN = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
530216
530216
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -531415,7 +531415,7 @@ var init_filesystem = __esm(() => {
531415
531415
  });
531416
531416
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
531417
531417
  const nonce = randomBytes18(16).toString("hex");
531418
- return join130(getClaudeTempDir(), "bundled-skills", "v2.1.88.1.beta0", nonce);
531418
+ return join130(getClaudeTempDir(), "bundled-skills", "1.0.1", nonce);
531419
531419
  });
531420
531420
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
531421
531421
  });
@@ -537411,7 +537411,7 @@ function computeFingerprint(messageText, version2) {
537411
537411
  }
537412
537412
  function computeFingerprintFromMessages(messages) {
537413
537413
  const firstMessageText = extractFirstMessageText(messages);
537414
- return computeFingerprint(firstMessageText, "v2.1.88.1.beta0");
537414
+ return computeFingerprint(firstMessageText, "1.0.1");
537415
537415
  }
537416
537416
  var FINGERPRINT_SALT = "59cf53e54c78";
537417
537417
  var init_fingerprint = () => {};
@@ -542119,7 +542119,7 @@ async function sideQuery(opts) {
542119
542119
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
542120
542120
  }
542121
542121
  const messageText = extractFirstUserMessageText(messages);
542122
- const fingerprint = computeFingerprint(messageText, "v2.1.88.1.beta0");
542122
+ const fingerprint = computeFingerprint(messageText, "1.0.1");
542123
542123
  const attributionHeader = getAttributionHeader(fingerprint);
542124
542124
  const systemBlocks = [
542125
542125
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -547109,7 +547109,7 @@ function buildSystemInitMessage(inputs) {
547109
547109
  slash_commands: inputs.commands.filter((c4) => c4.userInvocable !== false).map((c4) => c4.name),
547110
547110
  apiKeySource: getAnthropicApiKeyWithSource().source,
547111
547111
  betas: getSdkBetas(),
547112
- claude_code_version: "v2.1.88.1.beta0",
547112
+ claude_code_version: "1.0.1",
547113
547113
  output_style: outputStyle2,
547114
547114
  agents: inputs.agents.map((agent) => agent.agentType),
547115
547115
  skills: inputs.skills.filter((s2) => s2.userInvocable !== false).map((skill) => skill.name),
@@ -561922,7 +561922,7 @@ var init_useVoiceEnabled = __esm(() => {
561922
561922
  function getSemverPart(version2) {
561923
561923
  return `${import_semver13.major(version2, { loose: true })}.${import_semver13.minor(version2, { loose: true })}.${import_semver13.patch(version2, { loose: true })}`;
561924
561924
  }
561925
- function useUpdateNotification(updatedVersion, initialVersion = "v2.1.88.1.beta0") {
561925
+ function useUpdateNotification(updatedVersion, initialVersion = "1.0.1") {
561926
561926
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react228.useState(() => getSemverPart(initialVersion));
561927
561927
  if (!updatedVersion) {
561928
561928
  return null;
@@ -561962,7 +561962,7 @@ function AutoUpdater({
561962
561962
  return;
561963
561963
  }
561964
561964
  if (false) {}
561965
- const currentVersion = "v2.1.88.1.beta0";
561965
+ const currentVersion = "1.0.1";
561966
561966
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
561967
561967
  let latestVersion = await getLatestVersion(channel);
561968
561968
  const isDisabled = isAutoUpdaterDisabled();
@@ -562175,12 +562175,12 @@ function NativeAutoUpdater({
562175
562175
  logEvent("tengu_native_auto_updater_start", {});
562176
562176
  try {
562177
562177
  const maxVersion = await getMaxVersion();
562178
- if (maxVersion && gt("v2.1.88.1.beta0", maxVersion)) {
562178
+ if (maxVersion && gt("1.0.1", maxVersion)) {
562179
562179
  const msg = await getMaxVersionMessage();
562180
562180
  setMaxVersionIssue(msg ?? "affects your version");
562181
562181
  }
562182
562182
  const result = await installLatest(channel);
562183
- const currentVersion = "v2.1.88.1.beta0";
562183
+ const currentVersion = "1.0.1";
562184
562184
  const latencyMs = Date.now() - startTime;
562185
562185
  if (result.lockFailed) {
562186
562186
  logEvent("tengu_native_auto_updater_lock_contention", {
@@ -562317,17 +562317,17 @@ function PackageManagerAutoUpdater(t0) {
562317
562317
  const maxVersion = await getMaxVersion();
562318
562318
  if (maxVersion && latest && gt(latest, maxVersion)) {
562319
562319
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
562320
- if (gte("v2.1.88.1.beta0", maxVersion)) {
562321
- logForDebugging(`PackageManagerAutoUpdater: current version ${"v2.1.88.1.beta0"} is already at or above maxVersion ${maxVersion}, skipping update`);
562320
+ if (gte("1.0.1", maxVersion)) {
562321
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"1.0.1"} is already at or above maxVersion ${maxVersion}, skipping update`);
562322
562322
  setUpdateAvailable(false);
562323
562323
  return;
562324
562324
  }
562325
562325
  latest = maxVersion;
562326
562326
  }
562327
- const hasUpdate = latest && !gte("v2.1.88.1.beta0", latest) && !shouldSkipVersion(latest);
562327
+ const hasUpdate = latest && !gte("1.0.1", latest) && !shouldSkipVersion(latest);
562328
562328
  setUpdateAvailable(!!hasUpdate);
562329
562329
  if (hasUpdate) {
562330
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"v2.1.88.1.beta0"} -> ${latest}`);
562330
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"1.0.1"} -> ${latest}`);
562331
562331
  }
562332
562332
  };
562333
562333
  $3[0] = t1;
@@ -562361,7 +562361,7 @@ function PackageManagerAutoUpdater(t0) {
562361
562361
  wrap: "truncate",
562362
562362
  children: [
562363
562363
  "currentVersion: ",
562364
- "v2.1.88.1.beta0"
562364
+ "1.0.1"
562365
562365
  ]
562366
562366
  });
562367
562367
  $3[3] = verbose;
@@ -569873,7 +569873,7 @@ function buildStatusLineCommandInput(permissionMode, exceeds200kTokens, settings
569873
569873
  project_dir: getOriginalCwd(),
569874
569874
  added_dirs: addedDirs
569875
569875
  },
569876
- version: "v2.1.88.1.beta0",
569876
+ version: "1.0.1",
569877
569877
  output_style: {
569878
569878
  name: outputStyleName
569879
569879
  },
@@ -590494,7 +590494,7 @@ async function submitTranscriptShare(messages, trigger, appearanceId) {
590494
590494
  } catch {}
590495
590495
  const data = {
590496
590496
  trigger,
590497
- version: "v2.1.88.1.beta0",
590497
+ version: "1.0.1",
590498
590498
  platform: process.platform,
590499
590499
  transcript,
590500
590500
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : undefined,
@@ -602455,7 +602455,7 @@ function WelcomeV2() {
602455
602455
  dimColor: true,
602456
602456
  children: [
602457
602457
  "v",
602458
- "v2.1.88.1.beta0",
602458
+ "1.0.1",
602459
602459
  " "
602460
602460
  ]
602461
602461
  })
@@ -602655,7 +602655,7 @@ function WelcomeV2() {
602655
602655
  dimColor: true,
602656
602656
  children: [
602657
602657
  "v",
602658
- "v2.1.88.1.beta0",
602658
+ "1.0.1",
602659
602659
  " "
602660
602660
  ]
602661
602661
  })
@@ -602881,7 +602881,7 @@ function AppleTerminalWelcomeV2(t0) {
602881
602881
  dimColor: true,
602882
602882
  children: [
602883
602883
  "v",
602884
- "v2.1.88.1.beta0",
602884
+ "1.0.1",
602885
602885
  " "
602886
602886
  ]
602887
602887
  });
@@ -603135,7 +603135,7 @@ function AppleTerminalWelcomeV2(t0) {
603135
603135
  dimColor: true,
603136
603136
  children: [
603137
603137
  "v",
603138
- "v2.1.88.1.beta0",
603138
+ "1.0.1",
603139
603139
  " "
603140
603140
  ]
603141
603141
  });
@@ -604639,7 +604639,7 @@ function completeOnboarding() {
604639
604639
  saveGlobalConfig((current) => ({
604640
604640
  ...current,
604641
604641
  hasCompletedOnboarding: true,
604642
- lastOnboardingVersion: "v2.1.88.1.beta0"
604642
+ lastOnboardingVersion: "1.0.1"
604643
604643
  }));
604644
604644
  }
604645
604645
  function showDialog(root2, renderer) {
@@ -609127,7 +609127,7 @@ function appendToLog(path22, message) {
609127
609127
  cwd: getFsImplementation().cwd(),
609128
609128
  userType: process.env.USER_TYPE,
609129
609129
  sessionId: getSessionId(),
609130
- version: "v2.1.88.1.beta0"
609130
+ version: "1.0.1"
609131
609131
  };
609132
609132
  getLogWriter(path22).write(messageWithTimestamp);
609133
609133
  }
@@ -612714,8 +612714,8 @@ async function getEnvLessBridgeConfig() {
612714
612714
  }
612715
612715
  async function checkEnvLessBridgeMinVersion() {
612716
612716
  const cfg = await getEnvLessBridgeConfig();
612717
- if (cfg.min_version && lt("v2.1.88.1.beta0", cfg.min_version)) {
612718
- return `Your version of Jieee Coder (${"v2.1.88.1.beta0"}) is too old for Remote Control.
612717
+ if (cfg.min_version && lt("1.0.1", cfg.min_version)) {
612718
+ return `Your version of Jieee Coder (${"1.0.1"}) is too old for Remote Control.
612719
612719
  Version ${cfg.min_version} or higher is required. Run \`claude update\` to update.`;
612720
612720
  }
612721
612721
  return null;
@@ -613188,7 +613188,7 @@ async function initBridgeCore(params) {
613188
613188
  const rawApi = createBridgeApiClient({
613189
613189
  baseUrl,
613190
613190
  getAccessToken,
613191
- runnerVersion: "v2.1.88.1.beta0",
613191
+ runnerVersion: "1.0.1",
613192
613192
  onDebug: logForDebugging,
613193
613193
  onAuth401,
613194
613194
  getTrustedDeviceToken
@@ -618852,7 +618852,7 @@ async function startMCPServer(cwd3, debug2, verbose) {
618852
618852
  setCwd(cwd3);
618853
618853
  const server = new Server({
618854
618854
  name: "claude/tengu",
618855
- version: "v2.1.88.1.beta0"
618855
+ version: "1.0.1"
618856
618856
  }, {
618857
618857
  capabilities: {
618858
618858
  tools: {}
@@ -620464,7 +620464,7 @@ __export(exports_update, {
620464
620464
  });
620465
620465
  async function update() {
620466
620466
  logEvent("tengu_update_check", {});
620467
- writeToStdout(`Current version: ${"v2.1.88.1.beta0"}
620467
+ writeToStdout(`Current version: ${"1.0.1"}
620468
620468
  `);
620469
620469
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
620470
620470
  writeToStdout(`Checking for updates to ${channel} version...
@@ -620539,8 +620539,8 @@ async function update() {
620539
620539
  writeToStdout(`Claude is managed by Homebrew.
620540
620540
  `);
620541
620541
  const latest = await getLatestVersion(channel);
620542
- if (latest && !gte("v2.1.88.1.beta0", latest)) {
620543
- writeToStdout(`Update available: ${"v2.1.88.1.beta0"} → ${latest}
620542
+ if (latest && !gte("1.0.1", latest)) {
620543
+ writeToStdout(`Update available: ${"1.0.1"} → ${latest}
620544
620544
  `);
620545
620545
  writeToStdout(`
620546
620546
  `);
@@ -620556,8 +620556,8 @@ async function update() {
620556
620556
  writeToStdout(`Claude is managed by winget.
620557
620557
  `);
620558
620558
  const latest = await getLatestVersion(channel);
620559
- if (latest && !gte("v2.1.88.1.beta0", latest)) {
620560
- writeToStdout(`Update available: ${"v2.1.88.1.beta0"} → ${latest}
620559
+ if (latest && !gte("1.0.1", latest)) {
620560
+ writeToStdout(`Update available: ${"1.0.1"} → ${latest}
620561
620561
  `);
620562
620562
  writeToStdout(`
620563
620563
  `);
@@ -620573,8 +620573,8 @@ async function update() {
620573
620573
  writeToStdout(`Claude is managed by apk.
620574
620574
  `);
620575
620575
  const latest = await getLatestVersion(channel);
620576
- if (latest && !gte("v2.1.88.1.beta0", latest)) {
620577
- writeToStdout(`Update available: ${"v2.1.88.1.beta0"} → ${latest}
620576
+ if (latest && !gte("1.0.1", latest)) {
620577
+ writeToStdout(`Update available: ${"1.0.1"} → ${latest}
620578
620578
  `);
620579
620579
  writeToStdout(`
620580
620580
  `);
@@ -620639,11 +620639,11 @@ async function update() {
620639
620639
  `);
620640
620640
  await gracefulShutdown(1);
620641
620641
  }
620642
- if (result.latestVersion === "v2.1.88.1.beta0") {
620643
- writeToStdout(source_default.green(`Jieee Coder is up to date (${"v2.1.88.1.beta0"})`) + `
620642
+ if (result.latestVersion === "1.0.1") {
620643
+ writeToStdout(source_default.green(`Jieee Coder is up to date (${"1.0.1"})`) + `
620644
620644
  `);
620645
620645
  } else {
620646
- writeToStdout(source_default.green(`Successfully updated from ${"v2.1.88.1.beta0"} to version ${result.latestVersion}`) + `
620646
+ writeToStdout(source_default.green(`Successfully updated from ${"1.0.1"} to version ${result.latestVersion}`) + `
620647
620647
  `);
620648
620648
  await regenerateCompletionCache();
620649
620649
  }
@@ -620703,12 +620703,12 @@ async function update() {
620703
620703
  `);
620704
620704
  await gracefulShutdown(1);
620705
620705
  }
620706
- if (latestVersion === "v2.1.88.1.beta0") {
620707
- writeToStdout(source_default.green(`Jieee Coder is up to date (${"v2.1.88.1.beta0"})`) + `
620706
+ if (latestVersion === "1.0.1") {
620707
+ writeToStdout(source_default.green(`Jieee Coder is up to date (${"1.0.1"})`) + `
620708
620708
  `);
620709
620709
  await gracefulShutdown(0);
620710
620710
  }
620711
- writeToStdout(`New version available: ${latestVersion} (current: ${"v2.1.88.1.beta0"})
620711
+ writeToStdout(`New version available: ${latestVersion} (current: ${"1.0.1"})
620712
620712
  `);
620713
620713
  writeToStdout(`Installing update...
620714
620714
  `);
@@ -620753,7 +620753,7 @@ async function update() {
620753
620753
  logForDebugging(`update: Installation status: ${status2}`);
620754
620754
  switch (status2) {
620755
620755
  case "success":
620756
- writeToStdout(source_default.green(`Successfully updated from ${"v2.1.88.1.beta0"} to version ${latestVersion}`) + `
620756
+ writeToStdout(source_default.green(`Successfully updated from ${"1.0.1"} to version ${latestVersion}`) + `
620757
620757
  `);
620758
620758
  await regenerateCompletionCache();
620759
620759
  break;
@@ -621997,7 +621997,7 @@ ${customInstructions}` : customInstructions;
621997
621997
  }
621998
621998
  }
621999
621999
  logForDiagnosticsNoPII("info", "started", {
622000
- version: "v2.1.88.1.beta0",
622000
+ version: "1.0.1",
622001
622001
  is_native_binary: isInBundledMode()
622002
622002
  });
622003
622003
  registerCleanup(async () => {
@@ -622781,7 +622781,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
622781
622781
  pendingHookMessages
622782
622782
  }, renderAndRun);
622783
622783
  }
622784
- }).version("v2.1.88.1.beta0 (Jieee Coder)", "-v, --version", "Output the version number");
622784
+ }).version("1.0.1 (Jieee Coder)", "-v, --version", "Output the version number");
622785
622785
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
622786
622786
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
622787
622787
  if (canUserConfigureAdvisor()) {
@@ -623294,7 +623294,7 @@ if (false) {}
623294
623294
  async function main2() {
623295
623295
  const args = process.argv.slice(2);
623296
623296
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
623297
- console.log(`${"v2.1.88.1.beta0"} (Jieee Coder)`);
623297
+ console.log(`${"1.0.1"} (Jieee Coder)`);
623298
623298
  return;
623299
623299
  }
623300
623300
  const {
@@ -623378,5 +623378,5 @@ async function main2() {
623378
623378
  }
623379
623379
  main2();
623380
623380
 
623381
- //# debugId=862940EF4978151564756E2164756E21
623381
+ //# debugId=A164E4EA16390DE664756E2164756E21
623382
623382
  //# sourceMappingURL=cli.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jieee/coder",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "jcode": "./dist/cli.js"