Merge pull request #3634 from auyua9/fix/ast-grep-pattern-hints

fix(ast-grep): restore pattern hints in tools
This commit is contained in:
YeonGyu-Kim
2026-05-06 17:15:17 +09:00
committed by GitHub
5 changed files with 95 additions and 65 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ describe("resolveAgentVariant", () => {
sisyphus: { category: "ultrabrain" },
},
categories: {
ultrabrain: { model: "openai/gpt-5.4", variant: "xhigh" },
ultrabrain: { model: "openai/gpt-5.5", variant: "xhigh" },
},
} as OhMyOpenCodeConfig