╭──────────────────────────────────────────╮
│ ✻ Claude Code                            │
│                                          │
│   /help for help                         │
╰──────────────────────────────────────────╯

 ❯ Fix the login bug

⏺ I'll fix the login bug in src/auth.py.

⎿ Edit src/auth.py
  - old_line = check_timestamp(local_time)
  + new_line = check_timestamp(utc_time)

  Do you want to apply this edit? (Y/n)
