From e12ab945d57f97c3c7f992063181558989865702 Mon Sep 17 00:00:00 2001 From: Dustin Washington Date: Sun, 4 Jan 2026 01:24:24 -0500 Subject: [PATCH 1/2] Default context compaction to on --- cecli/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cecli/args.py b/cecli/args.py index 7325fce61cf..35ba98bd9ab 100644 --- a/cecli/args.py +++ b/cecli/args.py @@ -327,7 +327,7 @@ def get_parser(default_config_files, git_root): group.add_argument( "--enable-context-compaction", action=argparse.BooleanOptionalAction, - default=False, + default=True, help="Enable automatic compaction of chat history to conserve tokens (default: False)", ) group.add_argument( From 5b11b84537e8afa31030171af3aa0a4318e498fd Mon Sep 17 00:00:00 2001 From: Dustin Washington Date: Sun, 4 Jan 2026 01:26:17 -0500 Subject: [PATCH 2/2] Fix deprecated message --- shim.pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim.pyproject.toml b/shim.pyproject.toml index 11fdf37a360..ad85d61c93a 100644 --- a/shim.pyproject.toml +++ b/shim.pyproject.toml @@ -1,7 +1,7 @@ [project] name = "aider-ce" -description = "⚠️ DEPRECATED: This package has been renamed to 'cecli'. Please install 'cecli' instead. ⚠️ aider-ce - now available as 'cecli' package." +description = "⚠️ DEPRECATED: This package has been renamed to 'cecli-dev'." readme = "README.md" classifiers = [ "Development Status :: 4 - Beta",