- Notifications
You must be signed in to change notification settings - Fork16
Commit73c8169
feat: prioritize user config bin over preset binFindStrategy
When a user explicitly sets 'bin' in their configuration file, it now takes precedence over the preset's binFindStrategy. This allows users to override preset binary detection with their own specific paths.Changes:- Modified config loader to remove binFindStrategy when user provides explicit bin- Updated resolveAdapterCommand to handle the priority correctly- Added binFindStrategy to extended fields preservation🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>1 parentbb60b37 commit73c8169
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
302 | 309 | | |
303 | 310 | | |
304 | 311 | | |
| |||
341 | 348 | | |
342 | 349 | | |
343 | 350 | | |
| 351 | + | |
344 | 352 | | |
345 | 353 | | |
346 | 354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
54 | 68 | | |
55 | | - | |
56 | 69 | | |
57 | 70 | | |
58 | 71 | | |
| |||
0 commit comments
Comments
(0)