@funnycode/myclaude 0.1.26 → 0.1.28
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/README.md +0 -3
- package/README.zh-CN.md +0 -3
- package/dist/myclaude.js +2 -3
- package/dist/myclaude.mjs +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -98,9 +98,6 @@ npx @funnycode/myclaude --help # Show help
|
|
|
98
98
|
|---------|-------------|
|
|
99
99
|
| `/model` | Change AI model |
|
|
100
100
|
| `/effort` | Set effort level |
|
|
101
|
-
| `/fast` | Toggle fast mode |
|
|
102
|
-
| `/brief` | Toggle brief mode |
|
|
103
|
-
| `/output-style` | Set output style |
|
|
104
101
|
|
|
105
102
|
### Files & Context
|
|
106
103
|
| Command | Description |
|
package/README.zh-CN.md
CHANGED
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-06-22T13:
|
|
7
|
+
VERSION: "0.1.28",
|
|
8
|
+
BUILD_TIME: "2026-06-22T13:35:14.526Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -468549,7 +468549,6 @@ var init_files5 = __esm(() => {
|
|
|
468549
468549
|
type: "local",
|
|
468550
468550
|
name: "files",
|
|
468551
468551
|
description: "List all files currently in context",
|
|
468552
|
-
isEnabled: () => process.env.USER_TYPE === "ant",
|
|
468553
468552
|
supportsNonInteractive: true,
|
|
468554
468553
|
load: () => Promise.resolve().then(() => (init_files4(), exports_files2))
|
|
468555
468554
|
};
|
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-06-22T13:
|
|
7
|
+
VERSION: "0.1.28",
|
|
8
|
+
BUILD_TIME: "2026-06-22T13:35:14.526Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -468549,7 +468549,6 @@ var init_files5 = __esm(() => {
|
|
|
468549
468549
|
type: "local",
|
|
468550
468550
|
name: "files",
|
|
468551
468551
|
description: "List all files currently in context",
|
|
468552
|
-
isEnabled: () => process.env.USER_TYPE === "ant",
|
|
468553
468552
|
supportsNonInteractive: true,
|
|
468554
468553
|
load: () => Promise.resolve().then(() => (init_files4(), exports_files2))
|
|
468555
468554
|
};
|