claude-code - 💡(How to fix) Fix [FEATURE] Feature request: Allow manual reordering of sessions in sidebar [1 comments, 2 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#46810Fetched 2026-04-12 13:32:28
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1
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

When users rename sessions with numbers (e.g. "1 John", "2 English lesson", "3 CS reply"), the sessions still appear in recency order, not in the numbered/named order the user intended.

  • Platform: macOS
  • App: Claude Code Desktop

Proposed Solution

Add one or more of the following:

  • Option to sort sessions by name (alphabetical)
  • Drag-and-drop to manually reorder sessions
  • Sort by creation time

Alternative Solutions

No response

Priority

Low - Nice to have

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement a sorting mechanism that allows users to arrange sessions in a custom order, such as sorting by name or using drag-and-drop reordering.

Guidance

  • Consider adding an option to sort sessions by name in alphabetical order to address the specific use case of users renaming sessions with numbers.
  • Evaluate the feasibility of implementing drag-and-drop functionality to allow users to manually reorder sessions.
  • Assess the current sorting algorithm to determine why it prioritizes recency over custom naming conventions.
  • Investigate the possibility of adding a sorting option based on creation time as an alternative solution.

Example

No specific code example can be provided without more context about the existing implementation, but a potential approach could involve modifying the session sorting function to accept a custom sorting key, such as the session name.

Notes

The implementation details will depend on the existing architecture of the Claude Code Desktop application, particularly how sessions are stored and displayed. This solution assumes that modifying the sorting mechanism is feasible within the current framework.

Recommendation

Apply a workaround by implementing a custom sorting option, such as sorting by name, as this directly addresses the user's need to order sessions in a specific way.

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