Commit Graph

2 Commits

Author SHA1 Message Date
Tommaso Moro 0418808647 Change role from "system" to "user" in prompt messages for AssignCodingAgentPrompt and IssueToFixWorkflowPrompt. Role "system" is not allowed by Claude Code in MCP provided prompt (allowed only role "user" and "assistant") (#941)
License Check / license-check (push) Has been cancelled
Docker / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
Co-authored-by: 0xGosu <0xGosu@gmail.com>
2025-08-21 23:20:26 +01:00
Matt Holloway 771d7b411f Add initial support for multi-tool workflows (#685)
* initial workflows

* fixing tabs

* remove unused SecurityAlertWorkflowPrompt and RepositorySetupWorkflowPrompt

* add workflow prompt for creating issue and assigning to copilot

* Update pkg/github/workflow_prompts.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* remove notif triage

* remove code inv workflow tool

* rm another

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-30 11:39:58 +01:00