From 7c8dd7f43c426e86d17400b79bf28e0394ceb257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Fri, 27 Feb 2026 13:23:34 +0000 Subject: [PATCH] 175 --- entry | 4 ++-- modes.ts | 2 +- package.json | 2 +- post | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/entry b/entry index 76f7bfe..5b27472 100755 --- a/entry +++ b/entry @@ -144571,7 +144571,7 @@ function computeModes() { 2. **DEPENDENCIES** - ${dependencyInstallationStep} -3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. If EVENT DATA contains a \`triggerer\` field (indicating who requested fixes), you can pass \`approved_by\` to filter to only comments they approved with \u{1F44D}. +3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. When \`approved_only\` is set in EVENT DATA, only approved comments are returned automatically. 4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested. @@ -144741,7 +144741,7 @@ import { join as join11 } from "node:path"; // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.174", + version: "0.0.175", type: "module", files: [ "index.js", diff --git a/modes.ts b/modes.ts index 44648e9..1e104b7 100644 --- a/modes.ts +++ b/modes.ts @@ -79,7 +79,7 @@ export function computeModes(): Mode[] { 2. **DEPENDENCIES** - ${dependencyInstallationStep} -3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. If EVENT DATA contains a \`triggerer\` field (indicating who requested fixes), you can pass \`approved_by\` to filter to only comments they approved with 👍. +3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. When \`approved_only\` is set in EVENT DATA, only approved comments are returned automatically. 4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested. diff --git a/package.json b/package.json index a3a185f..da8689c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/pullfrog", - "version": "0.0.174", + "version": "0.0.175", "type": "module", "files": [ "index.js", diff --git a/post b/post index 0c16e38..170f80e 100755 --- a/post +++ b/post @@ -41267,7 +41267,7 @@ var Effort = type.enumerated("mini", "auto", "max"); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.174", + version: "0.0.175", type: "module", files: [ "index.js",