Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request re-enables the Xtramcp functionality that was previously commented out, fixes a loading indicator animation issue, and updates estimated duration values for various tools based on more accurate timing data.
Changes:
- Re-enabled Xtramcp tool loading and default prompts in the backend
- Fixed loading indicator speed multiplier logic to properly account for phase transitions
- Updated estimated duration values across multiple tool cards to reflect more accurate completion times
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| webapp/_webapp/src/components/loading-indicator.tsx | Fixed progress bar animation by implementing speed multipliers for different phases and adjusting fluctuation calculation; updated timeout error message |
| webapp/_webapp/src/components/message-entry-container/tools/xtramcp/xtramcp-generic-card.tsx | Reduced estimated duration from 150 to 90 seconds |
| webapp/_webapp/src/components/message-entry-container/tools/xtramcp/verify-citations.tsx | Reduced estimated duration from 150 to 35 seconds |
| webapp/_webapp/src/components/message-entry-container/tools/xtramcp/search-relevant-papers.tsx | Reduced estimated duration from 180 to 35 seconds |
| webapp/_webapp/src/components/message-entry-container/tools/xtramcp/review-paper.tsx | Reduced estimated duration from 150 to 80 seconds |
| webapp/_webapp/src/components/message-entry-container/tools/xtramcp/online-search-papers.tsx | Reduced estimated duration from 180 to 35 seconds |
| internal/services/toolkit/handler/toolcall_v2.go | Added clarifying comments about the tool result parsing logic |
| internal/services/toolkit/client/utils_v2.go | Uncommented Xtramcp initialization code to re-enable the feature |
| internal/api/user/list_prompts.go | Uncommented default Xtramcp-powered prompts and added required imports |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Junyi-99
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have tested and improved XtraMCP tools. Ready for integration.
Other fixes: