Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hide special paths; sort models #2325

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

tobitege
Copy link
Collaborator

@tobitege tobitege commented Jun 8, 2024

A list of special folders is now being excluded from the workspace folder tree:
'.git', '.DS_Store', '.svn', '.hg', '.idea', '.vscode', '.settings', '.pytest_cache', '__pycache__', 'node_modules', 'vendor', 'build', 'dist', 'bin', 'logs', 'log', 'tmp', 'temp', 'coverage', 'venv', 'env'

The Models and Agents lists in the Settings is now sorted by name.

Fixes #2056

@yufansong
Copy link
Collaborator

Test locally, works great. Thanks for your contribution.

@yufansong yufansong enabled auto-merge (squash) June 8, 2024 02:01
@yufansong yufansong merged commit 5e42f14 into All-Hands-AI:main Jun 8, 2024
2 checks passed
@tobitege
Copy link
Collaborator Author

tobitege commented Jun 8, 2024

Test locally, works great. Thanks for your contribution.

Glad to hear and my pleasure. 😃

Wasn't expecting it to get merged that fast, wanted to ask: I also had added the filter to the file listing commands, which I think are for the shell window? If need be, I'd revert the changes made there if the special folders are missed in some cases.

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.

[Bug]: Workspace shows .git folder
2 participants