bump claude-opus alias to 4-7

anthropic shipped claude-opus-4-7 today; opencode also republished it.
point the "claude-opus" alias at the new version for both providers so
existing users get the upgrade automatically. openrouter hasn't
published 4.7 yet, so leave openRouterResolve at 4.6 as the BYOR fallback.

also clarify the latest-model snapshot comment: new model drops usually
just mean bumping the `resolve` on an existing alias, not adding a new one.

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-16 16:33:49 +00:00
committed by pullfrog[bot]
parent 569d34b0a9
commit 74b313e612
6 changed files with 17 additions and 23 deletions
+1 -4
View File
@@ -219,10 +219,7 @@ export async function main(): Promise<MainResult> {
// configure env allowlist for subprocess filtering
if (runContext.repoSettings.envAllowlist) {
const blocked = setEnvAllowlist(runContext.repoSettings.envAllowlist);
if (blocked.length > 0) {
log.warning(`env allowlist contains blocked names (ignored): ${blocked.join(", ")}`);
}
setEnvAllowlist(runContext.repoSettings.envAllowlist);
}
// resolve payload to determine shell permission