Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---

<Update label="April 16" rss={{ title: "CLI Updates", description: "Sessions page redesign, dead code detection in reviews, and CLI stability fixes" }}>
`v0.103.0`

## New features

- **Sessions page redesign** - The sessions page has been refreshed with a new layout and design (app)

## Improvements

- **Denied command confirmation** - Redesigned the confirmation UI when running blocked or risky commands
- **Dead code detection in reviews** - Code review now detects dead and unused code
- **QA report formatting** - QA skill now includes structured report format sections

## Bug fixes

- **File overwriting** - File creation and patch tools can now properly overwrite existing files
- **Model selection after spec approval** - Fixed the session model not being restored after approving a spec
- **Inactive session reload** - Fixed inactive TUI sessions not reloading on demand
- **Parallel tool calls in spec mode** - Fixed tool calls running in parallel incorrectly during spec approval
- **Skill details refresh** - Fixed selected skill details not updating when the skills list changes (app)

</Update>

<Update label="April 15" rss={{ title: "CLI Updates", description: "Security review checks, wiki images, and CLI stability fixes" }}>
`v0.102.0`

Expand Down