Skip to content

Conversation

@stephen-cox
Copy link
Owner

Summary

Fixes issue #12 where resumed chats displayed "User" in message headers while new chats should consistently show "You" for better user experience.

Changes

  • Updated print_message() function in nova/utils/formatting.py to display "You" instead of "User" for user messages
  • Updated corresponding unit tests to match the new expected behavior
  • Maintains timestamps and all other formatting while fixing the display inconsistency

Test Plan

  • All existing tests pass
  • Updated unit tests to verify "You" is displayed instead of "User"
  • Code quality checks pass (ruff, black, isort)
  • Verified resumed chats now display consistent with new chats

Fixes #12

🤖 Generated with Claude Code

stephen-cox and others added 2 commits August 1, 2025 16:44
Resolves issue where resumed chats showed "User" in message headers
while new chats should consistently show "You" for better UX.

Changes:
- Updated print_message() to display "You" instead of "User" for user messages
- Updated corresponding unit tests to match new expected behavior
- Maintains timestamps and all other formatting while fixing the inconsistency

Fixes #12

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@stephen-cox stephen-cox merged commit fff6275 into main Aug 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resumed chats should display the full chat history

2 participants