You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(enable): show live progress while importing existing sessions
First-run 'entire enable' could sit silent for the whole session
import (an hour on a large corpus) between the setup summary and the
final Imported line. Wire the agentimport Progress reporter into
user-visible output via one shared helper:
- interactive terminals get the standard spinner, extended with an
updatable message (startUpdatableSpinner; startSpinner now delegates
to it) tracking 'session i/N - turn j/M' live
- non-TTY and ACCESSIBLE runs get one plain ANSI-free line per session,
keeping output complete for agents and screen readers
- the standalone 'entire import <agent>' command gets the same wiring
The final summary line is unchanged, and the spinner stops before any
error path prints.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Entire-Checkpoint: 01KY93WZV7TJ0P4CSY40NYGZ1Q
0 commit comments