Prepare release

This commit is contained in:
Saoud Rizwan
2024-09-14 14:53:45 -04:00
parent b82f2b7691
commit 0cd4ca2590
3 changed files with 7 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anth
- Paste images in chat to use Claude's vision capabilities and turn mockups into fully functional applications or fix bugs with screenshots
- Review and edit diffs of every change Claude makes right in the editor, or provide feedback in chat until you're satisfied with the result
- Executes commands directly in your terminal, keeping Claude updated on any output as he works (i.e. letting him react to server errors!)
- Executes commands directly in your terminal, keeping Claude updated on any output as he works (letting him react to server errors!)
- Monitors workspace problems to keep Claude updated on linter/compiler/build issues, letting him proactively fix errors on his own (adding missing imports, fixing syntax errors, etc.)
- Presents permission buttons (like 'Approve terminal command') before tool use or sending information to the API
- Keep track of total tokens and API usage cost for the entire task loop and individual requests
- When a task is completed, Claude determines if he can present the result to you with a terminal command like `open -a "Google Chrome" index.html`, which you run with a click of a button