diff --git a/web/app/_components/landing-page.tsx b/web/app/_components/landing-page.tsx index 02fb90f9c..e3b6da738 100644 --- a/web/app/_components/landing-page.tsx +++ b/web/app/_components/landing-page.tsx @@ -652,10 +652,10 @@ export async function LandingPage(): Promise {
{[ { cat: "visual-engineering", model: "Gemini 3.1 Pro" }, - { cat: "ultrabrain", model: "GPT 5.4" }, + { cat: "ultrabrain", model: "GPT 5.5 xHigh" }, { cat: "artistry", model: "Gemini 3.1 Pro" }, - { cat: "quick", model: "Claude Haiku 4.5" }, - { cat: "deep", model: "GPT 5.3 Codex" }, + { cat: "quick", model: "GPT 5.4 Mini" }, + { cat: "deep", model: "GPT 5.5 Medium" }, { cat: "writing", model: "Kimi K2.5" }, { cat: "git", model: "Claude Haiku 4.5" }, ].map((item) => ( @@ -676,7 +676,7 @@ export async function LandingPage(): Promise { Skill Injection
- {["playwright", "git-master", "frontend-ui-ux", "dev-browser"].map( + {["playwright", "git-master", "frontend-ui-ux", "team-mode"].map( (skill) => (
{ await expect(installCommand).toBeVisible() }) - test("renders all 10 agent cards", async ({ page }) => { + test("renders all rendered agent cards", async ({ page }) => { // given await page.goto("/") @@ -41,7 +41,6 @@ test.describe("Landing Page", () => { "Metis", "Momus", "Atlas", - "Sisyphus Junior", ] for (const name of agentNames) { await expect(page.getByText(name, { exact: true }).first()).toBeVisible()