@funnycode/myclaude 0.1.32 → 0.1.33

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 CHANGED
@@ -32,7 +32,7 @@ npx @funnycode/myclaude
32
32
 
33
33
  ### Prerequisites
34
34
 
35
- - **Bun >= 1.3.5** (works with Node.js >= 18 too)
35
+ - **Bun >= 1.3.5** (works with Node.js >= 20 too)
36
36
  - **Git** (for some features)
37
37
  - **Anthropic API key** or compatible provider
38
38
 
package/README.zh-CN.md CHANGED
@@ -32,7 +32,7 @@ npx @funnycode/myclaude
32
32
 
33
33
  ### 环境要求
34
34
 
35
- - **Bun >= 1.3.5**(也可以用 Node.js >= 18
35
+ - **Bun >= 1.3.5**(也可以用 Node.js >= 20
36
36
  - **Git**(部分功能需要)
37
37
  - **Anthropic API 密钥** 或兼容的 AI 提供商
38
38
 
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.32",
8
- BUILD_TIME: "2026-06-23T13:14:30.622Z",
7
+ VERSION: "0.1.33",
8
+ BUILD_TIME: "2026-06-23T13:18:08.842Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
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.32",
8
- BUILD_TIME: "2026-06-23T13:14:30.622Z",
7
+ VERSION: "0.1.33",
8
+ BUILD_TIME: "2026-06-23T13:18:08.842Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "homepage": "https://github.com/thomaslwq/myclaude",
17
17
  "engines": {
18
18
  "bun": ">=1.3.5",
19
- "node": ">=18.0.0"
19
+ "node": ">=20.0.0"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "bun run ./src/dev-entry.ts",