Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable Darc release changes should be summarized here.

## Unreleased

- Show live refresh progress with spinner steps and session/project progress bars.

## [0.2.1] - 2026-05-20

- Print post-upgrade auto-refresh restart guidance after `darc upgrade`.
Expand Down
1 change: 1 addition & 0 deletions crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ compile_error!("Darc CLI does not support Windows.");
mod agent_help;
mod args;
mod output;
mod progress;
mod project;
mod query_commands;
mod refresh;
Expand Down
Loading
Loading