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

@@ -516,6 +516,7 @@ export default function TerminalChat({
agent.run(inputs, lastResponseId || "");
return {};
}}
items={items}
/>
)}
{overlayMode === "history" && (