You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new optional exercise to the copilot CLI harness where learners build a hosted Microsoft Foundry backer concierge AI agent. This step is clearly positioned as optional — the required workshop path (through the review exercise) does not depend on it in any way, and learners can skip it entirely.
Type of change
Workshop content (lesson Markdown, images)
Verification
Type checks and a clean site build pass.
Affected pages and translations match their source and intended routes.
Offline internal link checks pass.
Changed external links have been checked separately.
Add lesson 8 (optional) walking learners through building a
catalog-grounded Backer Concierge hosted agent with GitHub Copilot
CLI and the Microsoft Foundry Skill, and renumber the review lesson
from 8 to 9 to make room for it.
- Wire the new lesson into the sidebar, harness README, lesson 7's
closing navigation, and the review lesson, following the
'<n>. <title> (Optional)' label convention and offering an explicit
skip-ahead link for learners who aren't interested.
- Fix translated (es-es, ja-jp, ko-kr, pt-br, zh-cn) README and lesson
7 next-lesson links that pointed at the now-renamed 8-review.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
- Add a local-only Vite dev-server proxy instruction to the Foundry
Function scaffolding prompt: the Astro site is output: 'static'
with no proxy configured, so a relative POST /api/concierge from
the browser was hitting the Astro origin instead of the separately
running Azure Function and failing during local testing.
- Rename docs/<locale>/cli/8-review.md to 9-review.md for es-es,
ja-jp, ko-kr, pt-br, and zh-cn so the translated review page's path
mirrors the English docs/cli/9-review.md again. Previously only the
README/nav link targets were repointed to 9-review/, which left the
translated review content orphaned and unreachable.
- Add the missing optional Backer Concierge row (8) to each locale's
README lesson table, falling back to the English lesson per this
repo's untranslated-content convention, and renumber the review row
to 9 so visible labels and link targets agree again.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…er (cli)
tailspin-toys#101 adds .github/bootstrap-issues/09-backer-concierge.md,
so a fresh template instance auto-creates the Backer Concierge issue
as #9 — but the exact number still isn't guaranteed across repos or
learners since other issues could already exist. Drop the hardcoded
#14 placeholder and its 'replace this number' note, and have the
model-recommendation prompt reference the issue by its title instead
so Copilot can find it regardless of its actual number.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…graphs (cli)
The English 7-slash-commands.md closing paragraph offers both the
optional Foundry lesson and a direct skip to the review, but the 5
translated copies (es-es, ja-jp, ko-kr, pt-br, zh-cn) only ever
mentioned the review — they were never updated when the optional
lesson and its non-blocking dual-link pattern were added to English.
Add the same dual-link wording, translated per locale, with a new
foundry-lesson ref pointing to ../8-foundry-agent/.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Ctrl+backtick only toggles the terminal panel; it does not create the second terminal this step requires. Include Shift, use “press” for the keyboard action, and spell out the Mac modifier so learners keep the Copilot CLI process running in the first terminal.
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
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.
Summary
Adds a new optional exercise to the copilot CLI harness where learners build a hosted Microsoft Foundry backer concierge AI agent. This step is clearly positioned as optional — the required workshop path (through the review exercise) does not depend on it in any way, and learners can skip it entirely.
Type of change
Verification
Screenshots
22738d79-161a-40e4-9440-b4d28c4a98ab-tailspin-toys-backer-concierge-agent.mp4