ci : improve action for duplicate issue (#20772)

* ci : show thinking traces of the agent

* cont : increase thinking

* cont : remove agent files

* cont : move the model selection to the provider
This commit is contained in:
Georgi Gerganov 2026-03-19 21:11:53 +02:00 committed by GitHub
parent 340807273b
commit 6c72646a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 2 deletions

View File

@ -31,11 +31,18 @@ jobs:
"webfetch": "deny"
}
run: |
opencode run -m llama.cpp-dgx/gpt-oss-120b-hf-low "A new issue has been created:
rm AGENTS.md
rm CLAUDE.md
opencode run -m llama.cpp-dgx/ai-review-issues-find-similar --thinking "A new issue has been created:
Issue number: ${{ github.event.issue.number }}
Lookup this issue with `gh issue view ${{ github.event.issue.number }} --json title,body,url,number`
Lookup the contents of the issue using the following command:
```bash
gh issue view ${{ github.event.issue.number }} --json title,body,url,number
```
Perform the following task and then post a SINGLE comment (if needed).