From d15209dc723fb5e018ea5c325fb4e658cae38120 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:48:09 +0000 Subject: [PATCH 1/2] docs: add CLI changelog entry for v0.104.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index aa84cc3..3a543d2 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,35 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.104.0` + +## New features + +- **Custom ripgrep path** - New environment variable to point Factory at a custom ripgrep binary +- **BYOK config in bug reports** - Bug reports now include resolved BYOK configuration to make troubleshooting easier + +## Improvements + +- **Full Execute command in approval** - The approval dialog now shows the full command that will run +- **Selected confirmation option visibility** - The selected option in tool confirmation prompts is now bolded for better visibility +- **Hidden daemon log output** - Background daemon output no longer appears in the session + +## Bug fixes + +- **Spec edits in confirmation flow** - Fixed spec edits being dropped during the confirmation flow +- **Manual spec edits respected** - Fixed manual edits to specs not being preserved during handoff +- **Spec handoff savings calculation** - Corrected the context savings percentage shown after a spec handoff +- **Image upload compression** - Fixed image upload compression issues +- **Assistant active timer** - Fixed the assistant active timer not persisting across unmounts +- **Org model policy enforcement** - Org model policies are now properly enforced on session resume and default healing +- **Daemon connection and bug reports** - Fixed daemon connection issues and bug report errors (app) +- **Local reconnect on machine change** - Local machine reconnect now works reliably when switching connections, with a clearer warning when not connected (app) +- **Tool rendering parity** - Improved DefaultTool and TaskTool rendering to match the CLI (app) +- **ApplyPatch diff rendering** - Fixed ApplyPatch tool diff rendering for the CLI input format (app) + + + `v0.103.0` From e61c1017c2743718b41160c39711a1086e1f22c1 Mon Sep 17 00:00:00 2001 From: Luke Alvoeiro Date: Fri, 17 Apr 2026 18:49:50 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Luke Alvoeiro --- docs/changelog/release-notes.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 3a543d2..9f52fc8 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -22,10 +22,8 @@ rss: true - **Spec edits in confirmation flow** - Fixed spec edits being dropped during the confirmation flow - **Manual spec edits respected** - Fixed manual edits to specs not being preserved during handoff -- **Spec handoff savings calculation** - Corrected the context savings percentage shown after a spec handoff - **Image upload compression** - Fixed image upload compression issues - **Assistant active timer** - Fixed the assistant active timer not persisting across unmounts -- **Org model policy enforcement** - Org model policies are now properly enforced on session resume and default healing - **Daemon connection and bug reports** - Fixed daemon connection issues and bug report errors (app) - **Local reconnect on machine change** - Local machine reconnect now works reliably when switching connections, with a clearer warning when not connected (app) - **Tool rendering parity** - Improved DefaultTool and TaskTool rendering to match the CLI (app)