Changelog Detail Pages, Search Redesign & Dashboard Polish
Web AppDocumentationDashboardAI
Introduced dedicated shareable detail pages for changelog releases with AI assistant integrations, real-time search, mobile filter selector, and edge-to-edge dashboard card polish.
#Dedicated Release Pages & AI Assistant Integration
Every ApiVault update now has its own permalink route (/changelog/[slug]) pre-rendered statically with rich metadata and OpenGraph sharing tags.
agent.tsShell
// AI coding agents can query ApiVault release updates programmatically
import { queryChangelog } from "@apivault/sdk";
const latestRelease = await queryChangelog({ product: "cli" });
console.log(latestRelease.title, latestRelease.version);#Open with AI Shortcuts
Each release detail page includes one-click shortcuts with pre-formatted prompts for:
- ChatGPT: Instant explanation of new features and security improvements.
- Claude: Architectural breakdowns and implementation steps.
- Perplexity: Context-aware search across documentation and release notes.
Tip
Use the Copy AI prompt button in the sidebar to copy the full release notes structured specifically for LLM context windows.
#Edge-to-Edge Dashboard Polish
Refactored the dashboard API key card layout to separate the card body (.keyCardBody) from the footer (.keyFooter), enabling full-width dividers, clean background tints, and polished skeleton placeholders.