Accessing Settings
- Go to Delino Dashboard
- Navigate to Settings page
- Configure settings as needed
- Changes save automatically and apply to all repositories
Available Settings
Auto-apply Bot Reviews
Default: Disabled Controls whether DevBird automatically triggers workflows when bot accounts submit PR reviews. When enabled:- Workflows trigger automatically on bot reviews
- Uses GitHub App installation tokens
- Bots don’t need to connect the repository
- All attempts are logged for debugging
- AI code review tools (Claude Code, Cursor, GitHub Copilot)
- AI-powered PR analysis and suggestions
- Automated code quality assistants
- AI pair programming tools
- You have trusted bot integrations
- You want fully automated workflows
- You’re using automated code review tools
- You want manual control over bot-triggered workflows
- You’re concerned about excessive workflow runs
- You prefer reviewing bot suggestions first
Enable Prompt Comments
Default: Enabled Controls whether DevBird posts the full task prompt as a PR comment. When enabled:- Posts complete task prompt to PR comments
- Provides full context to reviewers
- Creates comprehensive audit trail
- Makes task requirements transparent
- Only posts task link comment
- Cleaner PR comment section
- Reduces comment noise
- Reviewers access details via link
- Teams who want inline context
- Compliance/audit requirements
- Transparent task tracking
- Quick reference without clicking links
- Teams preferring minimal PR comments
- Projects with many automated tasks
- When task details are sensitive
Auto-undraft PR
Default: Enabled Status: TEMPORARILY DISABLED ⚠️ This feature is currently disabled globally due to a bug and is under development. The toggle appears disabled in the UI with a warning message. Controls whether DevBird automatically converts draft PRs to ready-for-review when CI passes. When enabled (after re-enablement):- Automatically marks PR ready when checks pass
- Signals completion to team
- Reduces manual workflow steps
- Enables automated review requests
- PRs remain in draft after CI passes
- Manual conversion required
- Additional quality control gate
- Gives time for self-review
- Fast-moving teams
- High confidence in CI/CD
- Automated workflows
- Trust in AI agent output
- Teams wanting manual review gates
- Additional quality assurance needed
- Learning/training environments
- Complex PRs requiring verification
Default Planning Agent & Model
Purpose: Configure default AI agent and model for CompositeTask planning phase These settings control which AI agent and model are used when DevBird generates task graphs for composite tasks. Planning Agent Options:claude_code- Claude Code agent (recommended)opencode- OpenCode agentcrush_cli- Crush CLI agentcodex_cli- Codex CLI agentgemini_cli- Gemini CLI agentgithub_copilot_cli- GitHub Copilot CLI agent
- Varies by agent (e.g.,
sonnet,opus,haikufor Claude Code)
- New composite tasks use these defaults for AI planning
- Generates task breakdown and dependency graph
- Creates execution plan
- System defaults are used
- Choose more powerful models for complex project planning
- Select faster/cheaper models for simple decomposition
- Match agent capabilities to your planning needs
Default Execution Agent & Model
Purpose: Configure default AI agent and model for task execution These settings control which AI agent and model are used when:- Creating and executing unit tasks
- Executing individual nodes in composite task graphs
- Unit tasks use these defaults
- Composite task nodes use these defaults
- Actual code writing and PR creation uses these
- System defaults are used
- Different agent for planning vs. execution (e.g., powerful planner, fast executor)
- Balance cost and quality across workflow phases
- Optimize for execution speed or quality
Default Composite Task Auto-Approval
Default: Disabled Controls whether newly created composite tasks have auto-approval enabled by default. When enabled:- New composite tasks are created with auto-approval turned on
- After planning completes, ecution starts automatically
- Ready nodes are automatically approved without manual review
- Full workflow automation from creation to completion
- New composite tasks require manual execution start
- Each ready node requires manual approval
- More control over task progression
- You create a composite task
- AI planning completes automatically
- Execution starts automatically (no “Start Execution” click needed)
- Ready nodes auto-approve (no manual approval needed)
- Tasks complete without any manual intervention
- Trusted workflows
- Repetitive tasks
- High confidence in AI planning
- Want hands-off automation
- Want to review plans before execution
- Need to modify prompts before running
- Careful control over task progression
- Learning/evaluating DevBird
Configuration Tips
Recommended for Most Teams
For High-Automation Teams
For Cautious Teams
Troubleshooting
Settings not saving
Check:- Verify you have tenant admin permissions
- Refresh the page and try again
- Check browser console for errors
- Contact support@delino.io
Settings not taking effect
Verify:- Settings page shows your changes
- Wait a few minutes for propagation
- Test with a new task/PR (not existing ones)
- Check GitHub App permissions are current
Bot reviews not triggering workflows
When “Auto-apply Bot Reviews” is enabled:- Verify bot account exists in your organization
- Check GitHub webhook deliveries for errors
- Ensure bot has correct permissions
- Review workflow logs for failures
- This is expected behavior
- Enable the setting if you want automation
