Changelog

Product updates and release notes

We ship continuous improvements across the CLI, agentic skill, SDK, publishing reliability, indexing readiness, and SEO workflow automation. Each release summarizes what was Added, Improved, and Fixed.

v0.9.7

February 28, 2026

Launched the AutoBlogWriter CLI and the agentic Skill for end-to-end workflow automation from terminal and agent environments.

Added

  • Global CLI package (`@autoblogwriter/cli`) with auth, workspace, integrations, ideas, posts, and workflow run commands.
  • Hosted agentic Skill with optimized command contract for AutoBlogWriter operations in agent workflows.

Improved

  • Default machine-readable JSON responses across commands for scripting and automation reliability.
  • Deterministic payload execution patterns with `--json-file` and `--inline` options for generation, scheduling, publishing, and run specs.

Fixed

  • Inconsistent workflow command usage in docs and examples by standardizing on `--file` and `--inline` inputs.
  • Setup friction for first-time CLI users with clearer key resolution order and browser-based login guidance.

v0.9.6

February 24, 2026

Improved publish reliability and faster route freshness after live updates.

Added

  • Event-level publish telemetry to trace draft -> published -> indexed transitions.
  • Workspace-level publish status indicators for multi-product pipelines.

Improved

  • Post-publish revalidation timing for blog index and post routes.
  • Recovery behavior for delayed webhook callbacks after scheduled jobs.

Fixed

  • Occasional delay where new post URLs were visible in sitemap before route freshness completed.
  • Edge case where retrying a scheduled publish could skip analytics event emission.

v0.9.5

February 10, 2026

Expanded internal linking quality checks before scheduled publish windows.

Added

  • Pre-publish related-post discovery to inject valid internal links automatically.
  • Minimum internal-link validation so scheduled posts do not ship with empty link sections.

Improved

  • Anchor-text selection for related links to better match search intent.
  • Cross-post relevance scoring for long-tail topic clusters.

Fixed

  • False-positive related-post matches on similarly named but semantically different articles.
  • Link deduplication issue when multiple suggestions resolved to the same URL.

v0.9.4

January 28, 2026

Released context crawl refresh controls to keep generation context up to date.

Added

  • Manual context refresh action for post-launch product and copy updates.
  • Crawl state snapshot metadata for quick verification of source freshness.

Improved

  • Context extraction stability for mixed docs + marketing page inputs.
  • Coverage of product terminology and feature naming changes.

Fixed

  • Intermittent crawl skips on pages with deeply nested heading structures.
  • Outdated context reuse in rare cases after rapid sequential updates.

v0.9.3

January 14, 2026

Strengthened metadata/schema defaults for safer indexing-ready publishes.

Added

  • Additional schema validation checks before publish completion.
  • Canonical normalization pass for edge-case URL formatting differences.

Improved

  • Consistency of generated title/description pair quality across long-form posts.
  • Open Graph and Twitter card fallback behavior for missing media assets.

Fixed

  • Rare mismatch between generated canonical and scheduled slug updates.
  • Schema field omission when post intro blocks were edited late in workflow.

v0.9.2

December 30, 2025

Refined sitemap regeneration and indexing signal flow for faster discovery.

Added

  • Publish-triggered sitemap delta updates per affected content route.
  • Optional indexing notification hook support after sitemap updates.

Improved

  • Sitemap update latency under concurrent publish operations.
  • Sitemap rebuild resilience for multi-workspace environments.

Fixed

  • Duplicate sitemap node emission in a narrow retry race condition.
  • Missed sitemap refresh on back-to-back scheduled publish batches.

v0.9.1

December 11, 2025

Unified SDK messaging and docs for React + SSR framework workflows.

Added

  • Framework-neutral docs guidance for React SSR integrations.
  • Clearer implementation references for publish, revalidate, and sitemap flows.

Improved

  • Developer onboarding copy around content lifecycle automation.
  • Docs IA for quicker path from setup to first live indexed post.

Fixed

  • Inconsistent naming between marketing pages and docs sections.
  • Broken cross-links between architecture explanations and implementation docs.

Want implementation details?

Dive into the architecture flow and SDK docs to see exactly how publishing, revalidation, sitemap regeneration, and indexing signals are orchestrated.