mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Refactor services
This commit is contained in:
@@ -25,9 +25,9 @@ import { ClaudeAskResponse } from "../shared/WebviewMessage"
|
||||
import { findLast, findLastIndex, formatContentBlockToMarkdown } from "../utils"
|
||||
import { truncateHalfConversation } from "../utils/context-management"
|
||||
import { extractTextFromFile } from "../utils/extract-text"
|
||||
import { regexSearchFiles } from "../utils/ripgrep"
|
||||
import { regexSearchFiles } from "../services/ripgrep"
|
||||
import { parseMentions } from "../utils/context-mentions"
|
||||
import { UrlContentFetcher } from "../utils/UrlContentFetcher"
|
||||
import { UrlContentFetcher } from "../services/browser/UrlContentFetcher"
|
||||
import { diagnosticsToProblemsString, getNewDiagnostics } from "../utils/diagnostics"
|
||||
import { arePathsEqual } from "../utils/path-helpers"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user