@funnycode/myclaude 0.1.196 → 0.1.198

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.196",
8
- BUILD_TIME: "2026-08-16T00:49:36.032Z",
7
+ VERSION: "0.1.198",
8
+ BUILD_TIME: "2026-08-16T01:17:21.209Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -117157,7 +117157,7 @@ var package_default;
117157
117157
  var init_package = __esm(() => {
117158
117158
  package_default = {
117159
117159
  name: "@funnycode/myclaude",
117160
- version: "0.1.196",
117160
+ version: "0.1.198",
117161
117161
  private: false,
117162
117162
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117163
117163
  license: "MIT",
@@ -279578,10 +279578,16 @@ var exports_sessionIdCompat = {};
279578
279578
  __export(exports_sessionIdCompat, {
279579
279579
  toInfraSessionId: () => toInfraSessionId,
279580
279580
  toCompatSessionId: () => toCompatSessionId,
279581
- setCseShimGate: () => setCseShimGate
279581
+ setCseShimGate: () => setCseShimGate,
279582
+ resetCseShimGateForTesting: () => resetCseShimGateForTesting
279582
279583
  });
279583
279584
  function setCseShimGate(gate) {
279584
- _isCseShimEnabled = gate;
279585
+ if (_isCseShimEnabled === undefined) {
279586
+ _isCseShimEnabled = gate;
279587
+ }
279588
+ }
279589
+ function resetCseShimGateForTesting() {
279590
+ _isCseShimEnabled = undefined;
279585
279591
  }
279586
279592
  function toCompatSessionId(id) {
279587
279593
  if (!id.startsWith("cse_"))
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.196",
8
- BUILD_TIME: "2026-08-16T00:49:36.032Z",
7
+ VERSION: "0.1.198",
8
+ BUILD_TIME: "2026-08-16T01:17:21.209Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -117157,7 +117157,7 @@ var package_default;
117157
117157
  var init_package = __esm(() => {
117158
117158
  package_default = {
117159
117159
  name: "@funnycode/myclaude",
117160
- version: "0.1.196",
117160
+ version: "0.1.198",
117161
117161
  private: false,
117162
117162
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117163
117163
  license: "MIT",
@@ -279578,10 +279578,16 @@ var exports_sessionIdCompat = {};
279578
279578
  __export(exports_sessionIdCompat, {
279579
279579
  toInfraSessionId: () => toInfraSessionId,
279580
279580
  toCompatSessionId: () => toCompatSessionId,
279581
- setCseShimGate: () => setCseShimGate
279581
+ setCseShimGate: () => setCseShimGate,
279582
+ resetCseShimGateForTesting: () => resetCseShimGateForTesting
279582
279583
  });
279583
279584
  function setCseShimGate(gate) {
279584
- _isCseShimEnabled = gate;
279585
+ if (_isCseShimEnabled === undefined) {
279586
+ _isCseShimEnabled = gate;
279587
+ }
279588
+ }
279589
+ function resetCseShimGateForTesting() {
279590
+ _isCseShimEnabled = undefined;
279585
279591
  }
279586
279592
  function toCompatSessionId(id) {
279587
279593
  if (!id.startsWith("cse_"))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.196",
3
+ "version": "0.1.198",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",