fix: Fix biome correctness errors

This commit is contained in:
2026-03-23 08:32:30 +05:30
parent 7a164c705c
commit 36c6700437
8 changed files with 24 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export const closeTool = tool({
"whether to create archive tags before deleting branches (default: true)",
),
},
async execute(args, context) {
async execute(args, _context) {
// In plugin mode, we skip confirmation (force=true) since there's no interactive terminal
const result = await closeMultiModel({
sessionName: args.sessionName,