We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93b2a5 commit dd8197aCopy full SHA for dd8197a
1 file changed
codetide/agents/tide/agent.py
@@ -1,7 +1,7 @@
1
from codetide import CodeTide
2
-from codetide.search.code_search import SmartCodeSearch
3
from ...mcp.tools.patch_code import file_exists, open_file, process_patch, remove_file, write_file, parse_patch_blocks
4
from ...core.defaults import DEFAULT_ENCODING, DEFAULT_STORAGE_PATH
+from ...search.code_search import SmartCodeSearch
5
from ...parsers import SUPPORTED_LANGUAGES
6
from ...autocomplete import AutoComplete
7
from .models import Steps
0 commit comments