fix(agents): cover dotted opus frontier model

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-27 14:40:16 +09:00
parent 3f30dac3f1
commit 80791f10bc
4 changed files with 72 additions and 1 deletions
+2
View File
@@ -140,8 +140,10 @@ describe("read-only agent tool restrictions", () => {
// given
const frontierAgents = [
createSisyphusAgent("anthropic/claude-opus-4-7"),
createSisyphusAgent("anthropic/claude-opus-4.7"),
createSisyphusAgent("openai/gpt-5.5"),
createHephaestusAgent("anthropic/claude-opus-4-7"),
createHephaestusAgent("anthropic/claude-opus-4.7"),
createHephaestusAgent("openai/gpt-5.5"),
]