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

<Update label="May 8" rss={{ title: "CLI Updates", description: "Manager-only API keys, tighter Computer name validation, and stability fixes" }}>
`v0.122.0`

## Improvements

- **Manager-only API key creation** - Organization API keys can now only be created by managers (app)
- **Stricter Computer name validation** - Computer names are limited to lowercase letters, digits, and hyphens, with clearer error states (app)

## Bug fixes

- **Working directory from computer wizard** - Working directory is now seeded correctly when navigating from the computer wizard to a new session (app)
- **Duplicate collapsed groups** - Fixed duplicate collapsed groups in the CLI
- **Droid header spacing** - Restored a missing trailing space in the Droid header
- **Extra usage on subscription end** - Remaining extra usage is now transferred to your account balance when a subscription ends (app)

</Update>

<Update label="May 7" rss={{ title: "CLI Updates", description: "Thinking duration, smoother scrollback, better session titles, and stability fixes" }}>
`v0.121.0`

Expand Down
Loading