@antaif3ng/tilcode 0.100.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.
- package/README.md +107 -0
- package/dist/cli.js +719322 -0
- package/package.json +141 -0
package/package.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@antaif3ng/tilcode",
|
|
3
|
+
"version": "0.100.0",
|
|
4
|
+
"description": "A clean, observable, and provider-agnostic CLI coding assistant based on Claude Code",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"author": "tilcode",
|
|
8
|
+
"bin": {
|
|
9
|
+
"tilcode": "dist/cli.js"
|
|
10
|
+
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"workspaces": [
|
|
15
|
+
"packages/*",
|
|
16
|
+
"packages/@ant/*"
|
|
17
|
+
],
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
|
|
23
|
+
"dev": "bun run src/entrypoints/cli.tsx",
|
|
24
|
+
"prepublishOnly": "bun run build",
|
|
25
|
+
"lint": "biome lint src/",
|
|
26
|
+
"lint:fix": "biome lint --fix src/",
|
|
27
|
+
"format": "biome format --write src/",
|
|
28
|
+
"prepare": "git config core.hooksPath .githooks",
|
|
29
|
+
"test": "bun test",
|
|
30
|
+
"check:unused": "knip-bun",
|
|
31
|
+
"health": "bun run scripts/health-check.ts"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
35
|
+
"@anthropic-ai/bedrock-sdk": "^0.26.4",
|
|
36
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.87",
|
|
37
|
+
"@anthropic-ai/foundry-sdk": "^0.2.3",
|
|
38
|
+
"@anthropic-ai/mcpb": "^2.1.2",
|
|
39
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.44",
|
|
40
|
+
"@anthropic-ai/sdk": "^0.80.0",
|
|
41
|
+
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
42
|
+
"@aws-sdk/client-bedrock": "^3.1020.0",
|
|
43
|
+
"@aws-sdk/client-bedrock-runtime": "^3.1020.0",
|
|
44
|
+
"@aws-sdk/client-sts": "^3.1020.0",
|
|
45
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
46
|
+
"@aws-sdk/credential-providers": "^3.1020.0",
|
|
47
|
+
"@azure/identity": "^4.13.1",
|
|
48
|
+
"@commander-js/extra-typings": "^14.0.0",
|
|
49
|
+
"@growthbook/growthbook": "^1.6.5",
|
|
50
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
51
|
+
"@opentelemetry/api": "^1.9.1",
|
|
52
|
+
"@opentelemetry/api-logs": "^0.214.0",
|
|
53
|
+
"@opentelemetry/core": "^2.6.1",
|
|
54
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
|
|
55
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
|
|
56
|
+
"@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
|
|
57
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
|
|
58
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
|
|
59
|
+
"@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
|
60
|
+
"@opentelemetry/exporter-prometheus": "^0.214.0",
|
|
61
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
|
|
62
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
|
63
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
|
64
|
+
"@opentelemetry/resources": "^2.6.1",
|
|
65
|
+
"@opentelemetry/sdk-logs": "^0.214.0",
|
|
66
|
+
"@opentelemetry/sdk-metrics": "^2.6.1",
|
|
67
|
+
"@opentelemetry/sdk-trace-base": "^2.6.1",
|
|
68
|
+
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
69
|
+
"@smithy/core": "^3.23.13",
|
|
70
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
71
|
+
"ajv": "^8.18.0",
|
|
72
|
+
"asciichart": "^1.5.25",
|
|
73
|
+
"auto-bind": "^5.0.1",
|
|
74
|
+
"axios": "^1.14.0",
|
|
75
|
+
"bidi-js": "^1.0.3",
|
|
76
|
+
"cacache": "^20.0.4",
|
|
77
|
+
"chalk": "^5.6.2",
|
|
78
|
+
"chokidar": "^5.0.0",
|
|
79
|
+
"cli-boxes": "^4.0.1",
|
|
80
|
+
"cli-highlight": "^2.1.11",
|
|
81
|
+
"code-excerpt": "^4.0.0",
|
|
82
|
+
"diff": "^8.0.4",
|
|
83
|
+
"emoji-regex": "^10.6.0",
|
|
84
|
+
"env-paths": "^4.0.0",
|
|
85
|
+
"execa": "^9.6.1",
|
|
86
|
+
"fflate": "^0.8.2",
|
|
87
|
+
"figures": "^6.1.0",
|
|
88
|
+
"fuse.js": "^7.1.0",
|
|
89
|
+
"get-east-asian-width": "^1.5.0",
|
|
90
|
+
"google-auth-library": "^10.6.2",
|
|
91
|
+
"highlight.js": "^11.11.1",
|
|
92
|
+
"https-proxy-agent": "^8.0.0",
|
|
93
|
+
"ignore": "^7.0.5",
|
|
94
|
+
"indent-string": "^5.0.0",
|
|
95
|
+
"jsonc-parser": "^3.3.1",
|
|
96
|
+
"langfuse": "^3.38.20",
|
|
97
|
+
"lodash-es": "^4.17.23",
|
|
98
|
+
"lru-cache": "^11.2.7",
|
|
99
|
+
"marked": "^17.0.5",
|
|
100
|
+
"p-map": "^7.0.4",
|
|
101
|
+
"picomatch": "^4.0.4",
|
|
102
|
+
"plist": "^3.1.0",
|
|
103
|
+
"proper-lockfile": "^4.1.2",
|
|
104
|
+
"qrcode": "^1.5.4",
|
|
105
|
+
"react": "^19.2.4",
|
|
106
|
+
"react-compiler-runtime": "^1.0.0",
|
|
107
|
+
"react-reconciler": "^0.33.0",
|
|
108
|
+
"semver": "^7.7.4",
|
|
109
|
+
"sharp": "^0.34.5",
|
|
110
|
+
"shell-quote": "^1.8.3",
|
|
111
|
+
"signal-exit": "^4.1.0",
|
|
112
|
+
"stack-utils": "^2.0.6",
|
|
113
|
+
"strip-ansi": "^7.2.0",
|
|
114
|
+
"supports-hyperlinks": "^4.4.0",
|
|
115
|
+
"tree-kill": "^1.2.2",
|
|
116
|
+
"turndown": "^7.2.2",
|
|
117
|
+
"type-fest": "^5.5.0",
|
|
118
|
+
"undici": "^7.24.6",
|
|
119
|
+
"usehooks-ts": "^3.1.1",
|
|
120
|
+
"vscode-jsonrpc": "^8.2.1",
|
|
121
|
+
"vscode-languageserver-protocol": "^3.17.5",
|
|
122
|
+
"vscode-languageserver-types": "^3.17.5",
|
|
123
|
+
"wrap-ansi": "^10.0.0",
|
|
124
|
+
"ws": "^8.20.0",
|
|
125
|
+
"xss": "^1.0.15",
|
|
126
|
+
"yaml": "^2.8.3",
|
|
127
|
+
"zod": "^4.3.6"
|
|
128
|
+
},
|
|
129
|
+
"devDependencies": {
|
|
130
|
+
"@biomejs/biome": "^2.4.10",
|
|
131
|
+
"@types/bun": "^1.3.11",
|
|
132
|
+
"@types/cacache": "^20.0.1",
|
|
133
|
+
"@types/plist": "^3.0.5",
|
|
134
|
+
"@types/react": "^19.2.14",
|
|
135
|
+
"@types/react-reconciler": "^0.33.0",
|
|
136
|
+
"@types/sharp": "^0.32.0",
|
|
137
|
+
"@types/turndown": "^5.0.6",
|
|
138
|
+
"knip": "^6.1.1",
|
|
139
|
+
"typescript": "^6.0.2"
|
|
140
|
+
}
|
|
141
|
+
}
|