Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gildea.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page tracks changes to the Gildea API. Each entry has:
  • Date — when the change was announced or shipped
  • StatusAnnouncement (heads-up only), Deprecated (still works, will be removed), Shipped (now live), or Sunset (removed)
  • Affected — the endpoint, response field, or parameter that changed
  • Migration — what consumers need to do, with timing
For breaking changes, Gildea uses a three-phase timeline:
  1. Announcement — change announced; old behavior still works
  2. Soft sunset — old behavior continues but with deprecation headers / nulled fields
  3. Hard cutover — old behavior removed
Consumers should subscribe to this page (RSS coming) or check before upgrading.

2026-04-28 — Improved analysis extraction (v4)

Analysis articles ingested from this date forward use a refreshed extraction pipeline:
  • Each article now decomposes into 3-6 atomic supporting arguments (vs. 1 broader argument previously)
  • Claims are extracted at the article level rather than under a single argument, removing the constraint that previously limited claim count
The net effect is denser content per article — more arguments and more claims per signal. Articles ingested before 2026-04-28 retain their previous extraction. The API response shape is identical across vintages. Affected: Analysis signals (content_type=analysis). Event signals are unaffected. No migration required. Code that reads decomposition.arguments[] and decomposition.claims[] works for both vintages.