-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Showed end time for agent loop and changed message time to show date if not current day #4503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@val-2 looks great, can we make it toggle-able in the ctrl+p command palette? |
|
Which part do you mean? Like the finish time for the agent, the message date if not current day or both? |
|
Looks great, I can implement the design. |
|
maybe just: "Toggle timestamps"? I think that looks good, may look better w/ double dot tho? Username · 10:10 AM · 11/20/2025 |
|
Okay got it, thanks for the quick feedback! |
|
sweet! |
|
I made the suggested changes, a few notes:
Let me know if the changes look good |
917250b to
f4593c6
Compare
|
If u can resolve the conflict then this one is good to go, thanks! |
|
@rekram1-node Conflicts are resolved |
|
@val-2 thanks! Our designer had more iteration ideas but I am gonna merge ur pr in and we may do some tweaks to it after |

Closes #4115 .
Created a new todayTimeOrDateTime function in locale.ts that takes a timestamp and returns only the formatted time if it’s from the current day, otherwise it returns the formatted date and time. This function is now used to format message timestamps for both user and agent.