feature: channels and skills (#2)

Co-authored-by: paisley <8197966+su8su@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Felix
2026-02-06 18:26:06 +08:00
committed by GitHub
Unverified
parent f9845023c3
commit fa6c23b82a
23 changed files with 4315 additions and 802 deletions

View File

@@ -15,7 +15,7 @@
"scripts": {
"dev": "vite",
"dev:electron": "electron .",
"build": "pnpm run build:vite && pnpm run package",
"build": "pnpm run uv:download && pnpm run build:vite && pnpm run package",
"build:vite": "vite build",
"build:electron": "tsc -p tsconfig.node.json",
"preview": "vite preview",
@@ -26,6 +26,8 @@
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"uv:download": "node scripts/download-bundled-uv.mjs",
"uv:download:all": "node scripts/download-bundled-uv.mjs --all",
"icons": "bash scripts/generate-icons.sh",
"clean": "rm -rf dist dist-electron release",
"package": "electron-builder",
@@ -78,6 +80,7 @@
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clawhub": "^0.5.0",
"clsx": "^2.1.1",
"electron": "^33.3.0",
"electron-builder": "^25.1.8",