Add get_check_suite_logs tools

This commit is contained in:
Colin McDonnell
2025-11-19 23:27:24 -08:00
parent fe35e9e274
commit 098df15764
9 changed files with 1630 additions and 1401 deletions
-1
View File
@@ -29,7 +29,6 @@ export const modes: Mode[] = [
"Implement, build, create, or develop code changes; make specific changes to files or features; execute a plan; or handle tasks with specific implementation details",
prompt: `Follow these steps:
1. ${initialCommentInstruction}
2. If the request requires understanding the codebase structure, dependencies, or conventions, gather relevant context (read AGENTS.md if it exists, understand how to install dependencies, run tests, run builds, and make changes according to best practices). Skip this step if the prompt is trivial and self-contained.
3. Understand the requirements and any existing plan
4. Make the necessary code changes