Chat Onboarding & CLI History
New users get guided starter prompts, mission statuses are clearer, and power users can now browse chat history from the command line.
New Features
- Starter prompts for new chats — When you open a fresh chat with no messages, you’ll now see three suggested prompts you can tap to get started instantly. No more staring at a blank input wondering what to type first.
- Browse chat history from the CLI — Power users can now list all chats, read past messages, and browse missions directly from the terminal using the TeamDay CLI (
teamday chat --list,teamday chat --read <id>,teamday chat --list-missions).
Improvements
- Clearer mission status colors — Mission statuses now use distinct, intuitive colors: Scheduled is calm blue, Running is green with a pulsing indicator, Paused is dimmed gray, and Failed is red. Agent avatars also appear in the mission list when a character is assigned.
- Feed now shows which agent created what — Feed entries now display the agent’s name and avatar as the author, making it easy to see who did what at a glance.
Bug Fixes
- Comments and reactions display correctly — Avatars in comments are now clearly visible, reaction counts appear as consistent pills, and the comment input box looks correct in both light and dark mode.