claude-code - 💡(How to fix) Fix [FEATURE] Allow scheduled agent / Routine runs to appear in Recents or be pinnable in the sidebar [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54517Fetched 2026-04-30 06:43:27
View on GitHub
Comments
2
Participants
3
Timeline
9
Reactions
2
Timeline (top)
labeled ×5commented ×2cross-referenced ×2
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

In a recent update of Claude Code (Mac desktop app), scheduled agent runs stopped appearing in the Recents list in the Claude Mac desktop app sidebar. They're now only accessible by clicking into the Routines tab, selecting the agent, viewing its history, and then clicking into the specific run. As soon as I switch to another conversation, I have to repeat that whole drill-down to get back to the run.

For anyone interacting with scheduled agents frequently, this turns a one-click action into a four-click action, every single time.

Context on usage: I run a consultancy that uses Claude to power AI agents for clients, with scheduled agents / Routines as a core part of the delivery model. I'm interacting with scheduled agent runs many times per day across multiple agents, so the friction here compounds quickly. I frequently switch between a main agent and back to scheduled agent that have dedicated tasks, so this become a nearly impossible workflow for myself and my clients. Schedule agents used to appear in the Recents list (so this is a recent Regression). I understand why the change was made to clean up Recents (otherwise daily runs of scheduled agents could lead to hundreds of items in the recents list), but totally hiding them and not allowing them to even be pinned ignored a very important use case of switching around conversations with the day's active agents (agents who had a scheduled run instance from the last 24h) and other threads.

Why this matters: The current design seems to assume scheduled agents are mostly fire-and-forget background workflows. For consultancy and power-user workflows, scheduled agents are interactive — I check their output, follow up, redirect them, and chain them with other work. Treating their runs as first-class conversations in the sidebar (or letting users opt into that) would make the heavy-use case much smoother without disrupting the default experience.

Environment:

  • Claude desktop app (macOS)
  • App version: Version 1.5220.0 (082bd4)
  • macOS version: Sequoia 15.6.1

Related but distinct issues

  • #49942 and #50928 are about the Schedule tab itself being missing from the sidebar — different problem.
  • #35185 requests general rename/pin functionality for sidebar conversations — related but doesn't cover scheduled agent runs specifically.

Proposed Solution

Requested changes (any one of these would help)

  1. Surface the most recent run from each scheduled agent in the Recents list, the way regular conversations appear.
  2. Allow scheduled agent runs to be pinned to the Pinned section. Currently dragging a run to Pinned doesn't work.
  3. Add a sidebar setting that lets users opt in to showing scheduled agent runs alongside regular Recents, for those of us who want it.

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

The most likely fix is to modify the Claude desktop app to surface scheduled agent runs in the Recents list or allow pinning them, addressing the regression that hides these runs.

Guidance

  • Review the code changes introduced in the recent update (Version 1.5220.0) to identify what caused scheduled agent runs to stop appearing in the Recents list.
  • Consider implementing one of the proposed solutions, such as surfacing the most recent run from each scheduled agent in the Recents list or allowing scheduled agent runs to be pinned to the Pinned section.
  • Evaluate the feasibility of adding a sidebar setting to let users opt-in to showing scheduled agent runs alongside regular Recents.
  • Investigate the interaction between the Routines tab, agent history, and Recents list to understand how scheduled agent runs can be made more accessible.

Notes

The issue highlights a significant regression affecting power users who rely heavily on scheduled agents, and addressing this will require careful consideration of the app's design and user experience.

Recommendation

Apply a workaround by modifying the app to surface scheduled agent runs in the Recents list, as this would directly address the reported issue and improve productivity for affected users.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Allow scheduled agent / Routine runs to appear in Recents or be pinnable in the sidebar [2 comments, 3 participants]