Fix context bar showing ~10% in worktree/agent sessions#30
Open
hangingwithshu wants to merge 1 commit into
Open
Fix context bar showing ~10% in worktree/agent sessions#30hangingwithshu wants to merge 1 commit into
hangingwithshu wants to merge 1 commit into
Conversation
Claude Code agents (spawned via the Agent tool or background jobs) now run in isolated git worktrees. When EnterWorktree switches the CWD, Claude Code derives the project key from the new worktree path, so transcript_path points to a project directory that doesn't exist yet. The -f check fails and the bar falls back to the 20k baseline (~10%), regardless of how much context is actually loaded. Fix: if transcript_path doesn't exist, search for the session file by its UUID filename across all project directories under ~/.claude/projects. The transcript is always written to the original project dir, so the fallback finds it reliably.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EnterWorktreetranscript_pathpoints to a project directory that doesn't exist yet-fcheck fails and the bar falls back to the 20k baseline (~10%), regardless of actual context usageFix
If
transcript_pathdoesn't exist, fall back to searching for the session file by its UUID filename across all project directories under~/.claude/projects. The transcript is always written to the original project dir, so the fallback finds it reliably.Test plan
transcript_pathas before (no change)