Skip to content

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

Open
gzg1023 wants to merge 1 commit into
mattenarle10:mainfrom
gzg1023:main
Open

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

Conversation

@gzg1023
Copy link
Copy Markdown

@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

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

1 participant