Draft
Conversation
Co-authored-by: texasbe2trill <91504044+texasbe2trill@users.noreply.github.com>
Co-authored-by: texasbe2trill <91504044+texasbe2trill@users.noreply.github.com>
…ndling Co-authored-by: texasbe2trill <91504044+texasbe2trill@users.noreply.github.com>
Co-authored-by: texasbe2trill <91504044+texasbe2trill@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add interactive feature walkthrough to UI
Add interactive tutorial walkthrough to UI
Jan 3, 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.
Description
First-time users need guided onboarding in the Streamlit UI. This adds an expandable tutorial sidebar with sample incidents, mode descriptions, and configuration tooltips.
Type of change
Changes
Tutorial System
SAMPLE_INCIDENTSconstant: 3 production-quality security incident examples (phishing, access abuse, data exfiltration)UI_MODE_DESCRIPTIONSconstant: comprehensive descriptions for all 7 UI modes with usage guidelinesCONFIG_HELP_TEXTconstant: explanations for all configuration optionsFunctions
initialize_tutorial_state(): manages tutorial visibility via singletutorial_modesession variable ('visible', 'dismissed_permanently')load_sample_incident(sample_description, target_mode): encapsulates sample loading logic with auto-navigationshow_tutorial_section(): renders expandable tutorial panel in sidebar with:Integration
Example Usage
How Has This Been Tested?
Checklist:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.