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
21 changes: 21 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---

<Update label="June 30" rss={{ title: "CLI Updates", description: "Cloned repos in projects, lower memory use, and rendering and auth fixes" }}>
`v0.162.0`

## New features

- **Cloned repos in projects** - Cloned repositories now appear in the new-session projects dropdown (app)

## Improvements

- **Lower memory usage** - Reduced memory use during long and idle sessions
- **Word-wise navigation** - Option+Left/Right now jumps between words in secondary text inputs

## Bug fixes

- **Resumed hooks** - Hook rows now render correctly after you resume a session
- **File encoding** - Edited files now keep their original encoding instead of always saving as UTF-8
- **MCP authentication** - Restored basic auth fallback when signing in to MCP servers over OAuth
- **Org switching** - Fixed selecting the active organization when switching organizations, including in the EU (app)

</Update>

<Update label="June 29" rss={{ title: "CLI Updates", description: "Hooks manager overhaul, chat transcript search, and faster searches" }}>
`v0.161.0`

Expand Down
Loading