[AutoDev] FLOW-2239 Show what skill the agent is using in atlascode - #1889
Open
atlassian[bot] wants to merge 1 commit into
Open
[AutoDev] FLOW-2239 Show what skill the agent is using in atlascode#1889atlassian[bot] wants to merge 1 commit into
atlassian[bot] wants to merge 1 commit into
Conversation
Display the skill name in the UI when the get_skill tool is called, instead of showing a generic 'opened file' message. The loading spinner now shows 'Loading skill: <name>' and the tool return shows 'Loaded skill: <name>'. Changes: - Add 'get_skill' to RovoDevToolName type union - Add get_skill case to parseToolCallMessage with skill name extraction - Pass tool args to parseToolCallMessage from rovoDevView - Add get_skill to friendlyToolName map and ToolCallBody in DialogMessage - Add get_skill case to parseToolReturnMessage in utils - Add 7 new tests covering all get_skill display scenarios Co-authored-by: Evan Cook <ecook@atlassian.com>
atlassian
Bot
requested review from
Blastoplex,
amarg-at,
bwieger-atlassian-com,
cabella-dot,
ccallcottstevens,
cindy-atl,
dchiew-atl,
jwang19-atlassian,
marcomura,
matt-lassian,
mattcolman,
sdzh-atlassian and
teg-atlassian
as code owners
June 30, 2026 04:22
|
Thank you for your submission! Like many open source projects, we ask that you sign our CLA (Contributor License Agreement) before we can accept your contribution. Already signed the CLA? To re-check, try refreshing the page. |
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.
This pull request improves the user experience by showing the specific skill name when the agent loads a skill, replacing the generic "opened file" message.
Key changes:
get_skilltool in the UI components (DialogMessage.tsx,rovoDevView.tsx,ToolCallItem.tsx).RovoDevToolNametype to includeget_skill.parseToolCallMessageandparseToolReturnMessageto handleget_skilltool messages and extract skill names from arguments.get_skilltool message parsing and rendering inToolCallItem.test.tsxandutils.test.tsx.This enhancement clarifies which skill the agent is loading, improving transparency and debugging for users.
Rovo Dev code review: Rovo Dev couldn't review this pull request
Rovo Dev does not review pull requests created by bot accounts.