builtin_view_repo_map tool removed in v1.0.6-vscode but was available in v1.0.5-vscode #6981
-
Before submitting your bug report
Relevant environment infohttps://github.com/continuedev/continue/compare/v1.0.5-vscode...v1.0.6-vscode DescriptionHello, builtin_view_repo_map seems to be removed in v1.0.6-vscode while it was available in v1.0.5-vscode.
To reproduceNo response Log output |
Beta Was this translation helpful? Give feedback.
Answered by
tomasz-stefaniak
May 13, 2025
Replies: 1 comment
-
@ra-ml we replaced it with https://github.com/continuedev/continue/blob/main/core/tools/index.ts#L23 https://github.com/continuedev/continue/blob/main/core/tools/definitions/lsTool.ts#L11 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bdougie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ra-ml we replaced it with
lsTool
for the time being. If I recall correctly, the rationale was that it works more reliably in agent mode.https://github.com/continuedev/continue/blob/main/core/tools/index.ts#L23
https://github.com/continuedev/continue/blob/main/core/tools/definitions/lsTool.ts#L11