Skip to content

fix: show dot-prefixed tool folders in sidebar#51

Merged
mattenarle10 merged 1 commit into
mattenarle10:mainfrom
gzg1023:main
May 31, 2026
Merged

fix: show dot-prefixed tool folders in sidebar#51
mattenarle10 merged 1 commit into
mattenarle10:mainfrom
gzg1023:main

Conversation

@gzg1023
Copy link
Copy Markdown
Contributor

@gzg1023 gzg1023 commented May 30, 2026

Summary

  • show common dot-prefixed AI and dev tool folders in the sidebar:
    • .agent
    • .claude
    • .codex
    • .cursor
    • .github
    • .vscode
  • allow nested files and folders inside these directories through the Tauri filesystem scope
  • keep noisy hidden entries such as .git, .DS_Store, .cache, and .env filtered
  • add focused test coverage for visible and hidden dot-prefixed entries

Testing

  • bun test
  • bun run build
  • cargo check
  • git diff --check

Fixes #49

Copy link
Copy Markdown
Owner

@mattenarle10 mattenarle10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clean fix. This matches the direction from #49: small allow-list now, broader show-hidden UX later. I pulled it locally and verified bun test, bun run build, cargo check, and git diff --check.

@mattenarle10 mattenarle10 merged commit 2ecaaf8 into mattenarle10:main May 31, 2026
2 checks passed
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.

Sidebar file tree hides dot-prefixed folders (.agent, .codex, .cursor, etc.) — should distinguish Unix hidden files from modern tool config folders

2 participants