Refactor error handling to config-driven approach with centralized error rules

Made-with: Cursor
This commit is contained in:
decolua
2026-04-15 11:46:47 +07:00
parent b1288c5064
commit b669b6ffc1
20 changed files with 1056 additions and 991 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { BaseExecutor } from "./base.js";
import { PROVIDERS } from "../config/providers.js";
// Models that use /zen/v1/messages (claude format)
const MESSAGES_MODELS = new Set(["big-pickle", "minimax-m2.5-free"]);
const MESSAGES_MODELS = new Set(["big-pickle"]);
export class OpenCodeExecutor extends BaseExecutor {
constructor() {