feat: add /observe /manage /run tips to splash banner - #1
Conversation
🤖 CodeAnt AI — Review Status
|
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe splash banner now includes tips for ChangesSplash Banner
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized change adds command tips to the splash banner without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| <Tip left="/observe" right="view diagnostics and world state" /> | ||
| <Tip left="/manage" right="jump to the Manage tab" /> | ||
| <Tip left="/new" right="start a fresh session" /> | ||
| <Tip left="/model" right="change the chat model" /> | ||
| <Tip left="/tasks" right="jump to the Tasks tab (Option 4 cron + ingress UI)" /> | ||
| <Tip left="/import" right="open the Import tab (one-shot Hermes -> atomic-agent migration)" /> | ||
| <Tip left="/run" right="start a new run" /> |
There was a problem hiding this comment.
Suggestion: These additional fixed-height rows increase the splash banner height without any overflow or terminal-size handling. On short terminals, the vertically centered banner can be clipped or overlap the available chat area; constrain, condense, or otherwise adapt the tips for small terminal heights. [css layout issue]
Severity Level: Major ⚠️
- ⚠️ Empty-chat splash content clips on short terminals.
- ⚠️ Added command tips may be invisible or partially displayed.Prompt for AI Agent 🤖
This is a comment left during a code review.
**Path:** src/tui/components/splash-banner.tsx
**Line:** 25:31
**Comment:**
*Css Layout Issue: These additional fixed-height rows increase the splash banner height without any overflow or terminal-size handling. On short terminals, the vertically centered banner can be clipped or overlap the available chat area; constrain, condense, or otherwise adapt the tips for small terminal heights.
Validate the correctness of the flagged issue. If correct, How can I resolve this? If you propose a fix, implement it and please make it concise.
Once fix is implemented, also check other comments on the same PR, and ask user if the user wants to fix the rest of the comments as well. if said yes, then fetch all the comments validate the correctness and implement a minimal fix|
Closed: reopened against AtomicBot-ai/atomic-agent as AtomicBot-ai#124 |
CodeAnt-AI Description
Add tips for observing, managing, and starting runs from the splash banner
What Changed
/observeshows diagnostics and world state/managefor jumping to the Manage tab/runfor starting a new runImpact
✅ Clearer command discovery✅ Easier access to diagnostics and world state✅ Faster access to run management💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
Summary by CodeRabbit
/observe,/manage, and/runcommands on the splash screen.