From 481d6802d048c64452b475e0df8e271b9759b91d Mon Sep 17 00:00:00 2001 From: AX6 Date: Sun, 13 Sep 2026 18:26:13 -0700 Subject: [PATCH 1/4] Create pr-reviewer.yml --- .github/workflows/pr-reviewer.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/pr-reviewer.yml diff --git a/.github/workflows/pr-reviewer.yml b/.github/workflows/pr-reviewer.yml new file mode 100644 index 000000000000..a82f50163488 --- /dev/null +++ b/.github/workflows/pr-reviewer.yml @@ -0,0 +1,24 @@ +name: PR Agent (Gemini) +on: + pull_request: + types: [opened, reopened, ready_for_review] + issue_comment: +jobs: + pr_agent_job: + if: ${{ github.event.sender.type != 'Bot' }} + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + contents: write + steps: + - name: PR Agent action step + uses: the-pr-agent/pr-agent@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + config.model: "gemini/gemini-1.5-flash" + config.fallback_models: '["gemini/gemini-3.5-flash"]' + GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + github_action_config.auto_review: "true" + github_action_config.auto_describe: "true" + github_action_config.auto_improve: "true" From 3a2a9399ec06db9d336658787ca676a142ed4eff Mon Sep 17 00:00:00 2001 From: AX6 Date: Sun, 13 Sep 2026 18:27:25 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afc46f1495c..7fc7fc83b41f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-

Your terminal, now with a full AI engineering team inside it.

+

Your terminal, now with a full AI engineering team inside it, ready to do whatever you need.

Build status From ab3e1a42425570318ec17f4e2f291d27d3c15b9b Mon Sep 17 00:00:00 2001 From: AX6 Date: Sun, 13 Sep 2026 18:42:15 -0700 Subject: [PATCH 3/4] Update pr-reviewer.yml --- .github/workflows/pr-reviewer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reviewer.yml b/.github/workflows/pr-reviewer.yml index a82f50163488..e55d840d8cd6 100644 --- a/.github/workflows/pr-reviewer.yml +++ b/.github/workflows/pr-reviewer.yml @@ -16,7 +16,7 @@ jobs: uses: the-pr-agent/pr-agent@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - config.model: "gemini/gemini-1.5-flash" + config.model: "gemini/gemini-3.5-flash" config.fallback_models: '["gemini/gemini-3.5-flash"]' GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} github_action_config.auto_review: "true" From a441c98d228eafb8e39b275d71b967d83c6cd4ef Mon Sep 17 00:00:00 2001 From: AX6 Date: Sun, 13 Sep 2026 18:47:04 -0700 Subject: [PATCH 4/4] Update pr-reviewer.yml --- .github/workflows/pr-reviewer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reviewer.yml b/.github/workflows/pr-reviewer.yml index e55d840d8cd6..c5d08ebd10bc 100644 --- a/.github/workflows/pr-reviewer.yml +++ b/.github/workflows/pr-reviewer.yml @@ -18,7 +18,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} config.model: "gemini/gemini-3.5-flash" config.fallback_models: '["gemini/gemini-3.5-flash"]' - GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} github_action_config.auto_review: "true" github_action_config.auto_describe: "true" github_action_config.auto_improve: "true"