n8n-nodes-github-copilot 3.29.8 → 3.30.0

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.
@@ -49,7 +49,7 @@ class GitHubCopilot {
49
49
  this.description = {
50
50
  displayName: "GitHub Copilot",
51
51
  name: "gitHubCopilot",
52
- icon: "file:githubCopilot.svg",
52
+ icon: "file:../../shared/icons/copilot.svg",
53
53
  group: ["transform"],
54
54
  version: 1,
55
55
  subtitle: "",
@@ -0,0 +1,34 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
2
+ <defs>
3
+ <linearGradient id="copilotGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#1f6feb;stop-opacity:1" />
5
+ <stop offset="100%" style="stop-color:#0969da;stop-opacity:1" />
6
+ </linearGradient>
7
+ </defs>
8
+
9
+ <!-- GitHub Copilot inspired icon -->
10
+ <circle cx="12" cy="12" r="11" fill="url(#copilotGradient)" stroke="#ffffff" stroke-width="1"/>
11
+
12
+ <!-- Copilot face -->
13
+ <ellipse cx="12" cy="10" rx="8" ry="6" fill="#ffffff" opacity="0.9"/>
14
+
15
+ <!-- Eyes -->
16
+ <circle cx="9" cy="9" r="1.5" fill="#1f6feb"/>
17
+ <circle cx="15" cy="9" r="1.5" fill="#1f6feb"/>
18
+
19
+ <!-- Light reflection in eyes -->
20
+ <circle cx="9.5" cy="8.5" r="0.5" fill="#ffffff"/>
21
+ <circle cx="15.5" cy="8.5" r="0.5" fill="#ffffff"/>
22
+
23
+ <!-- Mouth/Interface line -->
24
+ <path d="M8 12 L16 12" stroke="#1f6feb" stroke-width="1.5" stroke-linecap="round"/>
25
+
26
+ <!-- Code brackets -->
27
+ <path d="M6 15 L8 17 L6 19" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
28
+ <path d="M18 15 L16 17 L18 19" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
29
+
30
+ <!-- AI indicator dots -->
31
+ <circle cx="10" cy="17" r="0.5" fill="#ffffff" opacity="0.8"/>
32
+ <circle cx="12" cy="17" r="0.5" fill="#ffffff" opacity="0.6"/>
33
+ <circle cx="14" cy="17" r="0.5" fill="#ffffff" opacity="0.4"/>
34
+ </svg>
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.29.8",
3
+ "version": "3.30.0",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/sufficit/n8n-nodes-github-copilot.git"
13
+ "url": "git+https://github.com/sufficit/n8n-nodes-github-copilot.git"
14
14
  },
15
15
  "main": "index.js",
16
16
  "scripts": {
@@ -60,9 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@langchain/openai": "^0.6.14",
63
+ "n8n-nodes-github-copilot": "^3.29.8",
63
64
  "n8n-workflow": "^1.110.0"
64
65
  },
65
- "peerDependencies": {},
66
66
  "overrides": {
67
67
  "form-data": "^4.0.4",
68
68
  "mysql2": "^3.15.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.29.8",
3
+ "version": "3.30.0",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/sufficit/n8n-nodes-github-copilot.git"
13
+ "url": "git+https://github.com/sufficit/n8n-nodes-github-copilot.git"
14
14
  },
15
15
  "main": "index.js",
16
16
  "scripts": {
@@ -60,10 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@langchain/openai": "^0.6.14",
63
+ "n8n-nodes-github-copilot": "^3.29.8",
63
64
  "n8n-workflow": "^1.110.0"
64
65
  },
65
- "peerDependencies": {
66
- },
67
66
  "overrides": {
68
67
  "form-data": "^4.0.4",
69
68
  "mysql2": "^3.15.0",