From 3e1bcc8116ce331b74cce180d3a0eaf51bd93fc7 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:58:32 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.159.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 9349bb98..0fbac757 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,23 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `v0.159.0` + +## New features + +- **Archive projects** - Archive projects you're no longer working on to keep your project list tidy (app) + +## Improvements + +- **Clearer MCP auth guidance** - When an MCP server fails to authenticate, the CLI now explains how to resolve it + +## Bug fixes + +- **MCP config errors** - MCP configuration parse errors are now surfaced clearly instead of failing silently + + + `v0.157.0`