claude-code - 💡(How to fix) Fix [FEATURE] Session-local CronCreate tasks should be visible in the Routines UI [1 comments, 2 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#52828Fetched 2026-04-25 06:19:49
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Currently, tasks scheduled via CronCreate are only discoverable by running CronList within the active session. They have no representation in the Routines panel in the Claude Code sidebar.

Request: Surface session-local scheduled tasks (created via CronCreate) in the Routines UI alongside cloud Routines, with the ability to view, cancel, and ideally promote them to persistent cloud Routines from the same panel.

Why: Users setting up recurring workflows (e.g. daily ticket triage via a skill) have no way to audit or manage their scheduled tasks without staying in the originating session and remembering job IDs. A unified Routines view would make this discoverable and manageable.

extent analysis

TL;DR

Modify the Routines panel in the Claude Code sidebar to include session-local scheduled tasks created via CronCreate.

Guidance

  • Investigate the current implementation of CronCreate and CronList to understand how session-local tasks are stored and retrieved.
  • Determine the requirements for surfacing these tasks in the Routines UI, including the necessary data and permissions.
  • Consider adding a new API or endpoint to retrieve session-local tasks and display them in the Routines panel.
  • Evaluate the feasibility of promoting session-local tasks to persistent cloud Routines from the Routines panel.

Notes

The solution may require significant changes to the existing architecture and APIs, and may involve additional considerations such as security, scalability, and user experience.

Recommendation

Apply a workaround by creating a custom UI component to display session-local tasks alongside cloud Routines, until a more integrated solution can be implemented. This will provide users with a unified view of their scheduled tasks, even if it's not a fully native solution.

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] Session-local CronCreate tasks should be visible in the Routines UI [1 comments, 2 participants]