claude-code - 💡(How to fix) Fix [BUG] Routine detail view only shows first repository when multiple are selected [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#48510Fetched 2026-04-16 06:58:10
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

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?

When creating a routine with multiple GitHub repositories selected, the routine detailview only displays the first repository. The remaining repos are truncated/hidden with no indication that more exist.

Actual: Only the first repository is shown as a badge (e.g., "athena-forge"). No count indicator, no expand button, no tooltip showing the others.

This is a display-only issue — the routine runs correctly against all selected repos. But you can't verify which repos are included without editing the routine.

Impact: Users with multi-repo routines (e.g., a dependency auditor scanning all org repos) cannot confirm their routine configuration without clicking edit. If a repo was accidentally excluded during setup, there's no way to notice from the detail view.

Environment:

  • Plan: Max
  • Platform: Windows 11, Chrome
  • Routines feature: research preview (launched 2026-04-14)
  • Claude Code version: latest

What Should Happen?

Expected: All selected repositories are visible (list, badges, or expandable section)

Error Messages/Logs

Steps to Reproduce

Steps to reproduce:

  1. Go to claude.ai/code/routines → New routine
  2. Add 2+ GitHub repositories (e.g., I added 5)
  3. Save and create the routine
  4. Open the routine detail page

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

latest

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

extent analysis

TL;DR

The issue can be mitigated by modifying the routine detail view to display all selected repositories, possibly through an expandable section or a list.

Guidance

  • Verify that the issue is not specific to the Windows 11 and Chrome environment by testing on other platforms and browsers.
  • Check the routine detail view's HTML and CSS to see if there's a styling issue causing the repositories to be truncated or hidden.
  • Consider adding a count indicator or a "Show all" button to display all selected repositories.
  • Review the code responsible for rendering the routine detail view to ensure it's designed to handle multiple repositories.

Example

No code snippet can be provided without more information about the implementation, but a possible solution could involve modifying the HTML template for the routine detail view to include an expandable section for repositories.

Notes

The issue seems to be related to the display of multiple repositories in the routine detail view, and the provided information does not point to a specific technical cause. Further investigation into the code and styling of the routine detail view is necessary to determine the root cause.

Recommendation

Apply a workaround by modifying the routine detail view to display all selected repositories, as the root cause of the issue is unclear and may require further investigation.

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