From 21169fc5648b07dedabf2ba011b6810031c0bf48 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Wed, 18 Mar 2026 22:59:43 +0000 Subject: [PATCH] Fixed brace double-count bug Co-authored-by: youxufkhan --- src/commands/models.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/models.ts b/src/commands/models.ts index b93dd3a..acf1807 100644 --- a/src/commands/models.ts +++ b/src/commands/models.ts @@ -65,7 +65,6 @@ export async function fetchZenModels(): Promise { if (line.trim() === '{') { inJson = true; - braceDepth = 0; } if (inJson) {