From 2e88f9a45df8eaa49a45157f01faa52a12b7e1bc Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 16 Jun 2025 17:52:04 +0100 Subject: [PATCH] Update readme --- README.md | 19 ++++++++----------- package.json | 5 +++-- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 21321a3..bbaafee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🚀 Claude Code Chat - Beautiful Claude Code Chat Interface for VS Code -[![VS Code Extension](https://img.shields.io/badge/VS%20Code-Extension-blue?style=for-the-badge&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=your-extension-id) +[![VS Code Extension](https://img.shields.io/badge/VS%20Code-Extension-blue?style=for-the-badge&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=andrepimenta.claude-code-chat) [![Claude Code](https://img.shields.io/badge/Powered%20by-Claude%20Code-orange?style=for-the-badge)](https://claude.ai/code) [![TypeScript](https://img.shields.io/badge/Built%20with-TypeScript-3178C6?style=for-the-badge&logo=typescript)](https://www.typescriptlang.org/) @@ -198,16 +198,14 @@ Claude Code Chat provides full access to all Claude Code tools: - **Session statistics** - Comprehensive usage analytics ### ⏪ **Checkpoint System** -- **Git-based backups** - Automatic repository creation for safe experimentation - **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 -### 🔄 **Session Persistence** +### 🔄 **Conversation History** - **Automatic saving** - Every conversation is preserved - **Smart restoration** - Resume exactly where you left off -- **Cross-session context** - Reference previous conversations -- **Export capability** - Save conversations for later reference +- **Switch between chats** - Easily check and switch to previous conversations --- @@ -222,17 +220,16 @@ We welcome contributions! Here's how you can help: ### Development Setup ```bash -git clone https://github.com/your-repo/claude-code-chat +git clone https://github.com/andrepimenta/claude-code-chat cd claude-code-chat npm install -npm run dev ``` - +Click `F5` to run the extension or access the "Run and Debug" section in VSCode --- ## 📝 **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!** -[**Download Now**](https://marketplace.visualstudio.com/items?itemName=your-extension-id) +[**Download Now**](https://marketplace.visualstudio.com/items?itemName=andrepimenta.claude-code-chat) \ No newline at end of file diff --git a/package.json b/package.json index 9621103..0145724 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "claude-code-chat", - "displayName": "claude-code-chat", + "displayName": "Claude Code Chat", "description": "Beautiful Claude Code Chat Interface for VS Code", - "version": "0.0.1", + "version": "0.0.2", + "publisher": "AndrePimenta", "author": "Andre Pimenta", "repository": { "type": "git",