@funnycode/myclaude 0.1.292 → 0.1.294
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 +9 -9
- package/dist/myclaude.mjs +9 -9
- 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-08-
|
|
7
|
+
VERSION: "0.1.294",
|
|
8
|
+
BUILD_TIME: "2026-08-25T17:01:46.964Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -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.
|
|
120030
|
+
version: "0.1.294",
|
|
120031
120031
|
private: false,
|
|
120032
120032
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
120033
120033
|
license: "MIT",
|
|
@@ -480041,9 +480041,9 @@ var init_definitions = __esm(() => {
|
|
|
480041
480041
|
},
|
|
480042
480042
|
{
|
|
480043
480043
|
id: "2",
|
|
480044
|
-
description: "
|
|
480045
|
-
command: "
|
|
480046
|
-
reasoning: "
|
|
480044
|
+
description: "Create dependency directory (npm install is not permitted by the executor allowlist; install manually)",
|
|
480045
|
+
command: "mkdir node_modules",
|
|
480046
|
+
reasoning: "Dependency installation must be run manually — npm was removed from the allowlist (issues #886/#889/#890)"
|
|
480047
480047
|
},
|
|
480048
480048
|
{
|
|
480049
480049
|
id: "3",
|
|
@@ -480137,9 +480137,9 @@ var init_definitions = __esm(() => {
|
|
|
480137
480137
|
steps: [
|
|
480138
480138
|
{
|
|
480139
480139
|
id: "1",
|
|
480140
|
-
description: "
|
|
480141
|
-
command: "
|
|
480142
|
-
reasoning: "
|
|
480140
|
+
description: "Create test dependency directory (npm install is not permitted by the executor allowlist; install manually)",
|
|
480141
|
+
command: "mkdir node_modules",
|
|
480142
|
+
reasoning: "Test dependencies must be installed manually — npm was removed from the allowlist (issues #886/#889/#890)"
|
|
480143
480143
|
},
|
|
480144
480144
|
{
|
|
480145
480145
|
id: "2",
|
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-08-
|
|
7
|
+
VERSION: "0.1.294",
|
|
8
|
+
BUILD_TIME: "2026-08-25T17:01:46.964Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -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.
|
|
120030
|
+
version: "0.1.294",
|
|
120031
120031
|
private: false,
|
|
120032
120032
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
120033
120033
|
license: "MIT",
|
|
@@ -480041,9 +480041,9 @@ var init_definitions = __esm(() => {
|
|
|
480041
480041
|
},
|
|
480042
480042
|
{
|
|
480043
480043
|
id: "2",
|
|
480044
|
-
description: "
|
|
480045
|
-
command: "
|
|
480046
|
-
reasoning: "
|
|
480044
|
+
description: "Create dependency directory (npm install is not permitted by the executor allowlist; install manually)",
|
|
480045
|
+
command: "mkdir node_modules",
|
|
480046
|
+
reasoning: "Dependency installation must be run manually — npm was removed from the allowlist (issues #886/#889/#890)"
|
|
480047
480047
|
},
|
|
480048
480048
|
{
|
|
480049
480049
|
id: "3",
|
|
@@ -480137,9 +480137,9 @@ var init_definitions = __esm(() => {
|
|
|
480137
480137
|
steps: [
|
|
480138
480138
|
{
|
|
480139
480139
|
id: "1",
|
|
480140
|
-
description: "
|
|
480141
|
-
command: "
|
|
480142
|
-
reasoning: "
|
|
480140
|
+
description: "Create test dependency directory (npm install is not permitted by the executor allowlist; install manually)",
|
|
480141
|
+
command: "mkdir node_modules",
|
|
480142
|
+
reasoning: "Test dependencies must be installed manually — npm was removed from the allowlist (issues #886/#889/#890)"
|
|
480143
480143
|
},
|
|
480144
480144
|
{
|
|
480145
480145
|
id: "2",
|