Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
5e07364
Thinking... to Processing... for agnosticism
dwash96 Dec 21, 2025
c06989a
tweak readme
ErichBSchulz Dec 22, 2025
e349892
Bump Version
dwash96 Dec 22, 2025
b3a3bbe
fix: suspension of TUI interface during /editor view. Added tui-confi…
1broseidon Dec 22, 2025
fdedec4
feat: add configurable markdown rendering for TUI
1broseidon Dec 22, 2025
f61901b
feat: styled tool call output in TUI
1broseidon Dec 22, 2025
0b8e9a4
fix: suspend TUI for interactive commands
1broseidon Dec 22, 2025
ea14ba7
tweaks
ErichBSchulz Dec 23, 2025
22fe4ab
begin cleanup
ErichBSchulz Dec 23, 2025
06b5b04
feat: Add --dry mode to skip docker check and tests
ErichBSchulz Dec 23, 2025
1738021
chore: Run linter and format code
ErichBSchulz Dec 23, 2025
5eaf450
feat: Add dry run option to benchmark
ErichBSchulz Dec 23, 2025
1b0d525
chore: Run linter on benchmark files
ErichBSchulz Dec 23, 2025
c685caf
feat: Replace print with logging and add verbose/quiet flags
ErichBSchulz Dec 23, 2025
c9d0f06
chore: Run linter
ErichBSchulz Dec 23, 2025
a8e8a1b
fix: Change default benchmark exercises directory
ErichBSchulz Dec 23, 2025
0121aeb
refactor: Add logging and comments to resolve_dirname
ErichBSchulz Dec 23, 2025
c70e766
feat: Rename dirname to results_dir for clarity
ErichBSchulz Dec 23, 2025
8430e02
fix: Replace asserts with explicit error logging and exit
ErichBSchulz Dec 23, 2025
601e8c3
fix: Resolve linter errors in benchmark script
ErichBSchulz Dec 23, 2025
bd5afe2
hacking
ErichBSchulz Dec 23, 2025
85e1556
feat: Add support for new cat exercise structure
ErichBSchulz Dec 23, 2025
14cb852
fix: Run linter and fix formatting issues
ErichBSchulz Dec 23, 2025
7df0b0f
chore: Add logging for found exercises and metadata
ErichBSchulz Dec 23, 2025
f24d56d
fix: Import importlib_resources at the top level
ErichBSchulz Dec 23, 2025
b021795
fix: Move models import to top level in benchmark script
ErichBSchulz Dec 23, 2025
a3dc824
refactor: Dry out run_test code for single and multi-threaded execution
ErichBSchulz Dec 23, 2025
3cc0011
fix: Correct indentation in benchmark script
ErichBSchulz Dec 23, 2025
f50685c
fix: Set commit hash to '???????' when dry run
ErichBSchulz Dec 23, 2025
1969da4
docs: Update --hash-re help text for fractional set division
ErichBSchulz Dec 23, 2025
02164b6
fix: Update placeholder commit hash in benchmark script
ErichBSchulz Dec 23, 2025
9fe5f24
docs: Update hash-re help text with nth char and hex range examples
ErichBSchulz Dec 23, 2025
3f25430
docs: Add enhancements section to benchmark README
ErichBSchulz Dec 23, 2025
a1c011f
chore: Update benchmark README with linting fixes
ErichBSchulz Dec 23, 2025
c9b13bb
fix: Add debug logging for metadata parsing
ErichBSchulz Dec 23, 2025
ea4df0f
refactor: Support new dir structure and dry run
ErichBSchulz Dec 23, 2025
c29a88e
chore: Fix linter warnings in benchmark.py
ErichBSchulz Dec 23, 2025
2190623
docs: Add debug plan for benchmark script
ErichBSchulz Dec 23, 2025
c7f89c9
chore: Update benchmark debug plan for async/await
ErichBSchulz Dec 23, 2025
8390a20
feat: Update benchmark script for async Coder
ErichBSchulz Dec 23, 2025
e7e56f0
fix: Handle None results_dir in benchmark script
ErichBSchulz Dec 23, 2025
86a2b20
fix: Add helpful error message with paths to resolve_dirname
ErichBSchulz Dec 23, 2025
c79c7bf
fix: Add debug logging for directory resolution and result loading
ErichBSchulz Dec 23, 2025
28dfc22
fix: Exit when prior unnamed runs exist
ErichBSchulz Dec 23, 2025
fa13a81
refactor: Simplify benchmark result directory structure
ErichBSchulz Dec 23, 2025
b568600
fix: Improve readability of language filtering in benchmark
ErichBSchulz Dec 23, 2025
54442fe
change to gem
ErichBSchulz Dec 23, 2025
8150fef
refactor: Copy new exercises when continuing benchmark runs
ErichBSchulz Dec 23, 2025
29e3c5d
fix: Format benchmark.py to conform to linter
ErichBSchulz Dec 23, 2025
9c2359e
refactor: Update benchmark README with Cecli Cats details
ErichBSchulz Dec 23, 2025
663cba4
fix: Update benchmark README with minor formatting changes
ErichBSchulz Dec 23, 2025
65bdb1d
yada
ErichBSchulz Dec 23, 2025
68c00af
Merge remote-tracking branch 'dwash/main' into cat
ErichBSchulz Dec 23, 2025
fde8469
yada
ErichBSchulz Dec 23, 2025
3ef9694
Bump Version
dwash96 Dec 24, 2025
82ba897
Decompose commands.py into base class and registry to prep for plugin…
dwash96 Dec 24, 2025
4b897a7
Update tests to deal with commands.py decomposition
dwash96 Dec 24, 2025
062de57
Merge pull request #312 from ErichBSchulz/cat
dwash96 Dec 24, 2025
97f44d8
Remove multiline in the example setting
dwash96 Dec 24, 2025
4e7dc4d
#310: Remove --llm-history-file because it is non functional in favor…
dwash96 Dec 24, 2025
b4f02f4
Formatting
dwash96 Dec 24, 2025
e90435d
Merge remote-tracking branch 'broseidon-tui/tui-features' into v0.91.0
dwash96 Dec 24, 2025
f154dab
Remove additional tool call formatting
dwash96 Dec 24, 2025
f242fcc
Fix disable playwright test
dwash96 Dec 24, 2025
90783f6
Fix spelling
dwash96 Dec 24, 2025
6adfd62
Add proper args object to playwright disable test
dwash96 Dec 24, 2025
79cee40
Add in dummy coder, not io!
dwash96 Dec 24, 2025
029711d
Finally, the perfect L!
dwash96 Dec 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ debug: false
enable-context-compaction: true
context-compaction-max-tokens: 64000
env-file: .aider.env
multiline: true
show-model-warnings: true
use-enhanced-map: true
watch-files: false
Expand Down
2 changes: 1 addition & 1 deletion aider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from packaging import version

__version__ = "0.90.6.dev"
__version__ = "0.91.0.dev"
safe_version = __version__

try:
Expand Down
9 changes: 1 addition & 8 deletions aider/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MarkdownHelpFormatter,
YamlHelpFormatter,
)
from aider.deprecated import add_deprecated_model_args
from aider.deprecated_args import add_deprecated_model_args

from .dump import dump # noqa: F401

Expand Down Expand Up @@ -435,13 +435,6 @@ def get_parser(default_config_files, git_root):
default=False,
help="Restore the previous chat history messages (default: False)",
)
group.add_argument(
"--llm-history-file",
metavar="LLM_HISTORY_FILE",
default=None,
help="Log the conversation with the LLM to this file (for example, .aider.llm.history)",
).complete = shtab.FILE

##########
group = parser.add_argument_group("Output settings")
group.add_argument(
Expand Down
Loading
Loading