feat: update user and agent messages width and alignment (#515)

Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
This commit is contained in:
Timo Clasen 2025-06-30 18:57:56 +02:00 committed by GitHub
parent 68e82e4d94
commit d090c08ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 510 additions and 571 deletions

View file

@ -42,6 +42,6 @@ func Measure(tag string) func(...any) {
startTime := time.Now()
return func(tags ...any) {
args := append([]any{"timeTakenMs", time.Since(startTime).Milliseconds()}, tags...)
slog.Info(tag, args...)
slog.Debug(tag, args...)
}
}