Changelog
Back to Agent Mag changelog

v0.1.7

v0.1.7 - Harden editorial ingestion

GitHub Release

v0.1.7's headline update: Hardened the automated editorial ingestion pipeline for daily production use. It includes 4 merged pull requests with structured public notes, validation, and changelog sync metadata.

Hardened the automated editorial ingestion pipeline for daily production use.
Added ingestion health reporting, stronger generated article validation, image retry/backoff, and Blob image smoke checks.
Cleaned Read/Feed visibility so validated generated articles can show source-backed provenance without making the UI noisy.
Preserved legacy article access by slug while keeping default latest surfaces focused on validated generated content.
Adds a public SSR changelog at /changelog plus shareable /changelog/[tag] release pages.
Adds read-only changelog surfaces at /api/changelog, /rss/changelog.xml, and /rss/changelog.json.
Before screenshot for PR #46: Harden editorial ingestion
Before - PR #46
After screenshot for PR #46: Harden editorial ingestion
After - PR #46
Before screenshot for PR #49: Add release changelog sync
Before - PR #49
After screenshot for PR #49: Add release changelog sync
After - PR #49

Why It Matters

The editorial automation needed to be dependable after merge, not just functional in a happy path. This update makes failures easier to diagnose, reduces false-green workflow runs, verifies generated image assets after publish, and gives users visible confidence that Read/Feed articles are source-backed.

GitHub Releases were too thin to act as a product history, and there was no public changelog for readers, partners, or acquirers to inspect. This makes GitHub Releases the operational source of truth while publishing a richer, public, feed-friendly changelog from the same structured release document.

The feed hero/card content was forcing the shell wider than the viewport. When Agent Mag AI opened in the right rail, the rail was technically 380px wide, but it started too far to the right and spilled off-screen. Other pages did not show it as clearly because their main content was easier to shrink.

This completes the Agent Mag distribution path for the new public security review tool: tools repo source, website listing, detail page, npm CLI installer, and the private Agent Mag workflow that uses GPT-5.4 on PRs.

Feature

What Changed

  • Hardened the automated editorial ingestion pipeline for daily production use.
  • Added ingestion health reporting, stronger generated article validation, image retry/backoff, and Blob image smoke checks.
  • Cleaned Read/Feed visibility so validated generated articles can show source-backed provenance without making the UI noisy.
  • Preserved legacy article access by slug while keeping default latest surfaces focused on validated generated content.
  • Adds a public SSR changelog at /changelog plus shareable /changelog/[tag] release pages.
  • Adds read-only changelog surfaces at /api/changelog, /rss/changelog.xml, and /rss/changelog.json.
  • Reworks the GitHub release workflow to generate structured release entries, validate them, upload approved PR screenshots to Azure Blob, publish GitHub Releases, and sync the same normalized record into Cosmos.
  • Adds release scripts for build, validation, media upload, Cosmos sync, and safe backfills.
  • Links the changelog from the footer only, adds it to the sitemap, and allows first-party release media image URLs.
  • Fixed the feed layout clipping that cut off the normal Agent Mag AI right panel.
  • Added min-w-0 to the shell inset and main content panes so the feed can shrink beside the 380px chat rail.
  • Preserved existing chat behavior: the Ask button still opens the normal right-panel chat, and the explicit expand control still handles full expanded mode.
  • Adds PR Security Auto-Fix as a live Agent Mag tool entry with SEO-friendly copy, features, use cases, and detail-page metadata.
  • Generalizes the tool detail page so live tools can provide their own TL;DR, tags, how-it-works steps, and comparison copy instead of inheriting SEO/GEO-specific text.
Improvement

Improvements

  • Harden editorial ingestion
  • Add release changelog sync
  • Fix feed Agent Mag AI panel clipping
  • Add PR Security Auto-Fix to tools and CLI
Fix

Fixes

  • fix(seo): auto-fix SEO issues from GPT-5.4 review
4 PRs/8 commits/3 contributors