Dashboard: Sessions

What It Is

The Sessions dashboard page (/account/sessions) is the web UI for browsing, searching, tagging, and deleting your saved sessions.

When To Use It

  • You want to browse and search sessions in the browser.
  • You want to bulk edit tags or project assignment.
  • You want to delete sessions.

Quick Start

  1. Go to https://recalletta.ai/account/sessions.
  2. Search using the query box.
  3. Click a session title to open its detail page.
  • Plain text searches session content.
  • Tags can be filtered by including tags:tag1,tag2 in the query.
  • Tags shown on each row are clickable. Clicking a tag toggles it in or out of the current filter.

Project Filter

The project dropdown is a convenience filter shared with the Knowledge dashboard.

  • Changing the project filter reloads the page.

Note: project filtering applies reliably to the plain listing. For text search and tags-based search, project scoping may not apply.

Bulk Actions

Selecting rows enables bulk actions:

  • Edit tags: apply a tag set to all selected sessions (existing tags + comma-separated new tags).
  • Change project: set a project slug for all selected sessions (or clear it).
  • Delete selected: delete all selected sessions (with a confirmation prompt).

Single-row delete is also available.

Known Caveats

  • Counts: when filtering by project, total counts used for pagination can be estimates.
  • Tag casing: bulk tag updates normalize to lowercase; stored tag casing may vary depending on how tags were created.

Troubleshooting

  • “Sessions are unavailable right now.”: the page failed to load session data from the API. Retry later and check API connectivity.
  • No projects in the filter: the dropdown is driven by your KB manifest. If you have no projects yet, create one in Knowledge.

See Also