chore: fix lint/format and update changelog

Co-authored-by: ItzR3NO <ItzR3NO@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-17 10:16:32 +00:00
parent fbf1c3ca3c
commit 4ca38286d8
5 changed files with 7 additions and 26 deletions

View File

@@ -331,11 +331,7 @@ export async function applyNonInteractiveAuthChoice(params: {
return applyOpencodeZenConfig(nextConfig);
}
if (
authChoice === "oauth" ||
authChoice === "chutes" ||
authChoice === "openai-codex"
) {
if (authChoice === "oauth" || authChoice === "chutes" || authChoice === "openai-codex") {
runtime.error("OAuth requires interactive mode.");
runtime.exit(1);
return null;