Add issue investigator agent from Drasi repo#11221
Open
nicolejms wants to merge 26 commits intoradius-project:mainfrom
Open
Add issue investigator agent from Drasi repo#11221nicolejms wants to merge 26 commits intoradius-project:mainfrom
nicolejms wants to merge 26 commits intoradius-project:mainfrom
Conversation
- Changed pkg/cli/helm/cluster.go line 598 to use LastDeployed instead of FirstDeployed - Updated Test_Helm_GetRadiusRevisions_Success to use different timestamps for different revisions - Added comprehensive test Test_Helm_GetRadiusRevisions_MultipleUpgradesWithDifferentTimestamps - All tests pass successfully Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
…utput Fix revision timestamps in `rad rollback kubernetes --list-revisions` to show the list of all install times per version.
- Increase maxRetries from 5 to 10 in manifest registration retry logic - This provides ~8 minutes of total retry time instead of ~62 seconds - Allows async operations during UCP initialization to complete successfully - Fixes intermittent CrashLoopBackOff state when resources are in "Accepted" state - All existing tests pass without modification Fixes radius-project#11017 Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a reusable “issue investigator” agent definition under .github/agents/ to guide structured technical investigations of GitHub issues for Radius developers.
Changes:
- Introduces a new agent file:
.github/agents/issue-investigator.agent.md - Defines the agent’s metadata (name/description/tools), expected input, and an investigation/reporting template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Increase manifest registration retry time to prevent UCP initialization crashes
kachawla
approved these changes
Feb 12, 2026
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
nithyatsu
approved these changes
Feb 19, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11221 +/- ##
==========================================
- Coverage 51.00% 50.98% -0.02%
==========================================
Files 679 679
Lines 43174 43174
==========================================
- Hits 22019 22012 -7
- Misses 19035 19040 +5
- Partials 2120 2122 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Adding an agent file used by the Drasi team to investigate issues and report findings.
Type of change
Fixes: none
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: