claude-code - 💡(How to fix) Fix [FEATURE] ln -s to session logs? [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#48228Fetched 2026-04-15 06:29:34
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2
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

Session log usually helps alot as a context but in most session opus or sonnet does not use those.

Proposed Solution

Why dont we use ln -s ~/.claude/projects/{project-id} .claude/sessions and use 'session explorer' like how current explorer does?

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Performance and speed

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Consider implementing a symbolic link to connect project directories with session directories for easier access.

Guidance

  • Investigate the feasibility of using ln -s to create symbolic links between ~/.claude/projects/{project-id} and .claude/sessions to improve session management.
  • Evaluate the current 'session explorer' functionality to determine how it can be adapted or extended to work with the proposed symbolic link approach.
  • Assess potential performance and security implications of introducing symbolic links to the existing directory structure.
  • Research how the proposed solution aligns with the overall performance and speed goals of the project.

Notes

The proposed solution assumes that creating symbolic links will not introduce significant security risks or compatibility issues with existing functionality.

Recommendation

Apply workaround: Implement the proposed symbolic link solution to improve session management, as it appears to be a straightforward and potentially effective approach to addressing the issue.

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 [FEATURE] ln -s to session logs? [1 participants]