@funnycode/myclaude 0.1.159 → 0.1.160
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 +6 -6
- package/dist/myclaude.mjs +6 -6
- package/package.json +1 -1
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.
|
|
8
|
-
BUILD_TIME: "2026-07-
|
|
7
|
+
VERSION: "0.1.160",
|
|
8
|
+
BUILD_TIME: "2026-07-30T03:10:11.108Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -119829,7 +119829,7 @@ var package_default;
|
|
|
119829
119829
|
var init_package = __esm(() => {
|
|
119830
119830
|
package_default = {
|
|
119831
119831
|
name: "@funnycode/myclaude",
|
|
119832
|
-
version: "0.1.
|
|
119832
|
+
version: "0.1.160",
|
|
119833
119833
|
private: false,
|
|
119834
119834
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
119835
119835
|
license: "MIT",
|
|
@@ -410013,8 +410013,8 @@ function isInputModeCharacter(input) {
|
|
|
410013
410013
|
import { join as join105 } from "path";
|
|
410014
410014
|
function clearCachedSteps() {
|
|
410015
410015
|
cachedSteps = null;
|
|
410016
|
-
cachedClaudeMdMtime =
|
|
410017
|
-
cachedDirMtime =
|
|
410016
|
+
cachedClaudeMdMtime = -1;
|
|
410017
|
+
cachedDirMtime = -1;
|
|
410018
410018
|
cachedAt = null;
|
|
410019
410019
|
}
|
|
410020
410020
|
function isCacheValid() {
|
|
@@ -410107,7 +410107,7 @@ function incrementProjectOnboardingSeenCount() {
|
|
|
410107
410107
|
projectOnboardingSeenCount: current.projectOnboardingSeenCount + 1
|
|
410108
410108
|
}));
|
|
410109
410109
|
}
|
|
410110
|
-
var cachedSteps = null, cachedClaudeMdMtime =
|
|
410110
|
+
var cachedSteps = null, cachedClaudeMdMtime = -1, cachedDirMtime = -1, cachedAt = null, CACHE_MAX_AGE_MS = 30000;
|
|
410111
410111
|
var init_projectOnboardingState = __esm(() => {
|
|
410112
410112
|
init_config();
|
|
410113
410113
|
init_cwd2();
|
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.
|
|
8
|
-
BUILD_TIME: "2026-07-
|
|
7
|
+
VERSION: "0.1.160",
|
|
8
|
+
BUILD_TIME: "2026-07-30T03:10:11.108Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -119829,7 +119829,7 @@ var package_default;
|
|
|
119829
119829
|
var init_package = __esm(() => {
|
|
119830
119830
|
package_default = {
|
|
119831
119831
|
name: "@funnycode/myclaude",
|
|
119832
|
-
version: "0.1.
|
|
119832
|
+
version: "0.1.160",
|
|
119833
119833
|
private: false,
|
|
119834
119834
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
119835
119835
|
license: "MIT",
|
|
@@ -410013,8 +410013,8 @@ function isInputModeCharacter(input) {
|
|
|
410013
410013
|
import { join as join105 } from "path";
|
|
410014
410014
|
function clearCachedSteps() {
|
|
410015
410015
|
cachedSteps = null;
|
|
410016
|
-
cachedClaudeMdMtime =
|
|
410017
|
-
cachedDirMtime =
|
|
410016
|
+
cachedClaudeMdMtime = -1;
|
|
410017
|
+
cachedDirMtime = -1;
|
|
410018
410018
|
cachedAt = null;
|
|
410019
410019
|
}
|
|
410020
410020
|
function isCacheValid() {
|
|
@@ -410107,7 +410107,7 @@ function incrementProjectOnboardingSeenCount() {
|
|
|
410107
410107
|
projectOnboardingSeenCount: current.projectOnboardingSeenCount + 1
|
|
410108
410108
|
}));
|
|
410109
410109
|
}
|
|
410110
|
-
var cachedSteps = null, cachedClaudeMdMtime =
|
|
410110
|
+
var cachedSteps = null, cachedClaudeMdMtime = -1, cachedDirMtime = -1, cachedAt = null, CACHE_MAX_AGE_MS = 30000;
|
|
410111
410111
|
var init_projectOnboardingState = __esm(() => {
|
|
410112
410112
|
init_config();
|
|
410113
410113
|
init_cwd2();
|