@funnycode/myclaude 0.1.65 → 0.1.66

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/myclaude.js CHANGED
@@ -4,8 +4,8 @@
4
4
  // MACRO - build-time constants (injected by build.ts)
5
5
  // MACRO injected by build script
6
6
  globalThis.MACRO = {
7
- VERSION: "0.1.65",
8
- BUILD_TIME: "2026-07-14T18:38:39.501Z",
7
+ VERSION: "0.1.66",
8
+ BUILD_TIME: "2026-07-14T20:28:02.439Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -108873,7 +108873,7 @@ var CLAUDE_CODE_20250219_BETA_HEADER = "claude-code-20250219", INTERLEAVED_THINK
108873
108873
  var init_betas = __esm(() => {
108874
108874
  init_growthbook();
108875
108875
  SUMMARIZE_CONNECTOR_TEXT_BETA_HEADER = getFeatureValue_CACHED_MAY_BE_STALE("CONNECTOR_TEXT", false) ? "summarize-connector-text-2026-03-13" : "";
108876
- AFK_MODE_BETA_HEADER = getFeatureValue_CACHED_MAY_BE_STALE("TRANSCRIPT_CLASSIFIER", false) ? "afk-mode-2026-01-31" : "";
108876
+ AFK_MODE_BETA_HEADER = feature("TRANSCRIPT_CLASSIFIER") ? "afk-mode-2026-01-31" : "";
108877
108877
  CLI_INTERNAL_BETA_HEADER = process.env.USER_TYPE === "ant" ? "cli-internal-2026-02-09" : "";
108878
108878
  BEDROCK_EXTRA_PARAMS_HEADERS = new Set([
108879
108879
  INTERLEAVED_THINKING_BETA_HEADER,
package/dist/myclaude.mjs CHANGED
@@ -4,8 +4,8 @@
4
4
  // MACRO - build-time constants (injected by build.ts)
5
5
  // MACRO injected by build script
6
6
  globalThis.MACRO = {
7
- VERSION: "0.1.65",
8
- BUILD_TIME: "2026-07-14T18:38:39.501Z",
7
+ VERSION: "0.1.66",
8
+ BUILD_TIME: "2026-07-14T20:28:02.439Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -108873,7 +108873,7 @@ var CLAUDE_CODE_20250219_BETA_HEADER = "claude-code-20250219", INTERLEAVED_THINK
108873
108873
  var init_betas = __esm(() => {
108874
108874
  init_growthbook();
108875
108875
  SUMMARIZE_CONNECTOR_TEXT_BETA_HEADER = getFeatureValue_CACHED_MAY_BE_STALE("CONNECTOR_TEXT", false) ? "summarize-connector-text-2026-03-13" : "";
108876
- AFK_MODE_BETA_HEADER = getFeatureValue_CACHED_MAY_BE_STALE("TRANSCRIPT_CLASSIFIER", false) ? "afk-mode-2026-01-31" : "";
108876
+ AFK_MODE_BETA_HEADER = feature("TRANSCRIPT_CLASSIFIER") ? "afk-mode-2026-01-31" : "";
108877
108877
  CLI_INTERNAL_BETA_HEADER = process.env.USER_TYPE === "ant" ? "cli-internal-2026-02-09" : "";
108878
108878
  BEDROCK_EXTRA_PARAMS_HEADERS = new Set([
108879
108879
  INTERLEAVED_THINKING_BETA_HEADER,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",
@@ -84,7 +84,7 @@
84
84
  "indent-string": "5.0.0",
85
85
  "ink": "6.8.0",
86
86
  "jsonc-parser": "3.3.1",
87
- "lodash-es": "4.17.23",
87
+ "lodash-es": "4.17.21",
88
88
  "lru-cache": "11.2.7",
89
89
  "marked": "17.0.5",
90
90
  "p-map": "7.0.4",