fix(model-requirements): remove custom quotio provider, restore standard providers

This commit is contained in:
YeonGyu-Kim
2026-02-21 03:03:57 +09:00
parent 481106a12e
commit 9059a4fdbc
13 changed files with 599 additions and 327 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ describe("beast-mode-system hook", () => {
test("does not inject for other models", async () => {
//#given
const sessionID = "ses_no_beast"
setSessionModel(sessionID, { providerID: "quotio", modelID: "gpt-5.3-codex" })
setSessionModel(sessionID, { providerID: "anthropic", modelID: "gpt-5.3-codex" })
const hook = createBeastModeSystemHook()
const output = { system: [] as string[] }