From 6c72646a6164876f540b727c295332f6a7ab5cf8 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 19 Mar 2026 21:11:53 +0200 Subject: [PATCH] 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 --- .github/workflows/ai-issues.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-issues.yml b/.github/workflows/ai-issues.yml index 7f730d1d8b..dba4fd79d3 100644 --- a/.github/workflows/ai-issues.yml +++ b/.github/workflows/ai-issues.yml @@ -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).