From 7436d4532c364300f88874fda0acffedad820b7f Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 27 Nov 2025 11:53:36 -0500 Subject: [PATCH] update text to aider-ce when it asks you to re-run --- aider/versioncheck.py | 2 +- tests/fixtures/chat-history-search-replace-gold.txt | 4 ++-- tests/fixtures/chat-history.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aider/versioncheck.py b/aider/versioncheck.py index 7c0a73a2f42..68aac2b28a6 100644 --- a/aider/versioncheck.py +++ b/aider/versioncheck.py @@ -55,7 +55,7 @@ async def install_upgrade(io, latest_version=None): ) if success: - io.tool_output("Re-run aider to use new version.") + io.tool_output("Re-run aider-ce to use new version.") sys.exit() return diff --git a/tests/fixtures/chat-history-search-replace-gold.txt b/tests/fixtures/chat-history-search-replace-gold.txt index de28f77fac2..9947ab3800b 100644 --- a/tests/fixtures/chat-history-search-replace-gold.txt +++ b/tests/fixtures/chat-history-search-replace-gold.txt @@ -2204,7 +2204,7 @@ Newer aider version v{latest_version} is available. To upgrade, run: if io.confirm_ask("Run pip install?"): success, output = utils.run_install(cmd) if success: - io.tool_output("Re-run aider to use new version.") + io.tool_output("Re-run aider-ce to use new version.") sys.exit() else: io.tool_error(output) @@ -2286,7 +2286,7 @@ Newer aider version v{latest_version} is available. To upgrade, run: if io.confirm_ask("Run pip install?"): success, output = utils.run_install(cmd) if success: - io.tool_output("Re-run aider to use new version.") + io.tool_output("Re-run aider-ce to use new version.") sys.exit() else: io.tool_error(output) diff --git a/tests/fixtures/chat-history.md b/tests/fixtures/chat-history.md index fdf4fd8202f..ae7a11113aa 100644 --- a/tests/fixtures/chat-history.md +++ b/tests/fixtures/chat-history.md @@ -6465,7 +6465,7 @@ Newer aider version v{latest_version} is available. To upgrade, run: if io.confirm_ask("Run pip install?"): success, output = utils.run_install(cmd) if success: - io.tool_output("Re-run aider to use new version.") + io.tool_output("Re-run aider-ce to use new version.") sys.exit() else: io.tool_error(output) @@ -6547,7 +6547,7 @@ Newer aider version v{latest_version} is available. To upgrade, run: if io.confirm_ask("Run pip install?"): success, output = utils.run_install(cmd) if success: - io.tool_output("Re-run aider to use new version.") + io.tool_output("Re-run aider-ce to use new version.") sys.exit() else: io.tool_error(output)