Skip to content

Commit cf8f0c4

Browse files
committed
chore(release): prepare 3.16.4-5 wizard build
Bump the app and Tauri versions to 3.16.4-5 for the v3.16.4-5wizard release line. Add a regression assertion that the Codex MultiRouter wizard connectivity confirmation dialog renders at the top dialog layer z-[200]. Verification: pnpm typecheck; pnpm vitest run tests/lib/codexMultiRouterWizard.test.ts tests/components/CodexMultiRouterWizard.test.tsx tests/components/CodexFormFields.test.tsx; pnpm exec prettier --check package.json src-tauri/tauri.conf.json tests/components/CodexMultiRouterWizard.test.tsx; git diff --check.
1 parent 8afa3fb commit cf8f0c4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-switch-multi",
3-
"version": "3.16.4-4",
3+
"version": "3.16.4-5",
44
"description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI",
55
"type": "module",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CCSwitchMulti",
4-
"version": "3.16.4-4",
4+
"version": "3.16.4-5",
55
"identifier": "com.ccswitchmulti.desktop",
66
"build": {
77
"frontendDist": "../dist",

tests/components/CodexMultiRouterWizard.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ describe("CodexMultiRouterWizard", () => {
376376
screen.getByRole("button", { name: "测试 Chat / Responses 连通性" }),
377377
);
378378
expect(screen.getByText("确认开始连通性测试")).toBeInTheDocument();
379+
expect(screen.getByRole("dialog")).toHaveClass("z-[200]");
379380
fireEvent.click(screen.getByRole("button", { name: "确认测试" }));
380381

381382
expect(

0 commit comments

Comments
 (0)