codex: Delete older versions after installing new one (#41191)

Release Notes:

- codex: Fixed an issue where downloading a new version would not delete
older versions
This commit is contained in:
Bennet Fenner
2025-10-25 19:19:57 +00:00
committed by GitHub
parent 8e09256c8c
commit 06e1db54a7
2 changed files with 8 additions and 3 deletions
-2
View File
@@ -79,8 +79,6 @@ impl AgentServer for Codex {
root_dir.as_deref(),
extra_env,
delegate.status_tx,
// For now, report that there are no updates.
// (A future PR will use the GitHub Releases API to fetch them.)
delegate.new_version_available,
&mut cx.to_async(),
))