mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-10 17:18:19 +00:00
refactor: Relocate file search modules
This commit is contained in:
@@ -29,10 +29,10 @@ import {
|
|||||||
LLMBaseUrlNotSetException,
|
LLMBaseUrlNotSetException,
|
||||||
LLMModelNotSetException,
|
LLMModelNotSetException,
|
||||||
} from '../../core/llm/exception'
|
} from '../../core/llm/exception'
|
||||||
import { matchSearchUsingCorePlugin } from '../../core/search/match/coreplugin-match'
|
import { matchSearchUsingCorePlugin } from '../../core/file-search/match/coreplugin-match'
|
||||||
import { matchSearchUsingOmnisearch } from '../../core/search/match/omnisearch-match'
|
import { matchSearchUsingOmnisearch } from '../../core/file-search/match/omnisearch-match'
|
||||||
import { regexSearchUsingRipgrep } from '../../core/search/regex/ripgrep-regex'
|
import { regexSearchUsingRipgrep } from '../../core/file-search/regex/ripgrep-regex'
|
||||||
import { regexSearchUsingCorePlugin } from '../../core/search/regex/coreplugin-regex'
|
import { regexSearchUsingCorePlugin } from '../../core/file-search/regex/coreplugin-regex'
|
||||||
import { useChatHistory } from '../../hooks/use-chat-history'
|
import { useChatHistory } from '../../hooks/use-chat-history'
|
||||||
import { useCustomModes } from '../../hooks/use-custom-mode'
|
import { useCustomModes } from '../../hooks/use-custom-mode'
|
||||||
import { t } from '../../lang/helpers'
|
import { t } from '../../lang/helpers'
|
||||||
|
|||||||
Reference in New Issue
Block a user