Skip to content

pet: add more hats - #332685

Merged
Justin Chen (justschen) merged 2 commits into
mainfrom
agents/add-more-hat-options-for-pets
Aug 26, 2026
Merged

pet: add more hats#332685
Justin Chen (justschen) merged 2 commits into
mainfrom
agents/add-more-hat-options-for-pets

Conversation

@justschen

@justschen Justin Chen (justschen) commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

more hats

Copilot AI balanced review requested due to automatic review settings August 26, 2026 06:11
@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Screenshot Changes

Base: 4e4877b1 Current: ce54caa2

Changed (28)

sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/NoBadges/Dark
Before After
before after
sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/NoBadges/Light
Before After
before after
sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/Partial/Dark
Before After
before after
sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/Partial/Light
Before After
before after
sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/AllBadges/Dark
Before After
before after
sessions/accountMenu/petAchievementBadges/chatPetAchievementBadges/AllBadges/Light
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/CriticalPoses/Dark
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/CriticalPoses/Light
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/AllRuntimeStates/Dark
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/AllRuntimeStates/Light
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/AllAccessoriesFacing/Dark
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/AllAccessoriesFacing/Light
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/CoveredAntennaeComparison/Dark
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/CoveredAntennaeComparison/Light
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/LiveEyeLayering/Dark
Before After
before after
chat/chatPetAccessoryRig/chatPetAccessoryRig/LiveEyeLayering/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/AllLocked/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/AllLocked/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MixedNoHat/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MixedNoHat/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MixedSelected/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MixedSelected/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MediumMixed/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/MediumMixed/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/AllUnlocked/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/AllUnlocked/Light
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/NarrowMixed/Dark
Before After
before after
chat/petAchievements/standaloneModal/chatPetAchievementsEditor/NarrowMixed/Light
Before After
before after

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Expands Chat Pet achievements with eight additional hats and unlock triggers across Chat and the Agents window.

Changes:

  • Adds eight enabled achievements and accessory mappings.
  • Adds unlock handling for editing, references, archiving, pull requests, and Autopilot.
  • Expands unit and component-fixture coverage.
Show a summary per file
File Description
src/vs/workbench/test/browser/componentFixtures/chat/chatPetAccessoryRig.fixture.ts Expands accessory previews.
src/vs/workbench/contrib/chat/test/browser/widget/chatPetWidget.test.ts Tests catalog and Autopilot detection.
src/vs/workbench/contrib/chat/test/browser/widget/chatContentParts/chatInlineAnchorWidget.test.ts Tests reference-opening unlocks.
src/vs/workbench/contrib/chat/test/browser/chatPetAchievementsEditor.test.ts Tests achievement cards and selection.
src/vs/workbench/contrib/chat/test/browser/chatPetAchievementsContribution.test.ts Tests command-based unlocks.
src/vs/workbench/contrib/chat/browser/widget/chatWidget.ts Removes stray whitespace.
src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.ts Unlocks opened-reference achievement.
src/vs/workbench/contrib/chat/browser/chatPetAchievements.ts Adds achievements and hats.
src/vs/workbench/contrib/chat/browser/chatPetAchievements.contribution.ts Maps commands to achievements.
src/vs/workbench/contrib/chat/browser/chat.shared.contribution.ts Registers editing achievement tracking.
src/vs/sessions/contrib/providers/agentHost/browser/mobile/mobileChatPhoneInputPresenter.ts Tracks mobile Autopilot transitions.
src/vs/sessions/contrib/providers/agentHost/browser/mobile/mobileAgentHostModePicker.ts Forwards the pet service.
src/vs/sessions/contrib/providers/agentHost/browser/agentHostModePicker.ts Adds successful-selection hooks.
src/vs/sessions/contrib/chat/test/browser/chatPetAchievements.test.ts Tests archive and request events.
src/vs/sessions/contrib/chat/browser/chatPetAchievements.ts Unlocks on session archival.
src/vs/sessions/contrib/changes/test/browser/changesViewActions.test.ts Tests Create PR action mapping.
src/vs/sessions/contrib/changes/browser/changesView.ts Tracks Create PR actions.
src/vs/sessions/contrib/accountMenu/test/browser/account.contribution.test.ts Updates expected achievement badges.

Review details

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 18/27 changed files
  • Comments generated: 2
  • Review effort level: Balanced

Comment thread src/vs/workbench/contrib/chat/browser/chatPetAchievements.ts
Comment thread src/vs/workbench/contrib/chat/browser/chatPetAchievements.ts
@justschen
Justin Chen (justschen) merged commit 3d301f1 into main Aug 26, 2026
37 checks passed
@justschen
Justin Chen (justschen) deleted the agents/add-more-hat-options-for-pets branch August 26, 2026 07:29
@vs-code-engineering vs-code-engineering Bot added this to the 1.136.0 milestone Aug 26, 2026
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.

3 participants