From 83831cfd9e1ec9b5000a80bf938949bc2c59c667 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 16 Jun 2025 18:19:46 +0100 Subject: [PATCH] Fix readme --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbaafee..04c46e5 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,10 @@ We welcome contributions! Here's how you can help: git clone https://github.com/andrepimenta/claude-code-chat cd claude-code-chat npm install + +Click "F5" to run the extension or access the "Run and Debug" section in VSCode ``` -Click `F5` to run the extension or access the "Run and Debug" section in VSCode + --- ## 📝 **License** @@ -235,7 +237,7 @@ See the [LICENSE](LICENSE) file for details. ## 🙏 **Acknowledgments** -- **Anthropic** - For creating the amazing Claude AI +- **Anthropic** - For creating the amazing Claude AI and more specifically the Claude Code SDK - **VS Code Team** - For the incredible extension platform - **Our Community** - For feedback, suggestions, and contributions diff --git a/package.json b/package.json index 014457c..58a02ba 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-code-chat", "displayName": "Claude Code Chat", "description": "Beautiful Claude Code Chat Interface for VS Code", - "version": "0.0.4", + "version": "0.0.5", "publisher": "AndrePimenta", "author": "Andre Pimenta", "repository": {