@funnycode/myclaude 0.1.115 → 0.1.117
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 -5
- package/dist/myclaude.mjs +6 -5
- 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.117",
|
|
8
|
+
BUILD_TIME: "2026-07-21T21:52:54.234Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117115,7 +117115,7 @@ var package_default;
|
|
|
117115
117115
|
var init_package = __esm(() => {
|
|
117116
117116
|
package_default = {
|
|
117117
117117
|
name: "@funnycode/myclaude",
|
|
117118
|
-
version: "0.1.
|
|
117118
|
+
version: "0.1.117",
|
|
117119
117119
|
private: false,
|
|
117120
117120
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117121
117121
|
license: "MIT",
|
|
@@ -209830,10 +209830,9 @@ async function processQueue(agentIdOrSessionId) {
|
|
|
209830
209830
|
processingFlags.delete(agentIdOrSessionId);
|
|
209831
209831
|
const queue = dumpRequestQueue.get(agentIdOrSessionId);
|
|
209832
209832
|
if (!queue || queue.length === 0) {
|
|
209833
|
-
dumpRequestQueue.delete(agentIdOrSessionId);
|
|
209834
209833
|
return;
|
|
209835
209834
|
}
|
|
209836
|
-
|
|
209835
|
+
processingFlags.add(agentIdOrSessionId);
|
|
209837
209836
|
}
|
|
209838
209837
|
} catch (err2) {
|
|
209839
209838
|
logError2(`processQueue: failed for ${agentIdOrSessionId}`, err2);
|
|
@@ -300858,6 +300857,7 @@ function memoizeWithTTL(fn, ttlMs) {
|
|
|
300858
300857
|
return refreshPromise;
|
|
300859
300858
|
} finally {
|
|
300860
300859
|
release();
|
|
300860
|
+
keyMutexes.delete(key2);
|
|
300861
300861
|
}
|
|
300862
300862
|
}
|
|
300863
300863
|
try {
|
|
@@ -300875,6 +300875,7 @@ function memoizeWithTTL(fn, ttlMs) {
|
|
|
300875
300875
|
clear: () => {
|
|
300876
300876
|
originalClear();
|
|
300877
300877
|
lastCachedAt = 0;
|
|
300878
|
+
keyMutexes.clear();
|
|
300878
300879
|
}
|
|
300879
300880
|
};
|
|
300880
300881
|
return wrapped;
|
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.117",
|
|
8
|
+
BUILD_TIME: "2026-07-21T21:52:54.234Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117115,7 +117115,7 @@ var package_default;
|
|
|
117115
117115
|
var init_package = __esm(() => {
|
|
117116
117116
|
package_default = {
|
|
117117
117117
|
name: "@funnycode/myclaude",
|
|
117118
|
-
version: "0.1.
|
|
117118
|
+
version: "0.1.117",
|
|
117119
117119
|
private: false,
|
|
117120
117120
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117121
117121
|
license: "MIT",
|
|
@@ -209830,10 +209830,9 @@ async function processQueue(agentIdOrSessionId) {
|
|
|
209830
209830
|
processingFlags.delete(agentIdOrSessionId);
|
|
209831
209831
|
const queue = dumpRequestQueue.get(agentIdOrSessionId);
|
|
209832
209832
|
if (!queue || queue.length === 0) {
|
|
209833
|
-
dumpRequestQueue.delete(agentIdOrSessionId);
|
|
209834
209833
|
return;
|
|
209835
209834
|
}
|
|
209836
|
-
|
|
209835
|
+
processingFlags.add(agentIdOrSessionId);
|
|
209837
209836
|
}
|
|
209838
209837
|
} catch (err2) {
|
|
209839
209838
|
logError2(`processQueue: failed for ${agentIdOrSessionId}`, err2);
|
|
@@ -300858,6 +300857,7 @@ function memoizeWithTTL(fn, ttlMs) {
|
|
|
300858
300857
|
return refreshPromise;
|
|
300859
300858
|
} finally {
|
|
300860
300859
|
release();
|
|
300860
|
+
keyMutexes.delete(key2);
|
|
300861
300861
|
}
|
|
300862
300862
|
}
|
|
300863
300863
|
try {
|
|
@@ -300875,6 +300875,7 @@ function memoizeWithTTL(fn, ttlMs) {
|
|
|
300875
300875
|
clear: () => {
|
|
300876
300876
|
originalClear();
|
|
300877
300877
|
lastCachedAt = 0;
|
|
300878
|
+
keyMutexes.clear();
|
|
300878
300879
|
}
|
|
300879
300880
|
};
|
|
300880
300881
|
return wrapped;
|