Sending sessions

This commit is contained in:
andrepimenta
2025-06-20 19:31:50 +01:00
parent b4b86d1e7f
commit 3bd58780a3
3 changed files with 35 additions and 2 deletions

View File

@@ -321,6 +321,9 @@ const html = `<!DOCTYPE html>
<span>Claude Code Commands</span>
<button class="tools-close-btn" onclick="hideSlashCommandsModal()">✕</button>
</div>
<div class="slash-commands-info">
<p>These commands require the Claude CLI and will open in VS Code terminal. Return here after completion.</p>
</div>
<div class="slash-commands-list">
<div class="slash-command-item" onclick="executeSlashCommand('bug')">
<div class="slash-command-icon">🐛</div>