refactor: remove status indicator ("co is thinking/saying")
Removed the LiveStatusIndicator component and all its scaffolding:
- Deleted LiveStatusIndicator.tsx component (71 lines)
- Removed import and usage from ChatScreen.tsx
- Cleaned up unused destructured values (currentStream, completedStreamBlocks)
The status indicator added unnecessary UI complexity without providing
significant value to the user experience.