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 11:57:56 -05:00
committed by GitHub
co-authored by adamdottv
parent 68e82e4d94
commit d090c08ef0
5 changed files with 510 additions and 571 deletions
+1 -1
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...)
}
}