From 1be89d43a49a42c3b00639ce1cb63bec1b6c9389 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Wed, 1 Oct 2025 23:20:26 +0100 Subject: [PATCH] Added more built-in commands --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- package.json | 2 +- src/ui.ts | 36 ++++++++++++++++++++++++++++++++---- 4 files changed, 51 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ee726..8f650fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "claude-code-chat" extension will be documented in th Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.0.7] - 2025-10-01 + +### 🚀 Features Added +- **Slash Commands Update**: Added 4 new slash commands to the commands modal + - `/add-dir` - Add additional working directories + - `/agents` - Manage custom AI subagents for specialized tasks + - `/rewind` - Rewind the conversation and/or code + - `/usage` - Show plan usage limits and rate limit status (subscription plans only) + +### 📚 Documentation Updates +- Updated slash commands count from 19+ to 23+ built-in commands +- Enhanced command descriptions for better clarity: + - `/config` - Now specifies "Open the Settings interface (Config tab)" + - `/cost` - Added note about cost tracking guide for subscription-specific details + - `/status` - Expanded description to mention version, model, account, and connectivity + - `/terminal-setup` - Added clarification about iTerm2 and VSCode only support + ## [1.0.6] - 2025-08-26 ### 🐛 Bug Fixes diff --git a/README.md b/README.md index cfcf696..09dfc23 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Ditch the command line and experience Claude Code like never before. This extens ### ⚡ **Slash Commands Integration** - **Slash Commands Modal** - Type "/" to access all Claude Code commands instantly -- **19+ Built-in Commands** - /cost, /status, /config, /help, /memory, /review, and more +- **23+ Built-in Commands** - /agents, /cost, /config, /memory, /review, and more - **Custom Command Support** - Execute any Claude Code command with session context - **Session-Aware Execution** - All commands run with current conversation context - **Terminal Integration** - Commands open directly in VS Code terminal with WSL support diff --git a/package.json b/package.json index 52fd8f2..5b412b2 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": "1.0.6", + "version": "1.0.7", "publisher": "AndrePimenta", "author": "Andre Pimenta", "repository": { diff --git a/src/ui.ts b/src/ui.ts index bc16c41..aef4510 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -545,6 +545,20 @@ const getHtml = (isTelemetryEnabled: boolean) => `

These commands require the Claude CLI and will open in VS Code terminal. Return here after completion.

+
+
📁
+
+
/add-dir
+
Add additional working directories
+
+
+
+
🤖
+
+
/agents
+
Manage custom AI subagents for specialized tasks
+
+
🐛
@@ -570,14 +584,14 @@ const getHtml = (isTelemetryEnabled: boolean) => `
⚙️
/config
-
View/modify configuration
+
Open the Settings interface (Config tab)
💰
/cost
-
Show token usage statistics
+
Show token usage statistics (see cost tracking guide for subscription-specific details)
@@ -657,18 +671,32 @@ const getHtml = (isTelemetryEnabled: boolean) => `
Request code review
+
+
+
+
/rewind
+
Rewind the conversation and/or code
+
+
📊
/status
-
View account and system statuses
+
Open the Settings interface (Status tab) showing version, model, account, and connectivity
⌨️
/terminal-setup
-
Install Shift+Enter key binding for newlines
+
Install Shift+Enter key binding for newlines (iTerm2 and VSCode only)
+
+
+
+
📈
+
+
/usage
+
Show plan usage limits and rate limit status (subscription plans only)