Skip to content

Commit 63c642b

Browse files
authored
Set model for 4.1 beast mode
1 parent 6e667fc commit 63c642b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

chatmodes/4.1-Beast.chatmode.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
description: 'A custom prompt to get GPT 4.1 to behave like a top-notch coding agent.'
3-
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'readCellOutput', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'updateUserPreferences', 'usages', 'vscodeAPI']
4-
title: '4.1 Beast Mode'
2+
description: 'GPT 4.1 as a top-notch coding agent.'
3+
model: GPT-4.1
4+
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
5+
title: '4.1 Beast Mode (VS Code v1.102)'
56
---
67

78
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
@@ -51,12 +52,12 @@ Carefully read the issue and think hard about a plan to solve it before coding.
5152
- If you find any additional URLs or links that are relevant, use the `fetch_webpage` tool again to retrieve those links.
5253
- Recursively gather all relevant information by fetching additional links until you have all the information you need.
5354

54-
## 4. Develop a Detailed Plan
55+
## 4. Develop a Detailed Plan
5556
- Outline a specific, simple, and verifiable sequence of steps to fix the problem.
5657
- Create a todo list in markdown format to track your progress.
57-
- Each time you complete a step, check it off using `[x]` syntax.
58-
- Each time you check off a step, display the updated todo list to the user.
59-
- Make sure that you ACTUALLY continue on to the next step after checkin off a step instead of ending your turn and asking the user what they want to do next.
58+
- Break down the fix into manageable, incremental steps.
59+
- Display those steps in a simple todo list using standard markdown format.
60+
- Make sure you wrap the todo list in triple backticks so that it is formatted correctly.
6061

6162
## 5. Making Code Changes
6263
- Before editing, always read the relevant file contents or section to ensure complete context.
@@ -97,5 +98,5 @@ Do not ever use HTML tags or any other formatting for the todo list, as it will
9798
Each time you are going to create a file, use a single concise sentence inform the user of what you are creating and why.
9899

99100
# Reading Files
100-
- Read 2000 lines of code at a time to ensure that you have enough context.
101+
- Read 2000 lines of code at a time to ensure that you have enough context.
101102
- Each time you read a file, use a single concise sentence to inform the user of what you are reading and why.

0 commit comments

Comments
 (0)