Skip to content

Commit 2b5b09e

Browse files
committed
update the docs
1 parent 2cf2a74 commit 2b5b09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/agent/how-it-works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Continue includes several built-in tools which provide the model access to IDE f
3232
- **Read currently open file** (`builtin_read_currently_open_file`): read the contents of the currently open file
3333
- **Create new file** (`builtin_create_new_file`): Create a new file within the project, with path and contents specified by the model
3434
- **Exact search** (`builtin_exact_search`): perform a `ripgrep` search within the project
35+
- **Glob search** (`builtin_file_glob_search`): perform a glob search on files in the project. Currently limits to 100 output and warns the Agent if limit reached.
3536
- **Run terminal command** (`builtin_run_terminal_command`): run a terminal command from the workspace root
3637
- **Search web** (`builtin_search_web`): Perform a web search to get top results
3738
- **View diff** (`builtin_view_diff`): View the current working git diff

0 commit comments

Comments
 (0)