This commit is contained in:
Mateusz Burzyński
2026-02-27 13:23:34 +00:00
committed by pullfrog[bot]
parent de686da001
commit 7c8dd7f43c
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/pullfrog",
"version": "0.0.174",
"version": "0.0.175",
"type": "module",
"files": [
"index.js",
+1 -1
View File
@@ -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",