Apply upstream commit 1572d90d7174f0c65019e768c8f65728fae668c5 from PR #1570 by @rongbc. Clarify that suggested explore call counts are advisory and extra calls remain available. Sync the MCP initialization guidance and eval probe, retain the upstream regression tests, close the footer's bold formatting, and credit the fix under Unreleased in the changelog. Validation: npm run build; focused Vitest (3 files, 53 tests); source and dist wording greps; git diff --check. Fixes #1504 Co-authored-by: Colby McHenry <colbymchenry@users.noreply.github.com>
This commit is contained in:
co-authored by
Colby McHenry
parent
1f4379d95f
commit
e79d5df448
@@ -139,6 +139,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
#### MCP / indexing
|
||||
|
||||
- `codegraph_explore` now makes clear that suggested call counts are advisory, so agents keep exploring when an answer is incomplete; thanks @rongbc. (#1504, #1570)
|
||||
|
||||
- C++ functions following anonymous namespaces containing raw-string templates are now indexed correctly, even when template text resembles an unfinished macro call. (#1505)
|
||||
|
||||
- Indexing now warns when parser errors leave a file with no symbols, including C++ raw strings with 16-character delimiters, so missing code is no longer silent. (#1522)
|
||||
|
||||
Reference in New Issue
Block a user