claude-code - 💡(How to fix) Fix Scheduled routines no longer have dedicated sidebar section; sessions mixed into regular list and pinning broken [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#54524Fetched 2026-04-30 06:43:15
View on GitHub
Comments
2
Participants
3
Timeline
9
Reactions
0
Author
Timeline (top)
labeled ×5commented ×2closed ×1cross-referenced ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

In a recent update, the dedicated Routines section has been removed from the Claude Code desktop app left sidebar.

Previously, scheduled routines appeared in their own labeled section in the sidebar, making it easy to find and interact with them while they were running. Now:

  1. Routine sessions are mixed into the regular sessions list with no label or section distinguishing them from manual sessions.
  2. Pinning a routine session does not work — it appears to accept the pin but the session does not show as pinned.
  3. When a routine is actively running and the user navigates away, there is no way to find it again quickly.

This is a significant regression for users who rely on scheduled routines for automated workflows. The ability to monitor and interact with running routines was a core feature.

What Should Happen?

Scheduled routine sessions should appear in their own dedicated Routines section in the left sidebar (as they did previously), separate from manual sessions. Pinning a session should persist visually. Users should be able to find and navigate to an actively running routine session easily.

Error Messages/Logs

Steps to Reproduce

  1. Set up one or more scheduled routines in Claude Code
  2. Wait for a routine to fire and begin running
  3. Observe: no dedicated Routines section appears in the left sidebar
  4. The routine session appears mixed into the regular sessions list
  5. Try to pin the running routine session
  6. Observe: pin appears to be applied but session does not show as pinned

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

macOS 15.4

Claude Code Version

2.1.116 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can be addressed by reverting the change that removed the dedicated Routines section from the Claude Code desktop app left sidebar or by implementing a workaround to visually distinguish and prioritize routine sessions.

Guidance

  • Review the code changes made in the recent update to identify the specific modification that removed the Routines section and consider reverting it.
  • Implement a temporary workaround by adding a visual indicator or filter to distinguish routine sessions from manual sessions in the mixed list.
  • Investigate the pinning functionality to determine why the visual representation of a pinned routine session is not persisting.
  • Consider adding a "Running Routines" or "Active Sessions" section to the sidebar to quickly access running routine sessions.

Example

No specific code snippet can be provided without access to the Claude Code source code, but a potential solution might involve modifying the sidebar rendering logic to include a conditional section for routine sessions.

Notes

The exact fix will depend on the specifics of the Claude Code implementation and the changes made in the recent update. Without access to the codebase, it's challenging to provide a precise solution.

Recommendation

Apply a workaround to visually distinguish routine sessions and prioritize their display in the sidebar, as reverting the entire update may not be feasible or desirable. This approach allows for a targeted fix while maintaining other updates and improvements made in the recent version.

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