mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 21:28:14 +00:00
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:
parent
68e82e4d94
commit
d090c08ef0
5 changed files with 510 additions and 571 deletions
|
@ -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...)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue