feat: 完成大部分操作

This commit is contained in:
claude-code-best
2026-03-31 21:40:37 +08:00
parent 3d4cb096d1
commit c4d92178b7
22 changed files with 561 additions and 98 deletions

View File

@@ -9,7 +9,7 @@
],
"scripts": {
"build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
"dev": "bun run --watch src/entrypoints/cli.tsx"
"dev": "bun run src/entrypoints/cli.tsx"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",