You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Routines panel — previously a top-level entry in the left-hand sidebar of Claude Code Desktop, sitting alongside Pinned and Recents — has disappeared and there is no UI affordance to bring it back. The underlying scheduled-tasks data is intact (MCP returns 19 tasks, daily runs are firing on schedule), but the sidebar surface is gone.
Environment
App: Claude Code Desktop 1.7196.3 (Windows installer; also seen on 1.7196.0)
OS: Windows 11
CLI: 2.1.138 (separate, fine, not the surface affected)
Account: regular Pro/Max account with active scheduled tasks (mix of cron + one-shot)
What used to work
Routines appeared as a fixed entry in the left sidebar of CC Desktop, alongside:
New session
Routines ← this
Customize
More
Pinned / Recents
Clicking it opened the local scheduled-tasks list and exposed run history.
What's broken
No "Routines" entry in the left sidebar anywhere
Not under "More" either
No matching slash command brings it back:
/background → "not available in this environment" (this is CLI-only)
/scheduled → no-op
/agents → no-op
/help → no panel-toggle command listed
Restart of CC Desktop does not restore it
Reinstalling latest 1.7196.3 does not restore it
Confirmed: data layer is intact
scheduled-tasks.json is healthy:
19 scheduled tasks registered
Recent lastRunAt timestamps prove they're firing on schedule
Calling mcp__scheduled-tasks__list_scheduled_tasks from any CC session returns the full list
Tasks still send notifications when they finish
So the regression is purely the sidebar surface, not the daemon or MCP.
Config check
disableAgentView is not set in ~/.claude/settings.json or any other settings file
CLAUDE_CODE_DISABLE_AGENT_VIEW env var is empty
todoFeatureEnabled is unset (default)
No managed-settings.json overriding sidebar behaviour
There's nothing user-side I can flip to bring the panel back.
Closest analog already on file
#51426 — "Cowork 'Live Artifacts' sidebar entry point appears once, then disappears on relaunch — server-side rollout flicker". Same shape: sidebar surface vanishes despite the data layer being intact. That issue's diagnosis was a server-side feature-flag rollout. Same pattern looks plausible here.
Recent adjacent regressions (for context)
Filed in the last 5 days, all touching scheduled tasks / Cowork in 1.7196.x:
There's clearly active churn in this area for 1.7196.x — a sidebar UX regression fits the pattern.
Repro
Be on CC Desktop 1.7196.3 (Windows) with existing scheduled tasks
Open the app
Left sidebar shows: New session, Customize, More, Pinned, Recents — but no Routines
There is no command, menu item, or icon that brings it back
Expected
Routines should appear in the left sidebar as before, listing local scheduled tasks with their next/last run times and a click-through to the task session.
Summary
The Routines panel — previously a top-level entry in the left-hand sidebar of Claude Code Desktop, sitting alongside Pinned and Recents — has disappeared and there is no UI affordance to bring it back. The underlying scheduled-tasks data is intact (MCP returns 19 tasks, daily runs are firing on schedule), but the sidebar surface is gone.
Environment
What used to work
Routines appeared as a fixed entry in the left sidebar of CC Desktop, alongside:
Clicking it opened the local scheduled-tasks list and exposed run history.
What's broken
/background→ "not available in this environment" (this is CLI-only)/scheduled→ no-op/agents→ no-op/help→ no panel-toggle command listedConfirmed: data layer is intact
scheduled-tasks.jsonis healthy:lastRunAttimestamps prove they're firing on schedulemcp__scheduled-tasks__list_scheduled_tasksfrom any CC session returns the full listSo the regression is purely the sidebar surface, not the daemon or MCP.
Config check
disableAgentViewis not set in~/.claude/settings.jsonor any other settings fileCLAUDE_CODE_DISABLE_AGENT_VIEWenv var is emptytodoFeatureEnabledis unset (default)There's nothing user-side I can flip to bring the panel back.
Closest analog already on file
#51426 — "Cowork 'Live Artifacts' sidebar entry point appears once, then disappears on relaunch — server-side rollout flicker". Same shape: sidebar surface vanishes despite the data layer being intact. That issue's diagnosis was a server-side feature-flag rollout. Same pattern looks plausible here.
Recent adjacent regressions (for context)
Filed in the last 5 days, all touching scheduled tasks / Cowork in 1.7196.x:
create_scheduled_taskblocked by permissionMode gate in 1.7196.0create_scheduled_taskhangs silently 180s on Windows (regression in 1.7196.0)There's clearly active churn in this area for 1.7196.x — a sidebar UX regression fits the pattern.
Repro
Expected
Routines should appear in the left sidebar as before, listing local scheduled tasks with their next/last run times and a click-through to the task session.
Asks
scheduled-tasks.json