@yukino.js/yukino 0.0.1
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/LICENSE +21 -0
- package/README.md +320 -0
- package/dist/acp-IVY5HZR4.js +14 -0
- package/dist/agent-QANDY7FO.js +4 -0
- package/dist/anthropic-6YLT4JZR.js +4 -0
- package/dist/bwrap-MLSZLWHD.js +4 -0
- package/dist/chunk-2LHY3FND.js +67 -0
- package/dist/chunk-3KKA6537.js +4 -0
- package/dist/chunk-3QL446GD.js +4 -0
- package/dist/chunk-4GE22WHI.js +4 -0
- package/dist/chunk-5VOCXSSX.js +5 -0
- package/dist/chunk-77W2UPS2.js +4 -0
- package/dist/chunk-7MKA3SHV.js +4 -0
- package/dist/chunk-AGSYLE4E.js +16 -0
- package/dist/chunk-CU3IISCC.js +4 -0
- package/dist/chunk-GYBJR2RB.js +65 -0
- package/dist/chunk-HLE7243Q.js +4 -0
- package/dist/chunk-HMZQYFYG.js +4 -0
- package/dist/chunk-JFKC4VCA.js +4 -0
- package/dist/chunk-K4BYVVW7.js +5 -0
- package/dist/chunk-KCMBAHWU.js +4 -0
- package/dist/chunk-L2BWSPCF.js +10 -0
- package/dist/chunk-MDPSQ6L7.js +44 -0
- package/dist/chunk-OFC2GD5K.js +4 -0
- package/dist/chunk-RAS3ORX3.js +164 -0
- package/dist/chunk-RCXKUD3Y.js +4 -0
- package/dist/chunk-SAJCBGHL.js +4 -0
- package/dist/chunk-SOO5OXX2.js +237 -0
- package/dist/chunk-T4O4GQVL.js +607 -0
- package/dist/chunk-UPNNYP7M.js +60 -0
- package/dist/chunk-VCIRD267.js +4 -0
- package/dist/chunk-VU3JWAJR.js +4 -0
- package/dist/chunk-VWUGGYUP.js +6 -0
- package/dist/chunk-XO7ITAWR.js +4 -0
- package/dist/devtools-YWVUN4HX.js +7 -0
- package/dist/esm-57CJEGGK.js +4 -0
- package/dist/esm-6L5BJ5GT.js +4 -0
- package/dist/esm-DIYJ5HX6.js +4 -0
- package/dist/esm-HW2JMFYC.js +4 -0
- package/dist/esm-RPR2GBJ2.js +4 -0
- package/dist/esm-YKAO4ES6.js +4 -0
- package/dist/esm-ZTIYTMTS.js +229 -0
- package/dist/getMachineId-bsd-E27XJQLX.js +4 -0
- package/dist/getMachineId-darwin-35UPAIXP.js +5 -0
- package/dist/getMachineId-linux-MKXIYT6A.js +4 -0
- package/dist/getMachineId-unsupported-ZXVGGFX2.js +4 -0
- package/dist/getMachineId-win-RNVIYJG5.js +4 -0
- package/dist/lib/agent-6FZX4P2Y.js +16 -0
- package/dist/lib/anthropic-IP23YZ3P.js +21 -0
- package/dist/lib/bwrap-2OL7VPSO.js +7 -0
- package/dist/lib/chunk-2VF3XTGH.js +3382 -0
- package/dist/lib/chunk-5DVQ64YL.js +619 -0
- package/dist/lib/chunk-5TGXH7BX.js +624 -0
- package/dist/lib/chunk-6OMQD7MK.js +591 -0
- package/dist/lib/chunk-AZRC67RW.js +512 -0
- package/dist/lib/chunk-F2YJG72O.js +150 -0
- package/dist/lib/chunk-FFM2LB4C.js +132 -0
- package/dist/lib/chunk-FLKB4BK7.js +50 -0
- package/dist/lib/chunk-I34MAQRE.js +255 -0
- package/dist/lib/chunk-KA6POJKI.js +889 -0
- package/dist/lib/chunk-MLKGABMK.js +9 -0
- package/dist/lib/chunk-O7ELJUEK.js +262 -0
- package/dist/lib/chunk-QYBQT2DM.js +655 -0
- package/dist/lib/chunk-YIWNQ7OA.js +47 -0
- package/dist/lib/index.d.ts +8581 -0
- package/dist/lib/index.js +15905 -0
- package/dist/lib/openai-EMJ6U4FW.js +15 -0
- package/dist/lib/permissions-KZ5ACZAX.js +19 -0
- package/dist/lib/providers-2CGZPBFI.js +9 -0
- package/dist/lib/sandbox-runtime-CCQ3X3SM.js +9 -0
- package/dist/lib/seatbelt-WO7YWKLR.js +7 -0
- package/dist/lib/tool-filter-CKHZUUBQ.js +21 -0
- package/dist/main.js +332 -0
- package/dist/node-634LOHDX.js +15 -0
- package/dist/openai-YXYO5OW6.js +34 -0
- package/dist/permissions-VCDMNX3L.js +4 -0
- package/dist/providers-HNMBGGW6.js +4 -0
- package/dist/sandbox-runtime-ELKAYRIL.js +4 -0
- package/dist/seatbelt-JOCANLYS.js +4 -0
- package/dist/server-ZHQILOBP.js +4 -0
- package/dist/src-43CPCEK2.js +12 -0
- package/dist/src-JBRNH4FA.js +4 -0
- package/dist/src-R4BSSIJJ.js +4 -0
- package/dist/src-X6JWWHHT.js +4 -0
- package/dist/tool-filter-BQZDV3TF.js +4 -0
- package/dist/turndown.es-NQ3KDXM7.js +83 -0
- package/package.json +146 -0
package/package.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@yukino.js/yukino",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Yukino is a terminal-based AI coding agent. It provides an interactive UI (terminal user interface) for conversing with large language models, executing code, manipulating files, and orchestrating multi-agent workflows, all from the command line.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"agent",
|
|
7
|
+
"cli",
|
|
8
|
+
"coding-agent",
|
|
9
|
+
"yukino.js"
|
|
10
|
+
],
|
|
11
|
+
"homepage": "https://hangtiancheng.github.io/yukino-code",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/hangtiancheng/yukino-code/issues"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"author": "https://github.com/hangtiancheng",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/hangtiancheng/yukino-code.git",
|
|
20
|
+
"directory": "apps/yukino"
|
|
21
|
+
},
|
|
22
|
+
"bin": {
|
|
23
|
+
"yukino": "dist/main.js"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist",
|
|
27
|
+
"README.md"
|
|
28
|
+
],
|
|
29
|
+
"type": "module",
|
|
30
|
+
"main": "./dist/lib/index.js",
|
|
31
|
+
"types": "./dist/lib/index.d.ts",
|
|
32
|
+
"exports": {
|
|
33
|
+
".": {
|
|
34
|
+
"types": "./dist/lib/index.d.ts",
|
|
35
|
+
"import": "./dist/lib/index.js",
|
|
36
|
+
"default": "./dist/lib/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./package.json": "./package.json"
|
|
39
|
+
},
|
|
40
|
+
"publishConfig": {
|
|
41
|
+
"access": "public"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@a2a-js/sdk": "^1.2.0",
|
|
45
|
+
"@agentclientprotocol/sdk": "^1.4.0",
|
|
46
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.76",
|
|
47
|
+
"@anthropic-ai/sdk": "^0.104.2",
|
|
48
|
+
"@langfuse/otel": "^5.11.1",
|
|
49
|
+
"@langfuse/tracing": "^5.11.1",
|
|
50
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
51
|
+
"@opentelemetry/api": "^1.9.1",
|
|
52
|
+
"@opentelemetry/api-logs": "^0.222.0",
|
|
53
|
+
"@opentelemetry/core": "^2.11.0",
|
|
54
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.222.0",
|
|
55
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.222.0",
|
|
56
|
+
"@opentelemetry/exporter-logs-otlp-proto": "^0.222.0",
|
|
57
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.222.0",
|
|
58
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.222.0",
|
|
59
|
+
"@opentelemetry/exporter-metrics-otlp-proto": "^0.222.0",
|
|
60
|
+
"@opentelemetry/exporter-prometheus": "^0.222.0",
|
|
61
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.222.0",
|
|
62
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.222.0",
|
|
63
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.222.0",
|
|
64
|
+
"@opentelemetry/resources": "^2.11.0",
|
|
65
|
+
"@opentelemetry/sdk-logs": "^0.222.0",
|
|
66
|
+
"@opentelemetry/sdk-metrics": "^2.11.0",
|
|
67
|
+
"@opentelemetry/sdk-trace-base": "^2.11.0",
|
|
68
|
+
"@opentelemetry/semantic-conventions": "^1.43.0",
|
|
69
|
+
"@sentry/node": "^10.75.0",
|
|
70
|
+
"ansi-escapes": "^7.3.0",
|
|
71
|
+
"ansi-regex": "^6.3.0",
|
|
72
|
+
"chalk": "^5.6.2",
|
|
73
|
+
"cli-highlight": "^2.1.11",
|
|
74
|
+
"cli-table3": "^0.6.5",
|
|
75
|
+
"dompurify": "^3.4.15",
|
|
76
|
+
"fuse.js": "^7.5.0",
|
|
77
|
+
"glob": "^13.0.6",
|
|
78
|
+
"ink": "^7.1.1",
|
|
79
|
+
"js-yaml": "^4.3.2",
|
|
80
|
+
"koa": "^3.2.1",
|
|
81
|
+
"marked": "^18.0.13",
|
|
82
|
+
"minimatch": "^10.2.6",
|
|
83
|
+
"node-emoji": "^2.2.0",
|
|
84
|
+
"openai": "^6.49.0",
|
|
85
|
+
"pino": "^10.3.1",
|
|
86
|
+
"react": "19.2.7",
|
|
87
|
+
"react-dom": "19.2.7",
|
|
88
|
+
"sharp": "^0.35.4",
|
|
89
|
+
"slice-ansi": "^9.0.1",
|
|
90
|
+
"string-width": "^8.2.2",
|
|
91
|
+
"supports-hyperlinks": "^4.5.0",
|
|
92
|
+
"turndown": "^7.2.4",
|
|
93
|
+
"wrap-ansi": "^10.0.1",
|
|
94
|
+
"ws": "^8.21.3",
|
|
95
|
+
"zod": "^4.6.5"
|
|
96
|
+
},
|
|
97
|
+
"devDependencies": {
|
|
98
|
+
"@biomejs/biome": "2.4.15",
|
|
99
|
+
"@eslint/js": "^9.39.5",
|
|
100
|
+
"@tailwindcss/postcss": "^4.3.3",
|
|
101
|
+
"@types/js-yaml": "^4.0.9",
|
|
102
|
+
"@types/koa": "^3.0.3",
|
|
103
|
+
"@types/node": "^24.13.6",
|
|
104
|
+
"@types/react": "^19.3.0",
|
|
105
|
+
"@types/react-dom": "^19.3.0",
|
|
106
|
+
"@types/turndown": "^5.0.6",
|
|
107
|
+
"@types/ws": "^8.18.1",
|
|
108
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
109
|
+
"eslint": "^9.39.5",
|
|
110
|
+
"eslint-plugin-import": "^2.32.0",
|
|
111
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
112
|
+
"eslint-plugin-react-refresh": "^0.5.7",
|
|
113
|
+
"eslint-plugin-unicorn": "^65.0.1",
|
|
114
|
+
"globals": "^17.12.0",
|
|
115
|
+
"oxfmt": "^0.53.0",
|
|
116
|
+
"pino-pretty": "^13.1.3",
|
|
117
|
+
"postcss": "^8.5.28",
|
|
118
|
+
"tailwindcss": "^4.3.3",
|
|
119
|
+
"tsup": "^8.5.1",
|
|
120
|
+
"tsx": "^4.23.14",
|
|
121
|
+
"typescript": "^5.9.3",
|
|
122
|
+
"typescript-eslint": "^8.70.0",
|
|
123
|
+
"vitest": "^4.1.11"
|
|
124
|
+
},
|
|
125
|
+
"engines": {
|
|
126
|
+
"node": ">=20"
|
|
127
|
+
},
|
|
128
|
+
"scripts": {
|
|
129
|
+
"dev:fe": "cd src/remote/fe && tsup --watch",
|
|
130
|
+
"build:fe": "cd src/remote/fe && rm -rf ./dist && tsup",
|
|
131
|
+
"preview:fe": "pnpm dlx serve src/remote/fe/dist",
|
|
132
|
+
"dev": "tsx ./src/main.tsx",
|
|
133
|
+
"build": "rm -rf ./dist && tsup",
|
|
134
|
+
"lint": "eslint --cache --quiet ./src ./tests",
|
|
135
|
+
"lint:fix": "eslint --cache --fix --quiet ./src ./tests",
|
|
136
|
+
"test": "vitest run --maxWorkers=2",
|
|
137
|
+
"test:watch": "vitest",
|
|
138
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
139
|
+
"format": "oxfmt --write .",
|
|
140
|
+
"happy": "pnpm typecheck && pnpm lint && pnpm build && pnpm test",
|
|
141
|
+
"happy:fix": "pnpm typecheck && pnpm format && pnpm lint:fix && pnpm build && pnpm test",
|
|
142
|
+
"add:user": "pnpm adduser --registry=https://registry.npmjs.org/",
|
|
143
|
+
"publish:latest": "pnpm publish --access public --registry=https://registry.npmjs.org/",
|
|
144
|
+
"publish:nightly": "pnpm publish --access public --registry=https://registry.npmjs.org/ --tag nightly"
|
|
145
|
+
}
|
|
146
|
+
}
|