mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
fix: Fix biome correctness errors
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
createWindowPlans,
|
||||
findDuplicates,
|
||||
formatInvalidModelError,
|
||||
getSessionPath,
|
||||
getWorktreePath,
|
||||
launchModelInWindow,
|
||||
normalizeModels,
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user