chore: 1.9.2

This commit is contained in:
claude-code-best
2026-04-23 23:04:18 +08:00
parent 5bc12b00b2
commit fc7a85f5c7
2 changed files with 2 additions and 6 deletions

View File

@@ -36,10 +36,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build:vite
- name: Type check
run: bun run typecheck

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "1.9.1",
"version": "1.9.2",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -47,7 +47,7 @@
"build:bun": "bun run build.ts",
"dev": "bun run scripts/dev.ts",
"dev:inspect": "bun run scripts/dev-debug.ts",
"prepublishOnly": "bun run build",
"prepublishOnly": "bun run build:vite",
"lint": "biome lint src/",
"lint:fix": "biome lint --fix src/",
"format": "biome format --write src/",