From 125558cc865f4fcd591ef36a4328abac43665dcc Mon Sep 17 00:00:00 2001 From: Govind Kamtamneni Date: Mon, 4 May 2026 12:45:40 -0700 Subject: [PATCH] Foundry modal: tighten copy, widen to 720px, collapse Prereqs/MCP/Skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User feedback: card was too long, not wide enough, and overwhelming. ## Layout changes - Modal max-width: 560px → 720px (more room for prompt examples) - Modal content max-height: 88vh with overflow-y: auto so it scrolls if tall ## Content changes **Visible above the fold (primary actions):** - Title + version badge - Tightened description (one short sentence) - Install (2 commands, unchanged) - Try this — 4 short user prompts in a clean bulleted list (was 5 long ones with route-to annotations) **Collapsed by default (using native
/):** - Prerequisites — Foundry project, Azure CLI, azd CLI (with install links opening in new tabs) - 3 MCP servers bundled — Azure MCP, Foundry MCP, Microsoft Docs - 11 skills (orchestrator + 10 sub-skills) — one-line descriptions per skill Each collapsible has a + indicator that flips to − when expanded. ## Why this works better - First impression: 'what is it' + 'how do I install' + 'what should I try' — no scrolling needed - Power users can drill into prereqs/MCPs/skills without losing the overview - Each prompt is now bite-sized ('Build a hosted agent grounded on my product docs') instead of the verbose 'routes to X + Y' annotations - Wider modal removes mid-sentence wrapping in the prompt examples ## Implementation - Replaced 3 always-expanded modal-section blocks (Prereqs/MCP/Skills) with + + + +