feat(session): improve session list and log formatting for human readability #260

Merged
shoko merged 1 commits from fix/issue-252 into main 2026-04-08 08:53:54 +02:00

1 Commits

Author SHA1 Message Date
shokollm
b630d29bdc feat(session): improve session list and log formatting for human readability
- cmd_list: show sessions in table format ordered by last updated time
- cmd_list: display issue_ref, state, last_updated, and session_id columns
- cmd_logs: cleaner timestamp formatting with human-readable dates
- cmd_logs: color-coded log levels (error=red, warn=yellow, info=green, debug=cyan)
- cmd_logs: improved visual separation between log entries

fixes #252
2026-04-08 06:46:11 +00:00