Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36b006108b | |||
| 029ae0d280 | |||
| 92b435eb80 | |||
| cacf9674c4 |
+1
-1
@@ -21,7 +21,7 @@ runs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: "*"
|
||||||
- name: Setup Node.js 24
|
- name: Setup Node.js 24
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
+2
-3
@@ -25,9 +25,8 @@ export type Agent = {
|
|||||||
run: (config: AgentConfig) => Promise<AgentResult>;
|
run: (config: AgentConfig) => Promise<AgentResult>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const instructions = `- use the ${ghPullfrogMcpName} MCP server to interact with github
|
export const instructions = `- inspect ${ghPullfrogMcpName} MCP server to determine what tools are available
|
||||||
- if ${ghPullfrogMcpName} is not available or doesn't include the functionality you need, describe why and bail
|
- do not under any circumstances use the github cli (\`gh\`). find the corresponding tool from ${ghPullfrogMcpName} instead.
|
||||||
- do not under any circumstances use the gh cli
|
|
||||||
- if prompted by a comment to respond to create a new issue, pr or anything else, after succeeding,
|
- 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
|
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:
|
- mode selection: choose the appropriate mode based on the prompt payload:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.69",
|
"version": "0.0.72",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user