Remove junk empty-string fields from Regina adapter config

mode, effort, variant, modelReasoningEffort are not applicable to
opencode_local/minimax and were UI artifacts.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-18 11:02:04 -04:00
parent 905f1f453c
commit 0dc83a1e99
+1 -5
View File
@@ -38,11 +38,7 @@
"GITHUB_APP_ID_REGINA": { "type": "plain", "value": "3033788" }, "GITHUB_APP_ID_REGINA": { "type": "plain", "value": "3033788" },
"GITHUB_PEM_PATH_REGINA": { "type": "plain", "value": "/paperclip/secrets/github-pems/regina.pem" } "GITHUB_PEM_PATH_REGINA": { "type": "plain", "value": "/paperclip/secrets/github-pems/regina.pem" }
}, },
"model": "openrouter/minimax/minimax-m2.5", "model": "openrouter/minimax/minimax-m2.5"
"mode": "",
"effort": "",
"variant": "",
"modelReasoningEffort": ""
} }
``` ```