You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When code-puppy is processing/thinking, display rotating helpful tips to educate users on commands, features, and general AI coding agent best practices. This is especially valuable for users who are new to AI coding harnesses and agent-based workflows, while also serving as a useful reminder system for more experienced users.
Right now, the thinking phase is a dead zone — the spinner spins, but nothing useful is communicated. This is a perfect opportunity to passively onboard users and surface features they might not know exist.
Proposed Behavior
While the spinner is active (i.e. the agent is thinking/processing), rotate through a curated set of tips
Summary
When code-puppy is processing/thinking, display rotating helpful tips to educate users on commands, features, and general AI coding agent best practices. This is especially valuable for users who are new to AI coding harnesses and agent-based workflows, while also serving as a useful reminder system for more experienced users.
Assigned to @nhicks00 and @Nate0-1999 (Nathan Oswalt) — @Nate0-1999 is leading implementation on this one.
Motivation
Right now, the thinking phase is a dead zone — the spinner spins, but nothing useful is communicated. This is a perfect opportunity to passively onboard users and surface features they might not know exist.
Proposed Behavior
/cd,/model,/skills,/agent)register_loading_messagesplugin hook so forks (e.g. Walmart) can inject org-specific tipsImplementation Notes
tips.py) — separate fromloading_messages.pyspinner_base.py,console_spinner.py)💡 Tip:for clear visual distinctionregister_tips) so forks can add their own org-specific tipsAcceptance Criteria
ruff format+ruff checkclean