@funnycode/myclaude 0.1.16 → 0.1.18

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/package.json CHANGED
@@ -1,121 +1,121 @@
1
- {
2
- "name": "@funnycode/myclaude",
3
- "version": "0.1.16",
4
- "private": false,
5
- "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
- "license": "MIT",
7
- "type": "module",
8
- "packageManager": "bun@1.3.5",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://gitee.com/thomaslwq/myclaude.git"
12
- },
13
- "bugs": {
14
- "url": "https://gitee.com/thomaslwq/myclaude/issues"
15
- },
16
- "homepage": "https://gitee.com/thomaslwq/myclaude",
17
- "engines": {
18
- "bun": ">=1.3.5",
19
- "node": ">=18.0.0"
20
- },
21
- "scripts": {
22
- "dev": "bun run ./src/dev-entry.ts",
23
- "start": "bun run ./src/dev-entry.ts",
24
- "build": "bun run ./scripts/build.ts",
25
- "prepublishOnly": "bun run build",
26
- "version": "bun run ./src/dev-entry.ts --version"
27
- },
28
- "bin": {
29
- "myclaude": "./bin/myclaude.cjs"
30
- },
31
- "files": [
32
- "dist/",
33
- "bin/",
34
- "LICENSE",
35
- "README.md",
36
- "README.zh-CN.md",
37
- "CHANGELOG.md",
38
- "docs/funnycode.png"
39
- ],
40
- "publishConfig": {
41
- "access": "public"
42
- },
43
- "dependencies": {
44
- "@alcalzone/ansi-tokenize": "*",
45
- "@anthropic-ai/claude-agent-sdk": "*",
46
- "@anthropic-ai/mcpb": "*",
47
- "@anthropic-ai/sandbox-runtime": "*",
48
- "@anthropic-ai/sdk": "*",
49
- "@aws-sdk/client-bedrock-runtime": "*",
50
- "@commander-js/extra-typings": "*",
51
- "@growthbook/growthbook": "*",
52
- "@modelcontextprotocol/sdk": "*",
53
- "@opentelemetry/api": "*",
54
- "@opentelemetry/api-logs": "*",
55
- "@opentelemetry/core": "*",
56
- "@opentelemetry/resources": "*",
57
- "@opentelemetry/sdk-logs": "*",
58
- "@opentelemetry/sdk-metrics": "*",
59
- "@opentelemetry/sdk-trace-base": "*",
60
- "@opentelemetry/semantic-conventions": "*",
61
- "ajv": "*",
62
- "asciichart": "*",
63
- "auto-bind": "*",
64
- "axios": "*",
65
- "bidi-js": "*",
66
- "chalk": "*",
67
- "chokidar": "*",
68
- "cli-boxes": "*",
69
- "code-excerpt": "*",
70
- "diff": "*",
71
- "emoji-regex": "*",
72
- "env-paths": "*",
73
- "execa": "*",
74
- "figures": "*",
75
- "fuse.js": "*",
76
- "get-east-asian-width": "*",
77
- "google-auth-library": "*",
78
- "highlight.js": "*",
79
- "https-proxy-agent": "*",
80
- "ignore": "*",
81
- "indent-string": "*",
82
- "ink": "*",
83
- "jsonc-parser": "*",
84
- "lodash-es": "*",
85
- "lru-cache": "*",
86
- "marked": "*",
87
- "p-map": "*",
88
- "picomatch": "*",
89
- "proper-lockfile": "*",
90
- "qrcode": "*",
91
- "react": "*",
92
- "react-reconciler": "*",
93
- "semver": "*",
94
- "shell-quote": "*",
95
- "signal-exit": "*",
96
- "stack-utils": "*",
97
- "strip-ansi": "*",
98
- "supports-hyperlinks": "*",
99
- "tree-kill": "*",
100
- "type-fest": "*",
101
- "undici": "*",
102
- "usehooks-ts": "*",
103
- "vscode-jsonrpc": "*",
104
- "vscode-languageserver-protocol": "*",
105
- "vscode-languageserver-types": "*",
106
- "wrap-ansi": "*",
107
- "ws": "*",
108
- "xss": "*",
109
- "yaml": "*",
110
- "zod": "*"
111
- },
112
- "optionalDependencies": {
113
- "@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
114
- "@ant/computer-use-input": "file:./shims/ant-computer-use-input",
115
- "@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
116
- "@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
117
- "color-diff-napi": "file:./shims/color-diff-napi",
118
- "modifiers-napi": "file:./shims/modifiers-napi",
119
- "url-handler-napi": "file:./shims/url-handler-napi"
120
- }
121
- }
1
+ {
2
+ "name": "@funnycode/myclaude",
3
+ "version": "0.1.18",
4
+ "private": false,
5
+ "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "packageManager": "bun@1.3.5",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://gitee.com/thomaslwq/myclaude.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://gitee.com/thomaslwq/myclaude/issues"
15
+ },
16
+ "homepage": "https://gitee.com/thomaslwq/myclaude",
17
+ "engines": {
18
+ "bun": ">=1.3.5",
19
+ "node": ">=18.0.0"
20
+ },
21
+ "scripts": {
22
+ "dev": "bun run ./src/dev-entry.ts",
23
+ "start": "bun run ./src/dev-entry.ts",
24
+ "build": "bun run ./scripts/build.ts",
25
+ "prepublishOnly": "bun run build",
26
+ "version": "bun run ./src/dev-entry.ts --version"
27
+ },
28
+ "bin": {
29
+ "myclaude": "./bin/myclaude.cjs"
30
+ },
31
+ "files": [
32
+ "dist/",
33
+ "bin/",
34
+ "LICENSE",
35
+ "README.md",
36
+ "README.zh-CN.md",
37
+ "CHANGELOG.md",
38
+ "docs/funnycode.png"
39
+ ],
40
+ "publishConfig": {
41
+ "access": "public"
42
+ },
43
+ "dependencies": {
44
+ "@alcalzone/ansi-tokenize": "*",
45
+ "@anthropic-ai/claude-agent-sdk": "*",
46
+ "@anthropic-ai/mcpb": "*",
47
+ "@anthropic-ai/sandbox-runtime": "*",
48
+ "@anthropic-ai/sdk": "*",
49
+ "@aws-sdk/client-bedrock-runtime": "*",
50
+ "@commander-js/extra-typings": "*",
51
+ "@growthbook/growthbook": "*",
52
+ "@modelcontextprotocol/sdk": "*",
53
+ "@opentelemetry/api": "*",
54
+ "@opentelemetry/api-logs": "*",
55
+ "@opentelemetry/core": "*",
56
+ "@opentelemetry/resources": "*",
57
+ "@opentelemetry/sdk-logs": "*",
58
+ "@opentelemetry/sdk-metrics": "*",
59
+ "@opentelemetry/sdk-trace-base": "*",
60
+ "@opentelemetry/semantic-conventions": "*",
61
+ "ajv": "*",
62
+ "asciichart": "*",
63
+ "auto-bind": "*",
64
+ "axios": "*",
65
+ "bidi-js": "*",
66
+ "chalk": "*",
67
+ "chokidar": "*",
68
+ "cli-boxes": "*",
69
+ "code-excerpt": "*",
70
+ "diff": "*",
71
+ "emoji-regex": "*",
72
+ "env-paths": "*",
73
+ "execa": "*",
74
+ "figures": "*",
75
+ "fuse.js": "*",
76
+ "get-east-asian-width": "*",
77
+ "google-auth-library": "*",
78
+ "highlight.js": "*",
79
+ "https-proxy-agent": "*",
80
+ "ignore": "*",
81
+ "indent-string": "*",
82
+ "ink": "*",
83
+ "jsonc-parser": "*",
84
+ "lodash-es": "*",
85
+ "lru-cache": "*",
86
+ "marked": "*",
87
+ "p-map": "*",
88
+ "picomatch": "*",
89
+ "proper-lockfile": "*",
90
+ "qrcode": "*",
91
+ "react": "*",
92
+ "react-reconciler": "*",
93
+ "semver": "*",
94
+ "shell-quote": "*",
95
+ "signal-exit": "*",
96
+ "stack-utils": "*",
97
+ "strip-ansi": "*",
98
+ "supports-hyperlinks": "*",
99
+ "tree-kill": "*",
100
+ "type-fest": "*",
101
+ "undici": "*",
102
+ "usehooks-ts": "*",
103
+ "vscode-jsonrpc": "*",
104
+ "vscode-languageserver-protocol": "*",
105
+ "vscode-languageserver-types": "*",
106
+ "wrap-ansi": "*",
107
+ "ws": "*",
108
+ "xss": "*",
109
+ "yaml": "*",
110
+ "zod": "*"
111
+ },
112
+ "optionalDependencies": {
113
+ "@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
114
+ "@ant/computer-use-input": "file:./shims/ant-computer-use-input",
115
+ "@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
116
+ "@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
117
+ "color-diff-napi": "file:./shims/color-diff-napi",
118
+ "modifiers-napi": "file:./shims/modifiers-napi",
119
+ "url-handler-napi": "file:./shims/url-handler-napi"
120
+ }
121
+ }