You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/agent/how-it-works.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Continue includes several built-in tools which provide the model access to IDE f
31
31
-**Read file** (`builtin_read_file`): read the contents of a file within the project
32
32
-**Read currently open file** (`builtin_read_currently_open_file`): read the contents of the currently open file
33
33
-**Create new file** (`builtin_create_new_file`): Create a new file within the project, with path and contents specified by the model
34
-
-**Exact search** (`builtin_exact_search`): perform a `ripgrep` search within the project. Results are limited to 100 results and 5000 characters (model is warned if this is exceeded)
34
+
-**Grep search** (`builtin_grep_search`): perform a `ripgrep` search within the project. Results are limited to 100 results and 5000 characters (model is warned if this is exceeded)
35
35
-**Run terminal command** (`builtin_run_terminal_command`): run a terminal command from the workspace root
36
36
-**Search web** (`builtin_search_web`): Perform a web search to get top results
37
37
-**View diff** (`builtin_view_diff`): View the current working git diff
0 commit comments