mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-09 02:59:43 +00:00
Update readme
This commit is contained in:
19
README.md
19
README.md
@@ -1,6 +1,6 @@
|
|||||||
# 🚀 Claude Code Chat - Beautiful Claude Code Chat Interface for VS Code
|
# 🚀 Claude Code Chat - Beautiful Claude Code Chat Interface for VS Code
|
||||||
|
|
||||||
[](https://marketplace.visualstudio.com/items?itemName=your-extension-id)
|
[](https://marketplace.visualstudio.com/items?itemName=andrepimenta.claude-code-chat)
|
||||||
[](https://claude.ai/code)
|
[](https://claude.ai/code)
|
||||||
[](https://www.typescriptlang.org/)
|
[](https://www.typescriptlang.org/)
|
||||||
|
|
||||||
@@ -198,16 +198,14 @@ Claude Code Chat provides full access to all Claude Code tools:
|
|||||||
- **Session statistics** - Comprehensive usage analytics
|
- **Session statistics** - Comprehensive usage analytics
|
||||||
|
|
||||||
### ⏪ **Checkpoint System**
|
### ⏪ **Checkpoint System**
|
||||||
- **Git-based backups** - Automatic repository creation for safe experimentation
|
|
||||||
- **Instant restoration** - One-click restore to any previous state
|
- **Instant restoration** - One-click restore to any previous state
|
||||||
- **Conversation checkpoints** - Every major change creates a restore point
|
- **Conversation checkpoints** - Every change creates a restore point
|
||||||
- **Visual timeline** - See and navigate through all your project states
|
- **Visual timeline** - See and navigate through all your project states
|
||||||
|
|
||||||
### 🔄 **Session Persistence**
|
### 🔄 **Conversation History**
|
||||||
- **Automatic saving** - Every conversation is preserved
|
- **Automatic saving** - Every conversation is preserved
|
||||||
- **Smart restoration** - Resume exactly where you left off
|
- **Smart restoration** - Resume exactly where you left off
|
||||||
- **Cross-session context** - Reference previous conversations
|
- **Switch between chats** - Easily check and switch to previous conversations
|
||||||
- **Export capability** - Save conversations for later reference
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -222,17 +220,16 @@ We welcome contributions! Here's how you can help:
|
|||||||
|
|
||||||
### Development Setup
|
### Development Setup
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/your-repo/claude-code-chat
|
git clone https://github.com/andrepimenta/claude-code-chat
|
||||||
cd claude-code-chat
|
cd claude-code-chat
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
|
||||||
```
|
```
|
||||||
|
Click `F5` to run the extension or access the "Run and Debug" section in VSCode
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📝 **License**
|
## 📝 **License**
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
See the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -256,6 +253,6 @@ Need help? We've got you covered:
|
|||||||
|
|
||||||
**⭐ Star us on GitHub if this project helped you!**
|
**⭐ Star us on GitHub if this project helped you!**
|
||||||
|
|
||||||
[**Download Now**](https://marketplace.visualstudio.com/items?itemName=your-extension-id)
|
[**Download Now**](https://marketplace.visualstudio.com/items?itemName=andrepimenta.claude-code-chat)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-chat",
|
"name": "claude-code-chat",
|
||||||
"displayName": "claude-code-chat",
|
"displayName": "Claude Code Chat",
|
||||||
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
|
"publisher": "AndrePimenta",
|
||||||
"author": "Andre Pimenta",
|
"author": "Andre Pimenta",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user