Skip to content

feat: show when a session was last active instead of the date - #32

Merged
brtkwr merged 1 commit into
mainfrom
feat/when-column
Sep 23, 2026
Merged

brtkwr merged 1 commit into
mainfrom
feat/when-column

Conversation

@brtkwr

@brtkwr brtkwr commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

The list's first column now shows how long ago each conversation was last active (now, 5m ago, 3h ago, 2d ago, 5w ago, 4mo ago, 1y ago) instead of a full date and time. It replaces both the DATE column and the short-lived AGO column, and the freed width goes to TOPIC.

The time is measured from the conversation's last message, not from when the session started. Full timestamps are still searchable (typing 2026-09-22 still finds that day's sessions) and still show on each message in the preview.

  WHEN      PROJECT    TOPIC
  2m ago    two-inc  ● CCS autorefresh
  42m ago   two-inc  ● dependabot ✍
  5h ago    two-inc    On-call agent
  2d ago    two-inc    gcf-own-repo ✍

🤖 Generated with Claude Code

https://claude.ai/code/session_01JUmkVYwbkobda1AnHuwFDE

The list's DATE and AGO columns become a single WHEN column ("5m ago",
"3h ago", "2d ago", ...), measured from the conversation's last message.
Full timestamps stay searchable and show per message in the preview; TOPIC
gets the freed width.

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JUmkVYwbkobda1AnHuwFDE
@brtkwr
brtkwr merged commit 6350046 into main Sep 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant