Per-routine Runs panel shows only timestamp + generic "Completed" status, no per-run title

Status Open
Maintainer reply None cached
Activity 0 comments · opened Jul 17, 2026

Context

Opening a Routine (scheduled task) in the desktop client shows a right-hand "Runs" panel listing its execution history, e.g.:

today at 3:19 AM        Completed
yesterday at 3:51 AM    Completed
yesterday at 3:16 PM    Completed
Jul 15 at 3:05 AM       Completed

Problem

Every entry shows only a relative timestamp and the same generic "Completed" status, regardless of what the run actually did or found. Each run does have its own underlying session (with its own title, renameable via mcp__ccd_session_mgmt__set_session_title), but:

  1. Renaming that session's title has no visible effect in this Runs list — it only shows up in the session's own tab title once you've already opened that specific run.
  2. These routine-triggered run sessions also don't appear in the main "Recents" list at all, so there's no other place to scan them by title either.

Concretely: I have a nightly canary-check routine, and wanted "07-17 · Ytdlp canary — PASS" (vs "FAIL") visible without opening each run individually. There's currently no surface where that's possible — not the Runs panel, not Recents, not the Routines sidebar (separate issue filed for that one: anthropics/claude-code#78609).

Request

Show each run's session title (or some equivalent short result/status label) directly in the Runs list, instead of (or alongside) the generic "Completed" status — so a routine's recent history can be scanned for pass/fail/error at a glance.

Environment

Claude Code desktop app, "Routines"/scheduled-tasks feature, Runs panel.

View original on GitHub ↗