You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 861, in main
coder.run()
File "base_coder.py", line 741, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 784, in run_one
list(self.send_message(message))
File "base_coder.py", line 1258, in send_message
self.reply_completed()
File "architect_coder.py", line 36, in reply_completed
editor_coder = Coder.create(**new_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 159, in create
raise ValueError(f"Unknown edit format {edit_format}")
ValueError: Unknown edit format json
The text was updated successfully, but these errors were encountered:
Aider version: 0.64.2.dev16+gfbadfcfa
Python version: 3.12.4
Platform: macOS-15.1.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.1.0 (64bit)
Git version: git version 2.39.3 (Apple Git-146)
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: