From 22d74774df0a04380ea7ab7818612202bd686a1f Mon Sep 17 00:00:00 2001 From: minhn4 Date: Thu, 30 Jul 2026 22:11:46 +0700 Subject: [PATCH] chore(configure): drop the now-unused OPENCODE_K.model key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #221 stopped emitting a top-level `model` in the OpenCode-family configs, which left `OPENCODE_K.model` with no reader. Biome doesn't flag an unused object property, so it survived. Pure removal — the comment at the write site already explains why no pin is written, and CoDev Code shares this constant table via configureOpenCodeKind, so nothing else references it. Co-Authored-By: Claude Opus 5 (1M context) --- src/lib/configure.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/configure.ts b/src/lib/configure.ts index 2e28b8a..5ef47cd 100644 --- a/src/lib/configure.ts +++ b/src/lib/configure.ts @@ -137,7 +137,6 @@ export const OPENCODE_SCHEMA_URL = atob( const OPENCODE_K = { schema: atob("JHNjaGVtYQ=="), mcp: atob("bWNw"), - model: atob("bW9kZWw="), provider: atob("cHJvdmlkZXI="), npm: atob("bnBt"), npmPkg: atob("QGFpLXNkay9vcGVuYWktY29tcGF0aWJsZQ=="),