mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
fix: /bug report command, thinking indicator (#381)
- Fix `/bug` report command - Fix thinking indicator
This commit is contained in:
@@ -517,6 +517,7 @@ export default function TerminalChat({
|
||||
return {};
|
||||
}}
|
||||
items={items}
|
||||
thinkingSeconds={thinkingSeconds}
|
||||
/>
|
||||
)}
|
||||
{overlayMode === "history" && (
|
||||
|
||||
Reference in New Issue
Block a user