claude-code - 💡(How to fix) Fix Scheduled tasks should have configurable visibility in recents

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…

Root Cause

Users should have agency to decide: "I want to see my daily standup in recents" vs "I don't want my background Agent cluttering recents."

Fix Action

Fix / Workaround

Currently users have no workaround except manually checking the Routines panel or using the CLI (/schedule list). Both require extra navigation outside the main chat interface.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Scheduled tasks (routines) are intentionally hidden from the "recents" chat list, making it difficult to discover and review past routine outputs.

Problem Details

  • User runs automated routines (e.g., daily standup, weekly reports) and has no easy way to access past runs from the main UI
    • Must navigate to a separate "Routines" panel or use CLI to view outputs
      • This creates friction for tasks that should be discoverable like any other chat session
        • Routines are just automated sessions with structured outputs — hiding them entirely treats them differently from manual sessions without good reason

Proposed Solution

Add a configurable toggle to control whether routine runs appear in the recents list:

Option 1: Global Setting

  • Settings → Routines → ☑ Show routine runs in recents

Option 2: Per-Routine Setting

  • When creating/editing a routine, add checkbox: ☑ Add to recents on completion

Why This Matters

Users should have agency to decide: "I want to see my daily standup in recents" vs "I don't want my background Agent cluttering recents."

Use Case

Operations PM runs daily-chatlog-standup routine every morning. Wants to quickly scan outputs in recents or bookmark them. Currently must navigate to a separate Routines panel.

Alternative Solutions

Currently users have no workaround except manually checking the Routines panel or using the CLI (/schedule list). Both require extra navigation outside the main chat interface.

Priority

Critical - Blocking my work

Feature Category

Interactive mode (TUI)

Use Case Example

Scenario: Operations PM runs a daily-chatlog-standup routine every morning to review daily progress and blockers.

Current workflow:

  1. Routine completes and generates a structured summary
    1. User must navigate to the Routines panel to review the output
    1. Cannot bookmark or quick-access from recents With this feature:
  2. Routine completes and output appears in recents like any other chat
    1. PM can quickly scan it alongside other conversations
    1. Can bookmark routine runs or reference them in other discussions

Additional Context

No response

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 Scheduled tasks should have configurable visibility in recents