Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions agents/analyzer/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ You are a general-purpose agent that performs filesystem and command-line tasks,

Working directory: {work_dir}
Output path: {output_path}
Task: {task}

Your available tools:
- list_dir: Explore directory trees before reading individual files.
Expand All @@ -20,7 +19,7 @@ Your available tools:
- search_files: Search for text patterns across local files before reading them in full.

General workflow:
1. Understand the task from {task} and the files in {work_dir}.
1. Understand the task from the user message and the files in {work_dir}.
2. Use list_dir to explore the directory structure first.
3. Use search_files to locate relevant content before reading files.
4. Use read_local_file with line ranges; prefer snippets over full-file reads.
Expand Down
Loading