claude-code - 💡(How to fix) Fix [Feature Request] Add cron job status indicator to Claude Code UI footer [1 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#51924Fetched 2026-04-23 07:41:16
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants
RAW_BUFFERClick to expand / collapse

Bug Description monitors, background tasks, and agents all have a nice "1 <thing> running" at the bottom of claude code. Crons (CronCreate, CronList, CronDelete) do not show up in the UI. With my agent now seeming to default to crons, it is hard to tell at a glance if a claude code instance is doing something in the background, or is truly idle

Environment Info

  • Platform: darwin
  • Terminal: Superset
  • Version: 2.1.116
  • Feedback ID: 9dbab5b0-eb23-4f27-8d24-6d6035cf535e

Errors

N/A feature request

extent analysis

TL;DR

The issue can be addressed by modifying the UI to display Cron jobs alongside other background tasks, such as monitors and agents.

Guidance

  • Review the UI code responsible for displaying background tasks to identify why Cron jobs are not included.
  • Investigate the data model used to represent background tasks and determine if Cron jobs are properly integrated.
  • Consider adding a feature request to the project's issue tracker to formally propose the addition of Cron job display in the UI.
  • Examine the differences in how monitors, background tasks, and agents are handled versus Cron jobs to identify potential inconsistencies.

Notes

The issue lacks specific technical details about the UI implementation and data models, making it challenging to provide a precise solution.

Recommendation

Apply workaround: Modify the UI code to include Cron jobs in the background task display, as this is a feature request rather than a bug fix, and there is no clear indication of a fixed version that addresses this issue.

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