Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/aidevops/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If yes, provide a brief overview:
```text
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 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:


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.


**Capabilities:**

Expand Down
38 changes: 1 addition & 37 deletions .agents/scripts/generate-opencode-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1017,43 +1017,7 @@ cat > "$OPENCODE_COMMAND_DIR/onboarding.md" << 'EOF'
description: Interactive onboarding wizard - discover services, configure integrations
---

Read ~/.aidevops/agents/aidevops/onboarding.md and follow its instructions.

This is the recommended starting point for new aidevops users.

**Workflow:**

1. **Welcome**: Ask if user wants an explanation of aidevops capabilities

2. **Understand needs**: Ask what kind of work they do:
- Web development (WordPress, React, Node.js)
- DevOps & infrastructure management
- SEO & content marketing
- Multiple client/site management
- Something else

3. **Show status**: Run the status check and display results:
```bash
~/.aidevops/agents/scripts/onboarding-helper.sh status
```

4. **Personalized recommendations**: Based on their work type:
```bash
~/.aidevops/agents/scripts/onboarding-helper.sh recommend [type]
```

5. **Guide setup**: For each service they want to configure:
- Explain what it does
- Provide signup/API key link
- Show the setup command
- Verify it works

6. **Next steps**: Suggest trying a simple task to verify everything works

**Quick status check only:**
```bash
~/.aidevops/agents/scripts/onboarding-helper.sh status
```
Read ~/.aidevops/agents/aidevops/onboarding.md and follow its Welcome Flow instructions to guide the user through setup. Do NOT repeat these instructions — go straight to the Welcome Flow conversation.

Arguments: $ARGUMENTS
EOF
Expand Down
Loading