diff --git a/.gitignore b/.gitignore index b34f19f06..2c147719a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ !/.flake8 !/.gitignore !/.pre-commit-config.yaml +!/CHANGELOG.md !/CNAME !/CONTRIBUTING.metadata !/HISTORY.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..988b4e2c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +### Merged PRs + +* [MCP: #3937](https://github.com/Aider-AI/aider/pull/3937) + * [MCP Multi Tool Response](https://github.com/quinlanjager/aider/pull/1) +* [Navigator Mode: #3781](https://github.com/Aider-AI/aider/pull/3781) + * [Navigator Mode Large File Count](https://github.com/Aider-AI/aider/commit/b88a7bda649931798209945d9687718316c7427f) + * [Fix navigator mode auto commit](https://github.com/dwash96/aider-ce/issues/38) +* [Qwen 3: #4383](https://github.com/Aider-AI/aider/pull/4383) +* [Fuzzy Search: #4366](https://github.com/Aider-AI/aider/pull/4366) +* [Map Cache Location Config: #2911](https://github.com/Aider-AI/aider/pull/2911) +* [Enhanced System Prompts: #3804](https://github.com/Aider-AI/aider/pull/3804) +* [Repo Map File Name Truncation Fix: #4320](https://github.com/Aider-AI/aider/pull/4320) +* [Read Only Stub Files For Context Window Management : #3056](https://github.com/Aider-AI/aider/pull/3056) + +### Other Updates + +* [Added Remote MCP Tool Calls With HTTP Streaming](https://github.com/Aider-AI/aider/commit/a86039f73579df7c32fee910967827c9fccdec0d) + * [Enforce single tool call at a time](https://github.com/Aider-AI/aider/commit/3346c3e6194096cef64b1899b017bde36a65f794) + * [Upgraded MCP dep to 1.12.3 for Remote MCP Tool Calls](https://github.com/dwash96/aider-ce/commit/a91ee1c03627a31093364fd2a09e654781b1b879) + * [Updated base Python version to 3.12 to better support navigator mode (might consider undoing this, if dependency list supports it)](https://github.com/dwash96/aider-ce/commit/9ed416d523c11362a3ba9fc4c02134e0e79d41fc) +* [Suppress LiteLLM asyncio errors that clutter output](https://github.com/Aider-AI/aider/issues/6) +* [Updated Docker File Build Process](https://github.com/Aider-AI/aider/commit/cbab01458d0a35c03b30ac2f6347a74fc2b9f662) + * [Manually install necessary ubuntu dependencies](https://github.com/dwash96/aider-ce/issues/14) +* [.gitignore updates](https://github.com/dwash96/aider-ce/commit/7c7e803fa63d1acd860eef1423e5a03220df6017) +* [Experimental Context Compaction For Longer Running Generation Tasks](https://github.com/Aider-AI/aider/issues/6) +* [Edit Before Adding Files and Reflecting](https://github.com/dwash96/aider-ce/pull/22) +* [Fix Deepseek model configurations](https://github.com/Aider-AI/aider/commit/c839a6dd8964d702172cae007375e299732d3823) +* [Relax Version Pinning For Easier Distribution](https://github.com/dwash96/aider-ce/issues/18) +* [Remove Confirm Responses from History](https://github.com/Aider-AI/aider/pull/3958) +* [Benchmark Results By Language](https://github.com/dwash96/aider-ce/pull/27) +* [Allow Benchmarks to Use Repo Map For Better Accuracy](https://github.com/dwash96/aider-ce/pull/25) +* [Read File Globbing](https://github.com/Aider-AI/aider/pull/3395) diff --git a/README.md b/README.md index 11c23f16b..2026c3ef3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ * [MCP Configuration](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/config/mcp.md) * [Session Management](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/sessions.md) * [Aider Original Documentation (still mostly applies)](https://aider.chat/) +* [Changelog](https://github.com/dwash96/aider-ce/blob/main/CHANGELOG.md) * [Discord Community](https://discord.gg/McwdCRuqkJ) ### Installation Instructions @@ -65,39 +66,6 @@ The current priorities are to improve core capabilities and user experience of t * [ ] Add a plugin-like system for allowing agent mode to use user-defined tools in simple python files * [ ] Add a dynamic tool discovery tool to allow the system to have only the tools it needs in context -### Merged PRs - -* [MCP: #3937](https://github.com/Aider-AI/aider/pull/3937) - * [MCP Multi Tool Response](https://github.com/quinlanjager/aider/pull/1) -* [Navigator Mode: #3781](https://github.com/Aider-AI/aider/pull/3781) - * [Navigator Mode Large File Count](https://github.com/Aider-AI/aider/commit/b88a7bda649931798209945d9687718316c7427f) - * [Fix navigator mode auto commit](https://github.com/dwash96/aider-ce/issues/38) -* [Qwen 3: #4383](https://github.com/Aider-AI/aider/pull/4383) -* [Fuzzy Search: #4366](https://github.com/Aider-AI/aider/pull/4366) -* [Map Cache Location Config: #2911](https://github.com/Aider-AI/aider/pull/2911) -* [Enhanced System Prompts: #3804](https://github.com/Aider-AI/aider/pull/3804) -* [Repo Map File Name Truncation Fix: #4320](https://github.com/Aider-AI/aider/pull/4320) -* [Read Only Stub Files For Context Window Management : #3056](https://github.com/Aider-AI/aider/pull/3056) - -### Other Updates - -* [Added Remote MCP Tool Calls With HTTP Streaming](https://github.com/Aider-AI/aider/commit/a86039f73579df7c32fee910967827c9fccdec0d) - * [Enforce single tool call at a time](https://github.com/Aider-AI/aider/commit/3346c3e6194096cef64b1899b017bde36a65f794) - * [Upgraded MCP dep to 1.12.3 for Remote MCP Tool Calls](https://github.com/dwash96/aider-ce/commit/a91ee1c03627a31093364fd2a09e654781b1b879) - * [Updated base Python version to 3.12 to better support navigator mode (might consider undoing this, if dependency list supports it)](https://github.com/dwash96/aider-ce/commit/9ed416d523c11362a3ba9fc4c02134e0e79d41fc) -* [Suppress LiteLLM asyncio errors that clutter output](https://github.com/Aider-AI/aider/issues/6) -* [Updated Docker File Build Process](https://github.com/Aider-AI/aider/commit/cbab01458d0a35c03b30ac2f6347a74fc2b9f662) - * [Manually install necessary ubuntu dependencies](https://github.com/dwash96/aider-ce/issues/14) -* [.gitignore updates](https://github.com/dwash96/aider-ce/commit/7c7e803fa63d1acd860eef1423e5a03220df6017) -* [Experimental Context Compaction For Longer Running Generation Tasks](https://github.com/Aider-AI/aider/issues/6) -* [Edit Before Adding Files and Reflecting](https://github.com/dwash96/aider-ce/pull/22) -* [Fix Deepseek model configurations](https://github.com/Aider-AI/aider/commit/c839a6dd8964d702172cae007375e299732d3823) -* [Relax Version Pinning For Easier Distribution](https://github.com/dwash96/aider-ce/issues/18) -* [Remove Confirm Responses from History](https://github.com/Aider-AI/aider/pull/3958) -* [Benchmark Results By Language](https://github.com/dwash96/aider-ce/pull/27) -* [Allow Benchmarks to Use Repo Map For Better Accuracy](https://github.com/dwash96/aider-ce/pull/25) -* [Read File Globbing](https://github.com/Aider-AI/aider/pull/3395) - ### All Contributors (Both Aider Main and Aider-CE) @paul-gauthier