Rename "planetary copilot" to "planet computer" and clear example prompts#647
Rename "planetary copilot" to "planet computer" and clear example prompts#647ngoiyaeric wants to merge 1 commit into
Conversation
…mpts - Replaced all occurrences of "planetary copilot" with "planet computer" in settings components and views. - Updated default system prompt to use "planet computer". - Emptied `exampleMessages` array in `components/empty-screen.tsx` to clear example prompts. - Removed unused icon imports in `components/empty-screen.tsx`. Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
📜 Recent review details🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-04-25T08:10:37.673ZApplied to files:
🔇 Additional comments (5)
WalkthroughThe PR updates branding terminology from "planetary copilot" to "planet computer" across settings UI components and clears the default example messages array from the empty screen state. ChangesBranding and Content Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. 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 |
Review Summary by QodoRename "planetary copilot" to "planet computer" and clear example prompts
WalkthroughsDescription• Rename "planetary copilot" to "planet computer" across settings UI • Clear example prompts from empty screen component • Remove unused icon imports from empty screen • Update default system prompt terminology Diagramflowchart LR
A["Settings Components"] -- "Update terminology" --> B["Planet Computer"]
C["Empty Screen"] -- "Clear examples" --> D["Empty Messages Array"]
E["System Prompt"] -- "Update default" --> B
F["Icon Imports"] -- "Remove unused" --> G["Cleanup"]
File Changes1. components/empty-screen.tsx
|
Code Review by Qodo
1. Any-typed icon prop
|
|
|
This PR renames "planetary copilot" to "planet computer" across the application's settings and clears the example prompts on the home screen.
Key changes:
components/settings/settings-view.tsx,components/settings/components/settings.tsx,components/settings/components/system-prompt-form.tsx, andcomponents/settings/components/model-selection-form.tsxto use the new terminology.components/empty-screen.tsxto remove the default example prompts.components/empty-screen.tsx.PR created automatically by Jules for task 7570214402781183256 started by @ngoiyaeric
Summary by CodeRabbit
Bug Fixes
Style