]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : improve action for duplicate issue (#20772)
authorGeorgi Gerganov <redacted>
Thu, 19 Mar 2026 19:11:53 +0000 (21:11 +0200)
committerGitHub <redacted>
Thu, 19 Mar 2026 19:11:53 +0000 (21:11 +0200)
* ci : show thinking traces of the agent

* cont : increase thinking

* cont : remove agent files

* cont : move the model selection to the provider

.github/workflows/ai-issues.yml

index 7f730d1d8bd5dc77922495270577590d5665db10..dba4fd79d36aee04ffaef2c001b8f53bb59ab4c7 100644 (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).