Skip to content

Commit 3f51cfd

Browse files
committed
Model! Identify yourself
1 parent aefaab4 commit 3f51cfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

aider/coders/base_coder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async def clone(self, **kwargs):
245245

246246
def get_announcements(self):
247247
lines = []
248-
lines.append(f"Aider v{__version__}")
248+
lines.append(f"Aider-CE v{__version__}")
249249

250250
# Model
251251
main_model = self.main_model

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Homepage = "https://github.com/dwash96/aider-ce"
2323

2424
[project.scripts]
2525
aider-ce = "aider.main:main"
26+
cecli = "aider.main:main"
2627

2728
[tool.setuptools.dynamic]
2829
dependencies = { file = "requirements/requirements.in" }

0 commit comments

Comments
 (0)