-
Notifications
You must be signed in to change notification settings - Fork 1
Add hat preview images and flip/position enhancements to hat cog #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add preview display for selected hats in .hat list
Add hat preview image to Dec 5, 2025
.hat list command
Owner
|
@copilot this needs to show every hat not just the first or default |
1 similar comment
Owner
|
@copilot this needs to show every hat not just the first or default |
Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add hat preview image to
Add hat preview images to Dec 5, 2025
.hat list command.hat list command
Owner
|
@copilot - We need to also be able to flip the image on x or y
|
psykzz
reviewed
Dec 5, 2025
Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
Contributor
Author
Added in bea4f16:
|
Copilot
AI
changed the title
Add hat preview images to
Add hat preview images and flip/position enhancements to hat cog
Dec 5, 2025
.hat list command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
.hat listcommand only displayed hat names as text. Users had no visual reference for what hats looked like before selecting one.Changes
_get_hat_pathhelper to resolve hat file location.hat flip x/y/nonecommand to flip the hat horizontally or vertically.hat positionto allow negative values and values > 1.0 for partial off-screen positioning.hat resetto also reset flip settingsNew Commands
.hat flip x- Toggle horizontal flip.hat flip y- Toggle vertical flip.hat flip none- Reset both flipsPosition Enhancement
.hat position -0.2 0.0- Position hat partially off the left sideOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.