Commit Graph

7 Commits

Author SHA1 Message Date
sean1832
779937bbe2 fix: not able to switch prompt language after switching UI language 2023-02-23 04:15:36 +11:00
sean1832
eb5361ff80 feat: directory filters to exclude files from unwanted directories.
A new feature that allows users to apply a filter to directories when selecting files, with the purpose of excluding specific directories and their contents from being displayed. The filter can help AI to focus on relevant files and avoid distractions or irrelevant information. This feature could be especially useful for users who work with large and complex vault.
2023-02-22 00:40:48 +11:00
sean1832
a64ac2665f chore: add exclude directory
__pycache__
.git
.idea
.vscode
.obsidian
.trash
.git
.gitignore
.gitattributes
2023-02-21 23:19:03 +11:00
sean1832
945ef71c80 fix: trying to access __pycache__ when update language base 2023-02-21 02:55:30 +11:00
sean1832
7506ef7bba fix: language session state initiate earlier than page_config 2023-02-20 04:13:17 +11:00
sean1832
c84e6b8eea fix: language session state initiate earlier than page_config 2023-02-20 04:10:01 +11:00
sean1832
0359e60d7f refactor: create project wise constants 2023-02-20 04:04:48 +11:00