Files
LocalAI/docs/content/whats-new.md
Ettore Di Giacinto 6bdb04ab5d docs: point the News page at the blog instead of a stale highlights list
The News page kept a hand-maintained "Highlights" list that had drifted:
it was missing all of 2025, duplicated the README's own news list, and
linked /features/middleware/ for a page that lives at operations/.

Both of its jobs already have owners. website/content/blog/ carries the
release write-ups and engineering notes, and GitHub Releases carries the
full changelog. Replace the list with a pointer at those two, so there is
one place to update instead of three.

The page keeps its url and front matter, so /docs/basics/news/ and the
root /basics/news/ redirect that .github/ci/gen-redirects.sh generates
both keep resolving.

Also drop the two contributor instructions in .agents that told authors
to add a whats-new.md bullet per feature: announcing a capability is the
release blog post's job, per .agents/preparing-a-release.md.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Assisted-by: Claude Code:claude-opus-5[1m] [Read] [Edit] [Write] [Bash]
2026-08-03 20:29:50 +00:00

624 B

+++ disableToc = false title = "News" weight = 10 url = '/basics/news/' icon = "newspaper" +++

LocalAI news is published in two places, both kept current:

  • Blog for release write-ups, benchmark reports and engineering notes.
  • GitHub Releases for the full changelog of every version.

For how the project got here, read LocalAI, from March 2023 to now.

This page used to carry a hand-maintained highlights list. It drifted against both sources above, so it now points at them instead.