n8n-nodes-github-copilot-agent-tool 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +119 -0
- package/dist/credentials/GitHubCopilotApi.credentials.d.ts +10 -0
- package/dist/credentials/GitHubCopilotApi.credentials.js +69 -0
- package/dist/credentials/GitHubCopilotApi.credentials.js.map +1 -0
- package/dist/credentials/gitHubCopilotApi.svg +12 -0
- package/dist/nodes/GitHubCopilotAgentTool/GitHubCopilotAgentTool.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotAgentTool/GitHubCopilotAgentTool.node.js +196 -0
- package/dist/nodes/GitHubCopilotAgentTool/GitHubCopilotAgentTool.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotAgentTool/GitHubCopilotAgentTool.node.json +16 -0
- package/dist/nodes/GitHubCopilotAgentTool/gitHubCopilotAgentTool.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotAgentTool/gitHubCopilotAgentTool.svg +12 -0
- package/dist/nodes/GitHubCopilotAuthHelper/GitHubCopilotAuthHelper.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotAuthHelper/GitHubCopilotAuthHelper.node.js +194 -0
- package/dist/nodes/GitHubCopilotAuthHelper/GitHubCopilotAuthHelper.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotAuthHelper/GitHubCopilotAuthHelper.node.json +13 -0
- package/dist/nodes/GitHubCopilotAuthHelper/gitHubCopilotAuthHelper.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotAuthHelper/gitHubCopilotAuthHelper.svg +12 -0
- package/dist/nodes/GitHubCopilotChatApi/GitHubCopilotChatApi.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotChatApi/GitHubCopilotChatApi.node.js +181 -0
- package/dist/nodes/GitHubCopilotChatApi/GitHubCopilotChatApi.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotChatApi/GitHubCopilotChatApi.node.json +13 -0
- package/dist/nodes/GitHubCopilotChatApi/gitHubCopilotChatApi.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotChatApi/gitHubCopilotChatApi.svg +12 -0
- package/dist/nodes/GitHubCopilotChatModel/GitHubCopilotChatModel.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotChatModel/GitHubCopilotChatModel.node.js +188 -0
- package/dist/nodes/GitHubCopilotChatModel/GitHubCopilotChatModel.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotChatModel/GitHubCopilotChatModel.node.json +16 -0
- package/dist/nodes/GitHubCopilotChatModel/gitHubCopilotChatModel.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotChatModel/gitHubCopilotChatModel.svg +12 -0
- package/dist/nodes/GitHubCopilotCli/GitHubCopilotCli.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotCli/GitHubCopilotCli.node.js +159 -0
- package/dist/nodes/GitHubCopilotCli/GitHubCopilotCli.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotCli/GitHubCopilotCli.node.json +13 -0
- package/dist/nodes/GitHubCopilotCli/gitHubCopilotCli.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotCli/gitHubCopilotCli.svg +12 -0
- package/dist/nodes/GitHubCopilotEmbeddings/GitHubCopilotEmbeddings.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotEmbeddings/GitHubCopilotEmbeddings.node.js +133 -0
- package/dist/nodes/GitHubCopilotEmbeddings/GitHubCopilotEmbeddings.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotEmbeddings/GitHubCopilotEmbeddings.node.json +16 -0
- package/dist/nodes/GitHubCopilotEmbeddings/gitHubCopilotEmbeddings.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotEmbeddings/gitHubCopilotEmbeddings.svg +12 -0
- package/dist/nodes/GitHubCopilotOpenAI/GitHubCopilotOpenAI.node.json +13 -0
- package/dist/nodes/GitHubCopilotOpenAI/GitHubCopilotOpenAi.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotOpenAI/GitHubCopilotOpenAi.node.js +177 -0
- package/dist/nodes/GitHubCopilotOpenAI/GitHubCopilotOpenAi.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotOpenAI/gitHubCopilotOpenAI.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotOpenAI/gitHubCopilotOpenAI.svg +12 -0
- package/dist/nodes/GitHubCopilotTest/GitHubCopilotTest.node.d.ts +5 -0
- package/dist/nodes/GitHubCopilotTest/GitHubCopilotTest.node.js +173 -0
- package/dist/nodes/GitHubCopilotTest/GitHubCopilotTest.node.js.map +1 -0
- package/dist/nodes/GitHubCopilotTest/GitHubCopilotTest.node.json +13 -0
- package/dist/nodes/GitHubCopilotTest/gitHubCopilotTest.dark.svg +12 -0
- package/dist/nodes/GitHubCopilotTest/gitHubCopilotTest.svg +12 -0
- package/dist/nodes/shared/apiClient.d.ts +11 -0
- package/dist/nodes/shared/apiClient.js +98 -0
- package/dist/nodes/shared/apiClient.js.map +1 -0
- package/dist/nodes/shared/types.d.ts +144 -0
- package/dist/nodes/shared/types.js +44 -0
- package/dist/nodes/shared/types.js.map +1 -0
- package/dist/package.json +75 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +75 -0
package/package.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "n8n-nodes-github-copilot-agent-tool",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "GitHub Copilot nodes for n8n with AI Agent Tool support — access GPT-4, Claude, Gemini and more using your Copilot subscription",
|
|
5
|
+
"private": false,
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "CyberLaboratory"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/CyberLaboratory/n8n-github-copilot-ai-tool.git"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/CyberLaboratory/n8n-github-copilot-ai-tool",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/CyberLaboratory/n8n-github-copilot-ai-tool/issues"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"n8n-community-node-package",
|
|
20
|
+
"n8n",
|
|
21
|
+
"n8n-nodes",
|
|
22
|
+
"github-copilot",
|
|
23
|
+
"ai-agent",
|
|
24
|
+
"agent-tool",
|
|
25
|
+
"openai",
|
|
26
|
+
"gpt",
|
|
27
|
+
"claude",
|
|
28
|
+
"gemini"
|
|
29
|
+
],
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "n8n-node build",
|
|
32
|
+
"build:watch": "tsc --watch",
|
|
33
|
+
"dev": "n8n-node dev",
|
|
34
|
+
"lint": "n8n-node lint",
|
|
35
|
+
"lint:fix": "n8n-node lint --fix",
|
|
36
|
+
"release": "n8n-node release",
|
|
37
|
+
"prepublishOnly": "n8n-node prerelease"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"dist",
|
|
41
|
+
"README.md",
|
|
42
|
+
"LICENSE",
|
|
43
|
+
"package.json"
|
|
44
|
+
],
|
|
45
|
+
"publishConfig": {
|
|
46
|
+
"access": "public"
|
|
47
|
+
},
|
|
48
|
+
"n8n": {
|
|
49
|
+
"n8nNodesApiVersion": 1,
|
|
50
|
+
"strict": true,
|
|
51
|
+
"credentials": [
|
|
52
|
+
"dist/credentials/GitHubCopilotApi.credentials.js"
|
|
53
|
+
],
|
|
54
|
+
"nodes": [
|
|
55
|
+
"dist/nodes/GitHubCopilotAgentTool/GitHubCopilotAgentTool.node.js",
|
|
56
|
+
"dist/nodes/GitHubCopilotAuthHelper/GitHubCopilotAuthHelper.node.js",
|
|
57
|
+
"dist/nodes/GitHubCopilotChatApi/GitHubCopilotChatApi.node.js",
|
|
58
|
+
"dist/nodes/GitHubCopilotChatModel/GitHubCopilotChatModel.node.js",
|
|
59
|
+
"dist/nodes/GitHubCopilotCli/GitHubCopilotCli.node.js",
|
|
60
|
+
"dist/nodes/GitHubCopilotEmbeddings/GitHubCopilotEmbeddings.node.js",
|
|
61
|
+
"dist/nodes/GitHubCopilotOpenAI/GitHubCopilotOpenAi.node.js",
|
|
62
|
+
"dist/nodes/GitHubCopilotTest/GitHubCopilotTest.node.js"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@n8n/node-cli": "*",
|
|
67
|
+
"eslint": "9.32.0",
|
|
68
|
+
"prettier": "3.6.2",
|
|
69
|
+
"release-it": "^19.0.4",
|
|
70
|
+
"typescript": "5.9.2"
|
|
71
|
+
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"n8n-workflow": "*"
|
|
74
|
+
}
|
|
75
|
+
}
|