Commit ee74234
fix(web): Handle ambiguous languages (#1026)
* feat(web): replace language param with path in symbol tools, make repo mandatory
- find_symbol_definitions and find_symbol_references now accept `path`
(the file where the symbol was encountered) instead of `language`
- Language is derived internally via detectLanguageFromFilename
- `repo` is now required in both tool schemas
- Also fixes ambiguous extension overrides in languageDetection.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* delete
* changelog
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e0d4ff9 commit ee74234
2 files changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
4 | 21 | | |
5 | 22 | | |
6 | 23 | | |
| |||
31 | 48 | | |
32 | 49 | | |
33 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
34 | 57 | | |
35 | 58 | | |
36 | 59 | | |
| |||
0 commit comments