-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance folder reference detection in user input
- Added checks for wiki-style links ([[...]]), ensuring folder references are not falsely detected within them. - Improved handling of parentheses to correctly identify folder paths that may be wrapped in parentheses. - Updated tests to validate new behavior, including cases for links containing folder references and ensuring accurate detection of folder paths. This update improves the robustness of the folder reference detection logic, enhancing user input handling.
- Loading branch information
Brian Joseph Petro
committed
Dec 4, 2024
1 parent
c5a09ab
commit 51ecf38
Showing
2 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters