diff --git a/README.md b/README.md index bb112c6..b3433dc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.ant --- - + ### Use any API and Model @@ -50,17 +50,17 @@ The extension also keeps track of total tokens and API usage cost for the entire
- + ### Run Commands in Terminal -Thanks to the new [shell integration updates in VSCode v1.93](https://code.visualstudio.com/updates/v1_93#_terminal-shell-integration-api), Cline can execute commands directly in your terminal and receive their output. This allows him to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right. +Thanks to the new [shell integration updates in VSCode v1.93](https://code.visualstudio.com/updates/v1_93#_terminal-shell-integration-api), Cline can execute commands directly in your terminal and receive the output. This allows him to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right. -For long running processes like dev servers, you can use the "Proceed While Running" button to let Cline continue in the task while the command runs in the background. As Cline works he’ll be notified of any new terminal output along the way, letting him react to issues that may come up, such as compile-time errors when editing files. +For long running processes like dev servers, use the "Proceed While Running" button to let Cline continue in the task while the command runs in the background. As Cline works he’ll be notified of any new terminal output along the way, letting him react to issues that may come up, such as compile-time errors when editing files.
- + ### Create and Edit Files @@ -70,7 +70,7 @@ All changes made by Cline are recorded in your file's Timeline, providing an eas
- + ### Analyze Images and Browser Screenshots @@ -80,7 +80,7 @@ Cline can also use a headless browser to inspect any website, e.g., localhost, a
- + ### Add Context