You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the autocomplete for the sidekick /drop /add commands
In `aicodebot/coder.py`, a new method `filtered_file_list` has been added to filter files in a directory based on `.gitignore` and other ignore patterns. This method is used in the `SidekickCompleter` class to provide better command completion for file paths. The `SidekickCompleter` class has been moved from `aicodebot/helpers.py` to `aicodebot/coder.py` to better align with its usage.
In `aicodebot/helpers.py`, the `SidekickCompleter` class has been removed as it's now in `aicodebot/coder.py`.
In `tests/test_coder.py`, a new test has been added for the `filtered_file_list` method to ensure it's working as expected.
0 commit comments