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="April 22" rss={{ title: "CLI Updates", description: "Consolidated mission files, compute usage on billing pages, and CLI stability fixes" }}>
`v0.108.0`

## New features

- **Consolidated mission files** - Mission-related files now live together under `~/.factory` for easier discoverability
- **Compute usage on billing pages** - Billing and usage pages now surface compute usage alongside other usage data (app)

## Bug fixes

- **Linux mission wake-lock** - Linux mission wake-lock now also blocks idle and lid-switch suspend so long-running missions aren't interrupted
- **Terminal focus feedback loop** - Fixed a terminal focus-in feedback loop in the TUI
- **JSON-RPC error handling** - Improved error handling for JSON-RPC communication
- **Subagents in sidebar** - Restored subagents in the sidebar (app)

</Update>

<Update label="April 21" rss={{ title: "CLI Updates", description: "New /btw command, upgraded /copy selector, full-project security audit, and CLI stability fixes" }}>
`v0.106.0`

Expand Down
Loading