You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: step_by_step_tutorial.md
+5-11
Original file line number
Diff line number
Diff line change
@@ -21,25 +21,21 @@ The interface consists of three main parts:
21
21
22
22

23
23
24
-
Since we'll mainly use Cursor's Agentic AI features, I recommend making the composer sidebar wider.
24
+
Since we'll mainly use Cursor's Agentic AI features, I recommend making the chat sidebar wider.
25
25
26
-
Like VS Code, many of Cursor's features are accessed through commands in the command palette. You can press F1 to bring up the command palette. For example, if you can't remember how to bring up the composer panel, you can simply type "composer" in the command palette. It will show you options, and you can click the appropriate one to bring up the composer again. Commands also show keyboard shortcuts on the right, which you can memorize for faster access in the future.
26
+
Like VS Code, many of Cursor's features are accessed through commands in the command palette. You can press F1 to bring up the command palette. For example, if you can't remember how to bring up the chat panel, you can simply type "chat" in the command palette. It will show you options, and you can click the appropriate one to bring up the chat again. Commands also show keyboard shortcuts on the right, which you can memorize for faster access in the future.
27
27
28
28

29
29
30
30

31
31
32
32
## Important Initial Settings
33
33
34
-
For our use of Cursor's Agentic AI features, there are two crucial configurations to note:
34
+
Cursor now provides a unified AI experience with Agent mode as the default. This means you no longer need to worry about switching between different modes like Chat, Composer, or Agent - there's just one smart interface that adapts to your needs.
35
35
36
-
1. At the top of the chat panel, there are three tabs: Chat, Composer, and Bug Finder. We'll primarily use the Composer tab. Be careful not to switch to the Chat tab, which uses the old interaction experience.
36
+
In the bottom left corner of the chat panel, you can specify which AI model you want to use. Currently, Cursor supports several AI models including Claude, GPT-4o, and o3-mini. We generally recommend using Claude as it performs best in various scenarios, but feel free to experiment with other models.
37
37
38
-
2. In the bottom right corner of the Composer panel, there's a toggle switch between "Normal" and "Agent". Make sure to switch it to "Agent" mode.
39
-
40
-
Additionally, in the bottom left corner of the chat panel, you can specify which AI model you want to use. Currently, Cursor's Agent mode supports three AI models: Claude, GPT-4o, and o3-mini. We generally recommend using Claude as it performs best in various scenarios, but feel free to experiment with other models.
41
-
42
-
Your configuration should look like this (note the Composer tab in the top left, Agent mode in the bottom right, and Claude in the bottom left):
38
+
Your configuration should look like this (note Claude in the bottom left):
43
39
44
40

45
41
@@ -134,8 +130,6 @@ Using this enhanced Cursor project is similar to using a regular Cursor project,
134
130
135
131

136
132
137
-
Remember to ensure you're in Composer and Agent mode before clicking "submit".
138
-
139
133
In this newly configured workspace, you'll notice Cursor has gained some additional capabilities. For instance, it will first edit our `.cursorrules` file for planning, then call our system search tools, and finally browse more web pages to get the latest information.
140
134
141
135
Now you are ready to use the enhanced Cursor project to complete your other tasks!
0 commit comments