Commit Graph

19 Commits

Author SHA1 Message Date
travertexg
f0be561cfc refactor: Restructure file search settings
This commit restructures the file search settings. The previously individual settings for file search method, regex search backend, match search backend, and ripgrep path have been grouped into a new filesSearchSettings object.
2025-06-10 06:54:25 +00:00
travertexg
a00b640dad refactor: Improve file search tool descriptions and reliability
- Updates the description for the regex_search_files tool to dynamically indicate the regex syntax used based on the user's settings (ECMAScript or Rust).
- Refactors the core plugin match search to wait for the search view to load before attempting to access results, addressing a timing issue.
- Adds new settings for regexSearchBackend and matchSearchBackend in settings.test.ts to reflect the refactored backend options for file searching.
2025-06-10 04:21:40 +00:00
travertexg
9984527e85 feat: Enhance file search with core plugin and Omnisearch integration
- Introduces a new match_search_files tool for fuzzy/keyword search, integrating with Obsidian's core search plugin and updating Omnisearch integration for improved file search capabilities.
- Adds settings for selecting search backends (core plugin, Omnisearch, ripgrep) for both regex and match searches.
- Updates language files, prompts, and types to support the new functionality.
- Restructures search-related files for better organization.
2025-06-09 15:15:16 +00:00
duanfuxiang
b1315aa6b1 update , add mcp server stdio and sse 2025-06-02 20:38:40 +08:00
duanfuxiang
c31f5fbe19 delete non need logs 2025-04-29 19:48:58 +08:00
duanfuxiang
16cd3a8691 fix system prompt file 2025-04-29 12:08:26 +08:00
duanfuxiang
f282c9f667 add mode custom 2025-04-28 23:03:53 +08:00
duanfuxiang
497a9739d7 feat: update custom mode draft 2025-04-28 16:58:29 +08:00
duanfuxiang
5558c96aa1 feat: custom prompt 2025-04-27 13:51:38 +08:00
duanfuxiang
520fe80d11 fix unit test 2025-04-08 14:53:05 +08:00
duanfuxiang
c8d03bf799 update fetch urls & web search show view 2025-04-01 18:56:11 +08:00
duanfuxiang
635db9babd update apply diff 2025-03-23 09:34:44 +08:00
duanfuxiang
679d7142eb use web worker to run pglite 2025-03-19 21:01:32 +08:00
duanfuxiang
9977b4ee77 update prompt, use user language 2025-03-18 08:13:13 +08:00
duanfuxiang
b5766e50b2 add copy and create new note button in chat view 2025-03-17 19:39:30 +08:00
duanfuxiang
9488146162 update settings, add search files method 2025-03-17 11:05:41 +08:00
duanfuxiang
4aa321dffc add switch mode tool 2025-03-17 09:12:49 +08:00
duanfuxiang
05b1302a6c we add research mode prompt 2025-03-15 08:16:21 +08:00
duanfuxiang
c0c81bd1d8 update system prompt, we use this cline prompt system 2025-03-12 21:37:45 +08:00