@jieee/coder 1.0.0

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.
@@ -0,0 +1,8 @@
1
+ export const BROWSER_TOOLS = [];
2
+
3
+ export function createClaudeForChromeMcpServer() {
4
+ return {
5
+ setRequestHandler() {},
6
+ async connect() {},
7
+ };
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@ant/claude-for-chrome-mcp",
3
+ "version": "0.0.0-stub",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": "./index.js"
7
+ }
8
+ }
@@ -0,0 +1,5 @@
1
+ const input = {
2
+ isSupported: false,
3
+ };
4
+
5
+ export default input;
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@ant/computer-use-input",
3
+ "version": "0.0.0-stub",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": "./index.js"
7
+ }
8
+ }
@@ -0,0 +1,28 @@
1
+ export const DEFAULT_GRANT_FLAGS = {
2
+ clipboardRead: false,
3
+ clipboardWrite: false,
4
+ systemKeyCombos: false,
5
+ };
6
+
7
+ export const API_RESIZE_PARAMS = {};
8
+
9
+ export function targetImageSize(width, height) {
10
+ return { width, height };
11
+ }
12
+
13
+ export function bindSessionContext() {
14
+ return async function dispatch() {
15
+ throw new Error('@ant/computer-use-mcp stub: runtime support is unavailable in this restored workspace');
16
+ };
17
+ }
18
+
19
+ export function buildComputerUseTools() {
20
+ return [];
21
+ }
22
+
23
+ export function createComputerUseMcpServer() {
24
+ return {
25
+ setRequestHandler() {},
26
+ async connect() {},
27
+ };
28
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@ant/computer-use-mcp",
3
+ "version": "0.0.0-stub",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": "./index.js",
7
+ "./types": "./types.js",
8
+ "./sentinelApps": "./sentinelApps.js"
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ export function getSentinelCategory() {
2
+ return null;
3
+ }
@@ -0,0 +1 @@
1
+ export { DEFAULT_GRANT_FLAGS } from './index.js';
@@ -0,0 +1,17 @@
1
+ const api = {
2
+ tcc: {
3
+ checkAccessibility() {
4
+ return false;
5
+ },
6
+ checkScreenRecording() {
7
+ return false;
8
+ },
9
+ },
10
+ apps: {
11
+ listInstalled() {
12
+ return [];
13
+ },
14
+ },
15
+ };
16
+
17
+ export default api;
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@ant/computer-use-swift",
3
+ "version": "0.0.0-stub",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": "./index.js"
7
+ }
8
+ }
package/package.json ADDED
@@ -0,0 +1,171 @@
1
+ {
2
+ "name": "@jieee/coder",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "bin": {
6
+ "jcode": "./dist/cli.js"
7
+ },
8
+ "description": "Use Jieee Coder right from your terminal.",
9
+ "files": [
10
+ "dist/cli.js",
11
+ "package.json"
12
+ ],
13
+ "bundledDependencies": [
14
+ "@ant/claude-for-chrome-mcp",
15
+ "@ant/computer-use-input",
16
+ "@ant/computer-use-mcp",
17
+ "@ant/computer-use-swift"
18
+ ],
19
+ "engines": {
20
+ "node": ">=18.0.0"
21
+ },
22
+ "packageManager": "bun",
23
+ "scripts": {
24
+ "build": "$HOME/.bun/bin/bun ./build.ts",
25
+ "start": "./dist/cli.js",
26
+ "dev": "$HOME/.bun/bin/bun ./build.ts && ./dist/cli.js",
27
+ "recovery:analyze": "node ./recovery/analyze-sourcemap.mjs",
28
+ "recovery:metadata": "node ./recovery/reconstruct-project-metadata.mjs",
29
+ "recovery:tooling": "node ./recovery/generate-tooling-skeletons.mjs",
30
+ "typecheck": "tsc -p tsconfig.json --noEmit"
31
+ },
32
+ "dependencies": {
33
+ "@alcalzone/ansi-tokenize": "0.3.0",
34
+ "@ant/claude-for-chrome-mcp": "file:vendor-stubs/@ant/claude-for-chrome-mcp",
35
+ "@ant/computer-use-input": "file:vendor-stubs/@ant/computer-use-input",
36
+ "@ant/computer-use-mcp": "file:vendor-stubs/@ant/computer-use-mcp",
37
+ "@ant/computer-use-swift": "file:vendor-stubs/@ant/computer-use-swift",
38
+ "@anthropic-ai/bedrock-sdk": "0.26.4",
39
+ "@anthropic-ai/claude-agent-sdk": "0.2.89",
40
+ "@anthropic-ai/foundry-sdk": "0.2.3",
41
+ "@anthropic-ai/mcpb": "2.1.2",
42
+ "@anthropic-ai/sandbox-runtime": "0.0.46",
43
+ "@anthropic-ai/sdk": "0.81.0",
44
+ "@anthropic-ai/vertex-sdk": "0.14.4",
45
+ "@aws-crypto/sha256-js": "^5.2.0",
46
+ "@aws-sdk/client-bedrock": "3.1021.0",
47
+ "@aws-sdk/client-bedrock-runtime": "3.1021.0",
48
+ "@aws-sdk/client-sts": "3.1021.0",
49
+ "@aws-sdk/credential-provider-node": "3.972.29",
50
+ "@aws-sdk/credential-providers": "3.1021.0",
51
+ "@azure/identity": "4.13.1",
52
+ "@commander-js/extra-typings": "14.0.0",
53
+ "@growthbook/growthbook": "1.4.1",
54
+ "@modelcontextprotocol/sdk": "1.29.0",
55
+ "@opentelemetry/api": "1.9.1",
56
+ "@opentelemetry/api-logs": "0.214.0",
57
+ "@opentelemetry/core": "2.6.1",
58
+ "@opentelemetry/exporter-logs-otlp-grpc": "0.214.0",
59
+ "@opentelemetry/exporter-logs-otlp-http": "0.214.0",
60
+ "@opentelemetry/exporter-logs-otlp-proto": "0.214.0",
61
+ "@opentelemetry/exporter-metrics-otlp-grpc": "0.214.0",
62
+ "@opentelemetry/exporter-metrics-otlp-http": "0.214.0",
63
+ "@opentelemetry/exporter-metrics-otlp-proto": "0.214.0",
64
+ "@opentelemetry/exporter-prometheus": "0.214.0",
65
+ "@opentelemetry/exporter-trace-otlp-grpc": "0.214.0",
66
+ "@opentelemetry/exporter-trace-otlp-http": "0.214.0",
67
+ "@opentelemetry/exporter-trace-otlp-proto": "0.214.0",
68
+ "@opentelemetry/resources": "2.6.1",
69
+ "@opentelemetry/sdk-logs": "0.214.0",
70
+ "@opentelemetry/sdk-metrics": "2.6.1",
71
+ "@opentelemetry/sdk-trace-base": "2.6.1",
72
+ "@opentelemetry/semantic-conventions": "1.40.0",
73
+ "@smithy/core": "^3.23.13",
74
+ "@smithy/eventstream-serde-node": "^4.2.12",
75
+ "@smithy/fetch-http-handler": "^5.3.15",
76
+ "@smithy/node-http-handler": "^4.5.1",
77
+ "@smithy/protocol-http": "^5.3.12",
78
+ "@smithy/signature-v4": "^5.3.12",
79
+ "@smithy/smithy-client": "^4.12.8",
80
+ "@smithy/util-base64": "^4.3.2",
81
+ "@xmldom/xmldom": "^0.9.9",
82
+ "ajv": "*",
83
+ "ajv-formats": "*",
84
+ "asciichart": "1.5.25",
85
+ "audio-capture-napi": "0.0.1",
86
+ "auto-bind": "5.0.1",
87
+ "axios": "1.14.0",
88
+ "bidi-js": "1.0.3",
89
+ "cacache": "20.0.3",
90
+ "chalk": "5.6.2",
91
+ "chokidar": "5.0.0",
92
+ "cli-boxes": "3.0.0",
93
+ "cli-highlight": "2.1.11",
94
+ "code-excerpt": "4.0.0",
95
+ "commander": "*",
96
+ "color-diff-napi": "0.0.1",
97
+ "diff": "8.0.4",
98
+ "emoji-regex": "10.6.0",
99
+ "env-paths": "3.0.0",
100
+ "execa": "9.6.1",
101
+ "fflate": "^0.8.2",
102
+ "figures": "6.1.0",
103
+ "fuse.js": "7.1.0",
104
+ "get-east-asian-width": "1.4.0",
105
+ "google-auth-library": "10.6.2",
106
+ "highlight.js": "*",
107
+ "https-proxy-agent": "7.0.6",
108
+ "ignore": "7.0.5",
109
+ "image-processor-napi": "0.0.1",
110
+ "indent-string": "5.0.0",
111
+ "ink": "*",
112
+ "jsonc-parser": "3.3.1",
113
+ "lodash-es": "4.17.23",
114
+ "lru-cache": "11.2.2",
115
+ "marked": "17.0.5",
116
+ "modifiers-napi": "0.0.1",
117
+ "p-map": "7.0.4",
118
+ "picomatch": "4.0.3",
119
+ "plist": "3.1.0",
120
+ "proper-lockfile": "4.1.2",
121
+ "qrcode": "1.5.4",
122
+ "react": "19.2.4",
123
+ "react-reconciler": "0.33.0",
124
+ "semver": "7.7.4",
125
+ "sharp": "0.34.5",
126
+ "shell-quote": "1.8.3",
127
+ "signal-exit": "*",
128
+ "stack-utils": "2.0.6",
129
+ "strip-ansi": "7.1.2",
130
+ "supports-hyperlinks": "4.1.0",
131
+ "tree-kill": "1.2.2",
132
+ "turndown": "7.2.2",
133
+ "type-fest": "5.5.0",
134
+ "undici": "7.24.7",
135
+ "url-handler-napi": "0.0.1",
136
+ "usehooks-ts": "3.1.1",
137
+ "vscode-jsonrpc": "8.2.1",
138
+ "vscode-languageserver-protocol": "3.17.5",
139
+ "vscode-languageserver-types": "3.17.5",
140
+ "wrap-ansi": "9.0.2",
141
+ "ws": "8.20.0",
142
+ "xmlbuilder": "^15.1.1",
143
+ "xss": "1.0.15",
144
+ "yaml": "2.8.3",
145
+ "zod": "4.3.6",
146
+ "zod-to-json-schema": "*"
147
+ },
148
+ "devDependencies": {
149
+ "@types/node": "25.5.0",
150
+ "@types/qrcode": "1.5.5",
151
+ "@types/react": "19.2.2",
152
+ "@types/semver": "7.7.1",
153
+ "@types/shell-quote": "1.7.5",
154
+ "@types/ws": "8.18.1",
155
+ "bun": "^1.3.11",
156
+ "bun-types": "*",
157
+ "esbuild": "0.25.11",
158
+ "typescript": "6.0.2"
159
+ },
160
+ "optionalDependencies": {
161
+ "@img/sharp-darwin-arm64": "^0.34.2",
162
+ "@img/sharp-darwin-x64": "^0.34.2",
163
+ "@img/sharp-linux-arm": "^0.34.2",
164
+ "@img/sharp-linux-arm64": "^0.34.2",
165
+ "@img/sharp-linux-x64": "^0.34.2",
166
+ "@img/sharp-linuxmusl-arm64": "^0.34.2",
167
+ "@img/sharp-linuxmusl-x64": "^0.34.2",
168
+ "@img/sharp-win32-arm64": "^0.34.2",
169
+ "@img/sharp-win32-x64": "^0.34.2"
170
+ }
171
+ }