Skip to content

fix: update breadcrumbs when selecting files from search or following links#352

Merged
rjroy merged 1 commit intomainfrom
fix/search-to-breadcrumbs
Jan 18, 2026
Merged

fix: update breadcrumbs when selecting files from search or following links#352
rjroy merged 1 commit intomainfrom
fix/search-to-breadcrumbs

Conversation

@rjroy
Copy link
Copy Markdown
Owner

@rjroy rjroy commented Jan 18, 2026

Summary

  • Breadcrumbs now update when selecting text files from search results
  • Breadcrumbs now update when following wiki-links within markdown files
  • Both handleFileSelect and handleNavigate were missing setCurrentPath() calls

Test plan

  • Search for a file, click result, verify breadcrumb shows correct path
  • Open a markdown file with wiki-links, click a link, verify breadcrumb updates

🤖 Generated with Claude Code

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

… links

The breadcrumb path wasn't updating when:
- Selecting text files from search results
- Following wiki-links within markdown files

Both handlers sent the read_file message but didn't call setCurrentPath(),
so the viewer header showed stale path information.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rjroy rjroy force-pushed the fix/search-to-breadcrumbs branch from bab085f to 8394c89 Compare January 18, 2026 15:25
@rjroy rjroy merged commit 4dd5684 into main Jan 18, 2026
2 checks passed
@rjroy rjroy deleted the fix/search-to-breadcrumbs branch January 18, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant