Paul Gauthier
8547c24dac
set version to 0.80.3.dev
2025-04-03 08:33:40 +13:00
Paul Gauthier
0e1e1aae2e
version bump to 0.80.2
2025-04-03 08:33:36 +13:00
Paul Gauthier (aider)
9cc31e4087
feat: Configure weak models for Gemini 2.5 Pro
2025-04-03 08:12:27 +13:00
Paul Gauthier
e9c7555bb9
chore: Add TODO comment for Gemini 2.5 Pro models
2025-04-03 08:12:20 +13:00
Paul Gauthier
6f897fec59
copy
2025-04-03 08:10:13 +13:00
Paul Gauthier
f9b60d83ac
copy
2025-04-02 20:15:37 +13:00
Paul Gauthier
f18fe53a9a
set version to 0.80.2.dev
2025-04-01 17:06:41 +13:00
Paul Gauthier
73348de2b4
version bump to 0.80.1
2025-04-01 17:06:37 +13:00
Paul Gauthier
f4a418bfcd
copy
2025-04-01 17:03:58 +13:00
Paul Gauthier
2762215d66
copy
2025-04-01 16:14:02 +13:00
Paul Gauthier
5c5db0a961
noop
2025-04-01 15:27:05 +13:00
Paul Gauthier
d9ddf93f83
copy
2025-04-01 08:37:08 +13:00
Claudia Pellegrino
7ae0fa3775
chore: remove redundant code
...
1. The module already imports `requests`, so by the time this check is
called, the module is already loaded.
2. Even if the code path were taken, it would fail anyway, because the
`aider[oauth]` extra was hallucinated and does not exist.
3. Downstream distributions usually have managed Python environments,
where pip cannot be used at all.
That means distros must patch out every such pip invocation
(example: [1]; full disclosure: I maintain this but other distros
will eventually bump into the same issues). Restricting at-runtime
pip usage to the minimum necessary is friendlier to distro
maintainers.
[1]: https://aur.archlinux.org/cgit/aur.git/tree/archlinux-use-system.patch?h=aider-chat&id=7f8156946857215104bce151454ad0101ade4a48
2025-03-31 19:13:41 +02:00
Paul Gauthier
f1695f8b15
copy
2025-03-31 19:56:59 +13:00
Paul Gauthier
4c08bbb9e5
copy
2025-03-31 19:34:36 +13:00
Paul Gauthier
9b55ff8c4c
copy
2025-03-31 19:32:36 +13:00
Paul Gauthier
2096d2b786
copy
2025-03-31 19:27:29 +13:00
Paul Gauthier
70196cd6fd
copy
2025-03-31 16:24:13 +13:00
Paul Gauthier
c2cba97722
copy
2025-03-31 14:32:36 +13:00
Paul Gauthier
7534ebd145
blame
2025-03-31 14:28:44 +13:00
Paul Gauthier
6b2331340b
set version to 0.80.1.dev
2025-03-31 14:19:36 +13:00
Paul Gauthier
da7b5005fe
version bump to 0.80.0
2025-03-31 14:19:32 +13:00
Paul Gauthier
9210e12316
copy
2025-03-31 14:13:54 +13:00
Paul Gauthier
48cebef974
copy
2025-03-31 14:10:11 +13:00
Paul Gauthier
30dfd28ac4
copy
2025-03-31 11:46:37 +13:00
Paul Gauthier
b5a04f05f3
copy
2025-03-31 11:44:13 +13:00
Paul Gauthier
2887816cf0
remove copilot
2025-03-31 11:22:14 +13:00
Paul Gauthier
b662e6b9eb
fix: Handle GitCommandNotFound error
2025-03-31 10:50:01 +13:00
Paul Gauthier
258f1f0848
copy
2025-03-31 10:42:52 +13:00
Paul Gauthier (aider)
605d8fe59a
fix: Fix ColorParseError by ensuring hex colors have # prefix
2025-03-31 10:32:48 +13:00
Paul Gauthier (aider)
1c7db4da0d
style: Apply linter fixes
2025-03-31 10:27:12 +13:00
Paul Gauthier (aider)
b0acc95b01
fix: Add missing ColorParseError import
2025-03-31 10:27:02 +13:00
Paul Gauthier (aider)
5bcad73515
refactor: Validate color settings once during initialization
2025-03-31 10:26:08 +13:00
Paul Gauthier (aider)
7dbb1a2aa8
fix: Return test errors from cmd_run to enable auto-fixing
2025-03-31 10:15:14 +13:00
Paul Gauthier (aider)
83dac4aae2
style: Improve formatting of OpenRouter key exchange error message
2025-03-31 09:17:32 +13:00
Paul Gauthier (aider)
75b79fa002
fix: Correct HTTPError status code access in onboarding
2025-03-31 09:17:26 +13:00
Paul Gauthier (aider)
27c1fd0262
fix: Handle FileNotFoundError in find_common_root
2025-03-31 09:15:26 +13:00
Paul Gauthier (aider)
8069e06f43
feat: Add openrouter deepseek-chat-v3-0324:free model
2025-03-31 09:12:39 +13:00
Paul Gauthier (aider)
8cd106fc8a
fix: Prevent UnboundLocalError in get_tracked_files on IndexError
2025-03-31 09:10:29 +13:00
Paul Gauthier (aider)
a9c9877580
feat: Add free DeepSeek chat model configuration to model metadata
2025-03-31 09:08:51 +13:00
Paul Gauthier (aider)
912f98e6eb
fix: Remove unused import mock_open
2025-03-31 09:04:26 +13:00
Paul Gauthier (aider)
16bb0c93e7
feat: Warn when using --stream and --cache-prompts together
2025-03-31 08:40:17 +13:00
Paul Gauthier
7c40c3a61c
copy
2025-03-31 08:38:30 +13:00
Paul Gauthier
b8e8b7496d
Merge branch 'main' of github.com:Aider-AI/aider
2025-03-31 08:36:57 +13:00
Paul Gauthier
d29d5e3a47
copy
2025-03-31 08:24:03 +13:00
paul-gauthier
db261d0fa4
Merge pull request #2980 from ivnvxd/fix-completion-menu-styling
2025-03-29 17:17:53 -10:00
Paul Gauthier (aider)
5516e6b279
feat: Update edit format on /model switch if using default
2025-03-28 20:20:46 -10:00
Paul Gauthier (aider)
8b811c610a
refactor: Use get_raw_thinking_tokens in cmd_think_tokens
2025-03-28 20:12:04 -10:00
Paul Gauthier
23348f8e65
refactor: Remove redundant model arg from get_thinking/reasoning calls
2025-03-28 20:10:43 -10:00
Paul Gauthier (aider)
e1c3a2f8cf
fix: Use self instead of model argument in get_reasoning_effort
2025-03-28 20:09:38 -10:00