claude-code - 💡(How to fix) Fix [BUG] Scheduled tasks fire on cron but are not visible in Desktop UI (1.5354.0, Windows) [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#54609Fetched 2026-04-30 06:40:57
View on GitHub
Comments
0
Participants
1
Timeline
7
Reactions
1
Author
Participants
Timeline (top)
labeled ×5cross-referenced ×1subscribed ×1

After this morning's auto-update, the Claude Desktop UI no longer shows scheduled tasks. The tasks are still firing correctly on their cron schedules — only the UI listing is broken. No known workaround.

Root Cause

After this morning's auto-update, the Claude Desktop UI no longer shows scheduled tasks. The tasks are still firing correctly on their cron schedules — only the UI listing is broken. No known workaround.

Fix Action

Workaround

None known. Tasks continue to run, but the UI is unusable for inspecting/enabling/disabling/editing them. Users can still manage tasks via the MCP server (mcp__scheduled-tasks__* tools) from inside a Claude Code session, but that's an indirect workflow not a UI fix.

RAW_BUFFERClick to expand / collapse

Summary

After this morning's auto-update, the Claude Desktop UI no longer shows scheduled tasks. The tasks are still firing correctly on their cron schedules — only the UI listing is broken. No known workaround.

Environment

  • OS: Windows 11 Pro for Workstations (10.0.26200.8246)
  • Claude Desktop app: app-1.5354.0 (auto-installed 2026-04-29 ~10:19 local time)
  • Previous Desktop versions on disk where the UI listing was working: app-1.4758.0 and earlier (app-1.3109.0)
  • Embedded claude-code CLI version reported in session logs: 2.1.121

What's Wrong

  • The Scheduled Tasks UI in the Desktop app is empty / does not list the user's scheduled tasks.
  • This persists across app restarts.

What's Still Working (so the data is intact)

  • The MCP management server is fine — mcp__scheduled-tasks__list_scheduled_tasks returns the full list of 13 tasks with correct enabled, cronExpression, nextRunAt, lastRunAt, and path.
  • The cron scheduler is firing tasks on time. Verified for sf-fixer (cron 33 * * * *):
    • Active scheduled run launched at 2026-04-29T08:35:04Z (the session jsonl exists at ~/.claude/projects/F--Dropbox-Dev---Salesforce--claude-worktrees-trusting-bouman-b7445e/8a0b60a9-...jsonl, version 2.1.121).
    • Run is mid-flight: overseer + selector completed, 5 fixer sub-agents dispatched in parallel, one returned with a plan; orchestrator waiting on the others.
    • Hourly commits to the repo over the last 12+ hours confirm sf-fixer, sf-repo-health, sf-security-audit, sf-triage, sf-release-manager all firing on schedule.
  • ~/.claude/scheduled-tasks/<id>/SKILL.md files are intact with valid frontmatter.

Reproduce

  1. Have one or more existing scheduled tasks set up under ~/.claude/scheduled-tasks/<id>/.
  2. Update Desktop app to 1.5354.0 (auto-update or manual).
  3. Open the Scheduled Tasks UI in the Desktop app.
  4. Observe: list is empty / the user's tasks are not shown.
  5. Confirm the underlying data is intact:
    • mcp__scheduled-tasks__list_scheduled_tasks returns the tasks correctly
    • ~/.claude/scheduled-tasks/<id>/SKILL.md files exist with valid frontmatter
    • Cron is still firing tasks (check lastRunAt timestamps, project session logs, repo commits produced by tasks)

Expected

The Desktop UI should list the same scheduled tasks that mcp__scheduled-tasks__list_scheduled_tasks returns — both should be reading the same source of truth.

Workaround

None known. Tasks continue to run, but the UI is unusable for inspecting/enabling/disabling/editing them. Users can still manage tasks via the MCP server (mcp__scheduled-tasks__* tools) from inside a Claude Code session, but that's an indirect workflow not a UI fix.

Notes

I previously filed #54605 on a wrong premise (assumed scheduled tasks were supposed to surface in the in-session available-skills list — they were not). Closing that and filing this clean report against the actual symptom: the Desktop UI panel itself shows nothing.

extent analysis

TL;DR

The issue can be potentially fixed by reverting to a previous version of the Claude Desktop app, such as app-1.4758.0, where the Scheduled Tasks UI was working correctly.

Guidance

  • Verify that the mcp__scheduled-tasks__list_scheduled_tasks endpoint is returning the correct list of tasks to rule out any issues with the underlying data.
  • Check the Desktop app's logs for any errors or warnings related to the Scheduled Tasks UI to identify potential causes.
  • Test the Scheduled Tasks UI with a minimal setup (e.g., a single scheduled task) to see if the issue persists.
  • Consider using the MCP server tools (mcp__scheduled-tasks__*) as a temporary workaround for managing scheduled tasks.

Example

No code snippet is provided as the issue is related to a specific app version and UI component.

Notes

The issue seems to be specific to the app-1.5354.0 version of the Claude Desktop app, and reverting to a previous version may resolve the issue. However, this may not be a permanent solution and may introduce other compatibility issues.

Recommendation

Apply workaround: Revert to a previous version of the Claude Desktop app, such as app-1.4758.0, until a fixed version is released. This is because the issue is specific to the app-1.5354.0 version, and reverting to a previous version may resolve the issue temporarily.

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 [BUG] Scheduled tasks fire on cron but are not visible in Desktop UI (1.5354.0, Windows) [1 participants]