From acb51d1702493ccca41e9b2b08e21670a9933b99 Mon Sep 17 00:00:00 2001 From: maou shonen Date: Thu, 26 Feb 2026 09:48:57 +0000 Subject: [PATCH] fix(comment-checker): bump dependency to ^0.7.0 for --prompt support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0559493b7..275e92ebe 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ast-grep/cli": "^0.40.0", "@ast-grep/napi": "^0.40.0", "@clack/prompts": "^0.11.0", - "@code-yeongyu/comment-checker": "^0.6.1", + "@code-yeongyu/comment-checker": "^0.7.0", "@modelcontextprotocol/sdk": "^1.25.2", "@opencode-ai/plugin": "^1.1.19", "@opencode-ai/sdk": "^1.1.19",