From 8452ff222b7db5c45bba2ace73f74bb5c8a43358 Mon Sep 17 00:00:00 2001 From: Turtle Date: Mon, 27 Jul 2026 17:53:18 +0800 Subject: [PATCH] fix(ci): link session query tool catalog dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3aa3d6998a..8d06df4d63 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,7 @@ }, "devDependencies": { "@agentclientprotocol/sdk": "0.25.1", + "@deepseek-ai/dsh-tool-session-query": "workspace:^", "@stylistic/eslint-plugin": "^5.10.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2",