Skip to content
Open
Changes from 1 commit
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 internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func DefaultAgentRoles() []string {
// The "fullsend" dispatch role is excluded because per-repo mode uses
// the target repo's shim workflow for dispatch instead of a separate app.
func PerRepoDefaultRoles() []string {
return []string{"triage", "coder", "review", "retro", "prioritize"}
return []string{"triage", "coder", "review", "fix", "retro", "prioritize"}
}

// NewOrgConfig creates a new OrgConfig with sensible defaults.
Expand Down
Loading