v0.1.1
v0.1.1 - ci: auto tag releases after merged PRs
v0.1.1's headline update: Fixes the individual model detail pages and keeps the model list cards easy to use after adding install command copy controls. It includes 4 merged pull requests with structured public notes, validation, and changelog sync metadata.
Fixes the individual model detail pages and keeps the model list cards easy to use after adding install command copy controls.
Replaced the incompatible RelatedContent usage on /models/[slug] with local related-content cards that match the page data shape.
Limited related Ollama model lookups on detail pages so opening a single local model page does not wait on the full Ollama catalog.
Restored full-card navigation for model rows while keeping the install command copy control independently clickable.
add an auto-release cadence workflow that evaluates merged PRs after the latest release
cut a semver tag after 3 included PRs by default, or immediately with release:now / manual force
Why It Matters
Individual model pages could crash because the page was passing title and items into RelatedContent, but that component expects a links object. That broke direct detail URLs like /models/ollama--kimi-k2.6 for users browsing from the models directory.
The row click target also became fragmented after the copy command UI was added, so the list cards needed a cleaner link overlay that still lets the copy button work.
Feature
What Changed
- Fixes the individual model detail pages and keeps the model list cards easy to use after adding install command copy controls.
- Replaced the incompatible RelatedContent usage on /models/[slug] with local related-content cards that match the page data shape.
- Limited related Ollama model lookups on detail pages so opening a single local model page does not wait on the full Ollama catalog.
- Restored full-card navigation for model rows while keeping the install command copy control independently clickable.
- add an auto-release cadence workflow that evaluates merged PRs after the latest release
- cut a semver tag after 3 included PRs by default, or immediately with release:now / manual force
- dispatch the existing release.yml workflow so GPT-4o still writes the branded release notes
- Restores the original /skills leaderboard and /skills/[slug] detail page UI that Codex broke
- Removes the GitHub registry fetch layer Codex added to the page components (kept the API routes separately)
- Removes the extra [slug]/layout.tsx Codex added
- Moves SkillContent/ToolDefinition interfaces into skill-content.ts where they belong
- Keeps all 11 new skills Codex added (16–26) and the SEO metadata layout
- Fixes missing space between the year and "Agent Mag" in the footer copyright line
- Was rendering as Copyright © 2026Agent Mag instead of Copyright © 2026 Agent Mag
Improvement
Improvements
- Fix model detail pages
- ci: auto tag releases after merged PRs
- fix: restore original skills page UI
- fix: add missing space in footer copyright text
Fix
Fixes
- fix: add missing space in footer copyright text
- fix: restore original skills page UI broken by Codex
Technical
Technical Notes
- ci: auto tag releases after merged PRs
4 PRs/3 commits/2 contributors