Skip to content

Commit a68d5da

Browse files
authored
Merge pull request #365 from dwash96/v0.93.3
V0.93.3
2 parents 9e7b8df + d0f7c29 commit a68d5da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cecli/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_parser(default_config_files, git_root):
327327
group.add_argument(
328328
"--enable-context-compaction",
329329
action=argparse.BooleanOptionalAction,
330-
default=False,
330+
default=True,
331331
help="Enable automatic compaction of chat history to conserve tokens (default: False)",
332332
)
333333
group.add_argument(

shim.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "aider-ce"
4-
description = "⚠️ DEPRECATED: This package has been renamed to 'cecli-dev'. Please install 'cecli-dev' instead. ⚠️ aider-ce - now available as 'cecli-dev' package."
4+
description = "⚠️ DEPRECATED: This package has been renamed to 'cecli-dev'."
55
readme = "README.md"
66
classifiers = [
77
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)