feat: add /bug report command (#312)

Add `/bug` command for chat session
This commit is contained in:
Fouad Matin
2025-04-18 14:09:35 -07:00
committed by GitHub
parent 4acd7d8617
commit 8e2e77fafb
5 changed files with 152 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ export default function HelpOverlay({
<Text>
<Text color="cyan">/clearhistory</Text> clear command history
</Text>
<Text>
<Text color="cyan">/bug</Text> file a bug report with session log
</Text>
<Text>
<Text color="cyan">/compact</Text> condense context into a summary
</Text>