From 7a3fdf6e67965af3c94286af93365f08a9d167f1 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Thu, 23 Apr 2026 20:09:06 +0800 Subject: [PATCH] chore: 1.9.0 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 756a940c3..4ef159deb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-best", - "version": "1.8.0", + "version": "1.9.0", "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", "type": "module", "author": "claude-code-best ", @@ -53,6 +53,10 @@ "format": "biome format --write src/", "prepare": "git config core.hooksPath .githooks", "test": "bun test", + "test:production": "bun run scripts/production-test.ts", + "test:production:offline": "bun run scripts/production-test.ts --offline", + "test:production:verbose": "bun run scripts/production-test.ts --verbose", + "test:production:bun": "bun run scripts/production-test.ts --bun", "check:bundle": "bun run scripts/check-bundle-integrity.ts", "check:unused": "knip-bun", "health": "bun run scripts/health-check.ts",