Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workshop/side-quest-01-02-environment-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Knowing which name maps to which role helps you follow workshop instructions wit
| **`gh-aw` CLI extension** | The GitHub Agentic Workflows extension you install and use in the terminal. | [Install `gh-aw`](https://github.com/github/gh-aw#readme) |
| **GitHub Copilot CLI** | Copilot in the terminal for AI-assisted command and development help. | [GitHub Copilot CLI docs](https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-copilot-cli) |
| **GitHub Copilot app** | The GitHub Copilot desktop and web application where you can open repositories, start agent sessions, steer coding tasks, and manage pull requests. | [GitHub Copilot app](https://github.com/features/ai/github-app) |
| **Claude** | Anthropic's AI model family available in some GitHub Copilot and agentic workflow contexts. | [Claude documentation](https://docs.anthropic.com/) |
| **Claude** | Anthropic's AI model family available in some GitHub Copilot and [agentic workflow](https://github.github.com/gh-aw/introduction/overview/) contexts. | [Claude documentation](https://docs.anthropic.com/) |
| **OpenAI Codex** | OpenAI coding model family that can be used in coding and agent workflows. | [OpenAI Codex CLI repository](https://github.com/openai/codex#readme) |

### :white_check_mark: Verify your tools are ready
Expand Down Expand Up @@ -100,7 +100,7 @@ You use `gh` for GitHub-specific terminal tasks like authentication checks, repo
<img alt="Conceptual screenshot of the gh-aw CLI extension showing compile commands for an agentic workflow" src="images/side-quest-01-02-gh-aw-light.svg">
</picture>

You use `gh aw` to compile agentic workflow files.
You use `gh aw` to [compile](https://github.github.com/gh-aw/reference/compilation-process/) agentic workflow files.

#### GitHub Copilot CLI

Expand Down
2 changes: 1 addition & 1 deletion workshop/side-quest-05-01-actions-power-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get the most out of this fast-track guide, you should have already:

## :dart: What You'll Do

Review the key shift from classic Actions to agentic workflows, compare concrete code examples, and keep a short list of what stays unchanged. By the end, you'll have a practical adoption lens for platform and DevOps use cases.
Review the key shift from classic Actions to [agentic workflows](https://github.github.com/gh-aw/introduction/overview/), compare concrete code examples, and keep a short list of what stays unchanged. By the end, you'll have a practical adoption lens for platform and DevOps use cases.

## The core mental model shift

Expand Down