Compare commits

...

3 Commits

3 changed files with 5 additions and 4 deletions
+2
View File
@@ -20,6 +20,8 @@ runs:
fetch-depth: 1
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: "*"
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
+2 -3
View File
@@ -25,9 +25,8 @@ export type Agent = {
run: (config: AgentConfig) => Promise<AgentResult>;
};
export const instructions = `- use the ${ghPullfrogMcpName} MCP server to interact with github
- if ${ghPullfrogMcpName} is not available or doesn't include the functionality you need, describe why and bail
- do not under any circumstances use the gh cli
export const instructions = `- inspect ${ghPullfrogMcpName} MCP server to determine what tools are available
- do not under any circumstances use the github cli (\`gh\`). find the corresponding tool from ${ghPullfrogMcpName} instead.
- if prompted by a comment to respond to create a new issue, pr or anything else, after succeeding,
also respond to the original comment with a very brief message containing a link to it
- mode selection: choose the appropriate mode based on the prompt payload:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.70",
"version": "0.0.72",
"type": "module",
"files": [
"index.js",