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

<Update label="April 14" rss={{ title: "CLI Updates", description: "New /install-slack-app command, spinner redesign, and CLI stability fixes" }}>
`v0.101.0`

## New features

- **`/install-slack-app` command** - New `/install-slack-app` command to set up the Slack app integration for your workspace

## Improvements

- **CLI spinner redesign** - Updated CLI spinner animation for a refreshed look
- **Token limit warning** - Warning banner now shown when setting a global token limit (app)
- **Source control warning for Computers** - Warning displayed when creating a Droid Computer without source control configured (app)
- **Usage limits clarity** - Usage limits now clearly display values in millions (app)

## Bug fixes

- **File tool accuracy** - File tools now use the actual filesystem state for more reliable results
- **File edit previews** - Fixed structured previews not displaying correctly for file edit results
- **Duplicate spec sessions** - Fixed duplicate sessions being created during spec handoff

</Update>

<Update label="April 13" rss={{ title: "CLI Updates", description: "API key creation now available for all organization members" }}>
`v0.100.0`

Expand Down
Loading