feat(startup): add /intro toggle and startupAnimation shortcuts#28
Open
aporcelli wants to merge 10 commits into
Open
feat(startup): add /intro toggle and startupAnimation shortcuts#28aporcelli wants to merge 10 commits into
aporcelli wants to merge 10 commits into
Conversation
…ith accurate counts The startup banner displayed 'AGENTS: 213 loaded' but was counting skill-registered commands, not agents. Additionally, 'EXTENSIONS: 0 active' was reading settings.extensions[] which is always empty — real extensions are declared in each package's pi.extensions manifest. Changes: - Add SDD agent count (11 phases) from ~/.pi/agent/agents/sdd-*.md - Rename AGENTS count to SKILLS (uses pi.getCommands() skill count: 213) - Fix EXTENSIONS count by scanning pi.extensions from each package.json - Reorder info dashboard layout per user preference: Left: PATH, GIT, MCP, AGENTS, VER Right: EXTENSIONS, PLUGINS, SKILLS, TOOLS
Alan-TheGentleman
requested changes
May 22, 2026
Collaborator
Alan-TheGentleman
left a comment
There was a problem hiding this comment.
Thanks, this is useful, but I’m going to hold this one until #25 is fixed and merged.
This branch is stacked on #25 and currently inherits the startup gating regression from that PR. Once #25 restores the CLI/TTY/terminal-size guards, please rebase or refresh this branch so this review can focus only on the /intro toggle behavior.
Non-blocking follow-up for the refresh: the wording should probably say this toggles the startup animation, not the whole intro, because off still renders the static banner. It would also be good to handle a missing or corrupt ~/.pi/agent/settings.json gracefully.
…nd F1-only intro toggle
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.
Summary
/intro on|off|disablecommandon: animated intro + HUDoff: static intro + HUDdisable: HUD-only (no rose/logo intro rendering)F1now cycles intro modes in order:on -> off -> disable -> on~/.pi/agent/settings.jsonsafely with resilient read/write helpersDependency
fix/startup-banner-accuracy(PR fix(startup-banner): correct AGENTS/SKILLS/EXTENSIONS stats and add info dashboard #25 head)Notes
ctrl+nintentionally avoided due built-in keybinding conflict.