Problem
When running aofctl run agent, there's a noticeable delay between pressing enter and seeing output. Users have no visual feedback that the agent is working.
Proposed Solution
Add a loading spinner/animation using indicatif crate that shows while the agent is executing.
Requirements:
- Show spinner immediately after command starts
- Hide spinner when output is ready
- Cross-platform support
- Clean integration with existing output
Location: crates/aofctl/src/commands/run.rs
Related to: UX improvements from getting-started tutorial feedback
Acceptance Criteria
Problem
When running
aofctl run agent, there's a noticeable delay between pressing enter and seeing output. Users have no visual feedback that the agent is working.Proposed Solution
Add a loading spinner/animation using
indicatifcrate that shows while the agent is executing.Requirements:
Location:
crates/aofctl/src/commands/run.rsRelated to: UX improvements from getting-started tutorial feedback
Acceptance Criteria