fix: strip verbose workflow from /onboarding command prompt#714
fix: strip verbose workflow from /onboarding command prompt#714marcusquinn merged 2 commits intomainfrom
Conversation
The /onboarding command file contained a full 6-step workflow summary that OpenCode displayed verbatim as the prompt block before the AI processed it. This cluttered the first-run experience with raw instructions instead of a clean interactive greeting. Strip the command to a single read instruction pointing to onboarding.md, which already contains the complete Welcome Flow. The AI now reads onboarding.md silently and presents the interactive numbered-choice conversation directly.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
WalkthroughThe PR simplifies onboarding text: it shortens the generated onboarding command content to reference the Welcome Flow, and replaces a recommendation of Claude Code with OpenCode in onboarding documentation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 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 |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Mon Feb 9 02:39:59 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
The onboarding Welcome Flow hardcoded 'Claude Code' and 'Claude.ai' as the recommended tool. Since OpenCode supports multiple AI providers (Zen, Anthropic, OpenAI, etc.), update the reference to OpenCode with its correct URL and mention multi-provider support.
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Mon Feb 9 02:59:16 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.agents/aidevops/onboarding.md:
- Line 64: The onboarding line that lists providers ("OpenCode supports multiple
AI providers (Zen, Anthropic, OpenAI, and more)") includes an unverified
provider "Zen"; either remove "Zen" from that parenthetical list or verify and
cite OpenCode's current provider list before shipping. Update the string in
.agents/aidevops/onboarding.md where the "Recommended tool" paragraph references
providers to either omit "Zen" or replace it with a verified provider name (and
optionally add a parenthetical note like "75+ providers") so the example
accurately reflects OpenCode's supported providers.
| aidevops gives your AI assistant superpowers for DevOps and infrastructure management. | ||
|
|
||
| **Recommended tool:** You should be running this in [Claude Code](https://Claude.ai/) - the recommended AI coding agent for aidevops. All features, agents, and workflows are designed and tested for Claude Code first. If you're using a different tool, most features will still work, but Claude Code provides the best experience. | ||
| **Recommended tool:** You should be running this in [OpenCode](https://opencode.ai/) - the recommended AI coding agent for aidevops. All features, agents, and workflows are designed and tested for OpenCode first. OpenCode supports multiple AI providers (Zen, Anthropic, OpenAI, and more) so you can use whichever model you prefer. |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
OpenCode AI coding assistant official website URL supported providers
💡 Result:
- Official website (OpenCode):
https://opencode.ai/(opencode.ai) - Supported providers: OpenCode supports 75+ LLM providers via Models.dev / the AI SDK, plus local models. (opencode.ai)
- Commonly documented providers include Anthropic, OpenAI, Groq, DeepSeek, GitHub Copilot, GitLab Duo, OpenRouter, Google Vertex AI, Amazon Bedrock, Azure OpenAI, and local providers like Ollama and LM Studio. (open-code.ai)
Citations:
- 1: https://opencode.ai/?utm_source=openai
- 2: https://opencode.ai/docs/providers/?utm_source=openai
- 3: https://open-code.ai/en/docs/providers?utm_source=openai
Remove or verify "Zen" from the provider list.
The URL https://opencode.ai/ is correct, and the multi-provider support claim is accurate—OpenCode supports 75+ LLM providers including Anthropic and OpenAI. However, "Zen" cannot be verified in the official OpenCode documentation. Either remove it from the example list or verify it's a current supported provider before shipping this in first-run onboarding documentation.
🤖 Prompt for AI Agents
In @.agents/aidevops/onboarding.md at line 64, The onboarding line that lists
providers ("OpenCode supports multiple AI providers (Zen, Anthropic, OpenAI, and
more)") includes an unverified provider "Zen"; either remove "Zen" from that
parenthetical list or verify and cite OpenCode's current provider list before
shipping. Update the string in .agents/aidevops/onboarding.md where the
"Recommended tool" paragraph references providers to either omit "Zen" or
replace it with a verified provider name (and optionally add a parenthetical
note like "75+ providers") so the example accurately reflects OpenCode's
supported providers.
Zen is a verified OpenCode provider - visible in the OpenCode TUI footer. Bot suggestion is incorrect.



Summary
/onboardingcommand file, leaving only a single read instructiononboarding.mdsilently and presents the interactive Welcome Flow (numbered choices) directlyBefore (screenshot from user)
The
/onboardingcommand showed a wall of raw workflow text (steps 1-6, bash code blocks) before the AI greeted the user with a simple yes/no question.After
The command prompt shows a single clean instruction. The AI reads
onboarding.mdand follows its Welcome Flow — presenting the proper numbered-choice interactive conversation.Related PRs
agent: Onboardingfrom frontmatter (third layer fix)--agent "Onboarding"flag from launch commandSummary by CodeRabbit