mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
345a38502d
I noticed that `/clear` wasn't fully clearing chat history; it would clear the chat history widgets _in the UI_, but the LLM still had access to information from previous messages. This PR renames `/clear` to `/new` for clarity as per Michael's suggestion, resetting `app_state` to a fresh `ChatWidget`.
345a38502d
ยท
2025-06-06 16:29:37 -07:00
History