From d2d150c03a32dfcd18084a9f5546f2d01c54adb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 05:06:57 +0000 Subject: [PATCH] Add theme-aware preflight troubleshooting diagram to step 07d Add light and dark SVG pair for the pre-flight troubleshooting decision tree in workshop/07d-confirm-model-access.md. The diagram visualises the prose decision tree that guides learners from sending a test prompt through the YES/NO branches to either continuing the workshop or fixing model access via side-quest. Files added: - workshop/images/07d-preflight-troubleshoot-light.svg - workshop/images/07d-preflight-troubleshoot-dark.svg Markdown updated with a theme-aware block inserted directly after the prose decision tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- workshop/07d-confirm-model-access.md | 6 + .../07d-preflight-troubleshoot-dark.svg | 173 +++++++++++++++++ .../07d-preflight-troubleshoot-light.svg | 175 ++++++++++++++++++ 3 files changed, 354 insertions(+) create mode 100644 workshop/images/07d-preflight-troubleshoot-dark.svg create mode 100644 workshop/images/07d-preflight-troubleshoot-light.svg diff --git a/workshop/07d-confirm-model-access.md b/workshop/07d-confirm-model-access.md index c4178e38..4372d8c3 100644 --- a/workshop/07d-confirm-model-access.md +++ b/workshop/07d-confirm-model-access.md @@ -50,6 +50,12 @@ Use this quick check before you choose a billing path: - **You still cannot get a reply after account checks** - Pause here and complete [Side Quest: Configure GitHub Copilot for Agentic Workflows](side-quest-06-03-copilot-token.md), then return to this step. + + + + Pre-flight troubleshooting decision tree: send a test prompt, then follow YES or NO branches to either continue the workshop or fix model access + + ## Confirm the workflow engine Open `.github/workflows/daily-report-status.md`. The Step 7 workflow has no `engine:` line, so it uses GitHub Copilot. diff --git a/workshop/images/07d-preflight-troubleshoot-dark.svg b/workshop/images/07d-preflight-troubleshoot-dark.svg new file mode 100644 index 00000000..d4b53908 --- /dev/null +++ b/workshop/images/07d-preflight-troubleshoot-dark.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + Pre-flight Troubleshooting Decision Tree + Confirm Copilot model access before choosing a billing path + + + + Send test prompt in Copilot CLI + gh copilot → /agentic-workflows … + + + + + + + Got a reply? + Any response = access OK + + + + YES + + + + NO + + + + + From step 07 + error check? + + + + YES + + + + Return to Step 7 + Write Your First Workflow + + + + + + NO + + + + Continue + Choose Copilot billing path + + + + + Check account settings + github.com/settings/copilot + + + + Retry prompt + + + + Still failing? + after account check + + + + + + NO → Retry + + + + + YES + + + + Visit Side Quest + Configure GitHub Copilot + + + Follow this tree each time you see a model-access error before Step 8 + diff --git a/workshop/images/07d-preflight-troubleshoot-light.svg b/workshop/images/07d-preflight-troubleshoot-light.svg new file mode 100644 index 00000000..30b0f7c9 --- /dev/null +++ b/workshop/images/07d-preflight-troubleshoot-light.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + Pre-flight Troubleshooting Decision Tree + Confirm Copilot model access before choosing a billing path + + + + Send test prompt in Copilot CLI + gh copilot → /agentic-workflows … + + + + + + + Got a reply? + Any response = access OK + + + + YES + + + + NO + + + + + From step 07 + error check? + + + + YES + + + + + Return to Step 7 + Write Your First Workflow + + + + NO + + + + + + + Continue + Choose Copilot billing path + + + + + Check account settings + github.com/settings/copilot + + + + Retry prompt + + + + Still failing? + after account check + + + + + + NO → Retry + + + + + YES + + + + Visit Side Quest + Configure GitHub Copilot + + + Follow this tree each time you see a model-access error before Step 8 +