Skip to content

improve premium requests lesson#18

Merged
calebwilson706 merged 1 commit into
mainfrom
small-changes-premium-lesson
Mar 10, 2026
Merged

improve premium requests lesson#18
calebwilson706 merged 1 commit into
mainfrom
small-changes-premium-lesson

Conversation

@calebwilson706

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 10, 2026 10:23
@calebwilson706 calebwilson706 merged commit 5a70df4 into main Mar 10, 2026
1 check passed
@calebwilson706 calebwilson706 deleted the small-changes-premium-lesson branch March 10, 2026 10:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the premium requests lesson (Lesson 19) by removing the "Premium request SKUs" subsection and replacing a reflective exercise prompt with an actionable /usage command reference.

Changes:

  • Removed the "Premium request SKUs" table that distinguished between "Copilot premium requests" and "Copilot coding agent premium requests" SKUs.
  • Updated exercise step 3 to direct users to run /usage instead of estimating their usage, making the exercise more concrete.

@@ -43,15 +43,6 @@ Your plan includes a fixed number of premium requests per user per month. They r

Once your allowance runs out, you can still use Copilot with the included models for the rest of the month. **Organisations can enable overage**, so if you exceed your allowance, additional premium requests will be billed per use rather than blocked.

Copilot AI Mar 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the "Premium request SKUs" table creates an orphaned reference: line 52 still says "show premium requests by user and SKU" but the SKUs are no longer defined anywhere in this lesson. Consider either updating line 52 to remove the "and SKU" reference, or retaining a brief inline explanation of the two SKU categories.

Copilot uses AI. Check for mistakes.
2. Run `/model` to browse available models and look up their multipliers at [Requests in GitHub Copilot — Model multipliers](https://docs.github.com/en/copilot/concepts/billing/copilot-requests#model-multipliers).
3. Reflect on your usage patterns from this tutorial:
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — roughly how many did you use?
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — run `/usage` to see exactly how many premium requests you've used.

Copilot AI Mar 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The /usage command (as described in Lesson 14) shows session-level statistics — request counts and token usage for the current session. The new wording "run /usage to see exactly how many premium requests you've used" implies it shows your overall account-level premium request consumption, which is misleading. /usage would only reflect requests made in the current CLI session, not your total monthly allowance consumption across all tools (IDE, code review, coding agent, etc.).

Consider clarifying this, e.g., "run /usage to see how many requests you've made in this session" and direct them to the Copilot settings page (already mentioned in step 1) for their full account-level premium request usage.

Suggested change
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — run `/usage` to see exactly how many premium requests you've used.
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — in this CLI session, run `/usage` to see how many requests you've made; for your full monthly premium usage, use your Copilot settings page.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants