Dashboard: Session Detail
What It Is
The Session Detail page (/account/session/{id}) lets you view and edit a single session: body, summary, tags, and associated project slug.
When To Use It
- You want to read the full session in the browser.
- You want to edit a session summary/body after upload.
- You want to update tags or project association for a single session.
What You See
- Full session ID (click-to-copy).
- Title.
- Created/Updated timestamps (rendered in local time).
- Content size (based on body length).
- Agent label (derived from tags like
agent-claudeoragent:codexwhen present). - Project slug (or
(none)), with a change button. - An
AI pendingbadge when server-side processing is not complete.
If the session contains context metadata, it is shown in a collapsible Context section as formatted JSON.
Edit Summary and Body
- The Summary and Full Content fields are editable.
- The Save button enables when the page detects changes.
- Saving updates the session via the API.
Edit Tags
The Edit Tags modal supports:
- Selecting from existing tags.
- Adding comma-separated new tags.
Tag updates normalize to lowercase and de-duplicate.
Change Project
The Change Project modal lets you:
- Pick a project slug for this session.
- Clear the project association by choosing
(No project).
The project list is loaded from your personal KB manifest. If you have no projects, create one in Knowledge first.
Troubleshooting
- Session not found: the ID/prefix did not resolve to a session in your account, or it was deleted.
- Save fails: reload and retry; verify API connectivity.