Add pixel-art logo to setup/init welcome message#32
Draft
Conversation
Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com> Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/96fcf2d5-9b7a-4503-aacc-4f5f5d9cdac1
Copilot
AI
changed the title
[WIP] Add ASCII logo to init/setup script welcome message
Add README-style ASCII logo to setup/init welcome message
Mar 25, 2026
Owner
@copilot 按照这个图生成 welcome message
|
Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com> Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/bfe1710a-bb2a-4949-9f4a-b18a8817da35
Contributor
Author
已按图把 welcome message 改成像素风终端 banner,并补了对应的 focused test,提交在 截图:https://github.com/user-attachments/assets/baa86228-9827-42b5-a7e4-c80003a80df0 |
Copilot
AI
changed the title
Add README-style ASCII logo to setup/init welcome message
Add pixel-art logo to setup/init welcome message
Mar 25, 2026
ChangeHow
reviewed
Mar 25, 2026
tests/setup.test.js
Outdated
| test("welcome message includes the ASCII suitup mark", () => { | ||
| const message = getWelcomeMessage(); | ||
|
|
||
| expect(message).toContain("_____ _ __"); |
Contributor
Author
There was a problem hiding this comment.
已改成 inline snapshot,提交在 e4f5df3。
截图:https://github.com/user-attachments/assets/baa86228-9827-42b5-a7e4-c80003a80df0
tests/setup.test.js
Outdated
|
|
||
| test("pixel-art welcome logo renders colored blocks and the status dot", () => { | ||
| const logo = getWelcomeLogo(); | ||
| expect(logo).toContain("\u001b[38;5;255m"); |
Contributor
Author
There was a problem hiding this comment.
已经换成更直观的 inline snapshot 了,渲染结果这边也改成去掉 ANSI 之后再 snapshot,提交在 e4f5df3。
截图:https://github.com/user-attachments/assets/baa86228-9827-42b5-a7e4-c80003a80df0
Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com> Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/c4e7b073-da73-448f-9d4a-fed78817c3ea
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
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.

tests/setup.test.jswith inline snapshot-based assertions⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.