@funnycode/myclaude 0.1.308 → 0.1.310

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.308",
8
- BUILD_TIME: "2026-09-04T17:39:13.049Z",
7
+ VERSION: "0.1.310",
8
+ BUILD_TIME: "2026-09-05T18:02:07.427Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -113507,7 +113507,7 @@ function validateMemoryPath(raw, expandTilde) {
113507
113507
  candidate = join23(homedir9(), rest);
113508
113508
  }
113509
113509
  const normalized = normalize3(candidate).replace(/[/\\]+$/, "");
113510
- if (!isAbsolute6(normalized) || normalized.length < 3 || /^[A-Za-z]:$/.test(normalized) || normalized.startsWith("\\\\") || normalized.startsWith("//") || normalized.includes("\x00")) {
113510
+ if (!isAbsolute6(normalized) || normalized === "" || /^[A-Za-z]:$/.test(normalized) || normalized.startsWith("\\\\") || normalized.startsWith("//") || normalized.includes("\x00")) {
113511
113511
  return;
113512
113512
  }
113513
113513
  return (normalized + sep7).normalize("NFC");
@@ -120027,7 +120027,7 @@ var package_default;
120027
120027
  var init_package = __esm(() => {
120028
120028
  package_default = {
120029
120029
  name: "@funnycode/myclaude",
120030
- version: "0.1.308",
120030
+ version: "0.1.310",
120031
120031
  private: false,
120032
120032
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
120033
120033
  license: "MIT",
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.308",
8
- BUILD_TIME: "2026-09-04T17:39:13.049Z",
7
+ VERSION: "0.1.310",
8
+ BUILD_TIME: "2026-09-05T18:02:07.427Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -113507,7 +113507,7 @@ function validateMemoryPath(raw, expandTilde) {
113507
113507
  candidate = join23(homedir9(), rest);
113508
113508
  }
113509
113509
  const normalized = normalize3(candidate).replace(/[/\\]+$/, "");
113510
- if (!isAbsolute6(normalized) || normalized.length < 3 || /^[A-Za-z]:$/.test(normalized) || normalized.startsWith("\\\\") || normalized.startsWith("//") || normalized.includes("\x00")) {
113510
+ if (!isAbsolute6(normalized) || normalized === "" || /^[A-Za-z]:$/.test(normalized) || normalized.startsWith("\\\\") || normalized.startsWith("//") || normalized.includes("\x00")) {
113511
113511
  return;
113512
113512
  }
113513
113513
  return (normalized + sep7).normalize("NFC");
@@ -120027,7 +120027,7 @@ var package_default;
120027
120027
  var init_package = __esm(() => {
120028
120028
  package_default = {
120029
120029
  name: "@funnycode/myclaude",
120030
- version: "0.1.308",
120030
+ version: "0.1.310",
120031
120031
  private: false,
120032
120032
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
120033
120033
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.308",
3
+ "version": "0.1.310",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",