Fix list_files fast-glob implementation; update system prompt to prefer analyze_project over list_files; lock editor tab when opened for better UX

This commit is contained in:
Saoud Rizwan
2024-07-27 14:11:56 -04:00
parent 9fa611cb3d
commit 4facaede80
3 changed files with 31 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ Claude Dev has access to the following capabilities:
1. **`execute_command`**: Execute CLI commands on the system
2. **`analyze_project`**: Analyze the project's source code and file structure
3. **`list_files`**: List all files and directories at the top level of the specified directory
3. **`list_files`**: List all file paths at the top level of the specified directory
4. **`read_file`**: Read the contents of a file at the specified path
5. **`write_to_file`**: Write content to a file at the specified path
6. **`ask_followup_question`**: Ask the user a question to gather additional information needed to complete a task