Merge pull request #1963 from MoerAI/fix/multi-issue-1888-1693-1891

fix: resolve issues #1888, #1693, #1891
This commit is contained in:
YeonGyu-Kim
2026-02-26 23:13:00 +09:00
committed by GitHub
8 changed files with 164 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import {
buildDecisionMatrix,
} from "./prompt-section-builder"
const MODE: AgentMode = "primary"
const MODE: AgentMode = "all"
export type AtlasPromptSource = "default" | "gpt" | "gemini"