n8n-nodes-github-copilot 3.32.1 → 3.32.2

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.
@@ -13,16 +13,16 @@ class GitHubCopilotApi {
13
13
  displayName: "Setup Instructions",
14
14
  name: "setupNotice",
15
15
  type: "notice",
16
- default: "ℹ️ Auto OAuth Token Generation\n" +
17
- "Your GitHub CLI token will be used to automatically generate OAuth tokens. Tokens are cached and refreshed automatically before expiration (every ~20 minutes). No manual intervention needed!\n\n" +
18
- "⚠️ IMPORTANT: GitHub CLI Token Required\n\n" +
19
- "🚀 Don't have GitHub CLI installed?\n" +
20
- "Use the visual 'GitHub Copilot Auth Helper' node to generate your token without touching the terminal!\n\n" +
21
- "📝 Step 1: Create Helper Workflow\n" +
22
- "Add a new workflow and insert the 'GitHub Copilot Auth Helper' trigger node.\n\n" +
23
- "▶️ Step 2: Activate & Access\n" +
24
- "Activate the workflow, then click 'Test workflow' to open the visual token generator in your browser.\n\n" +
25
- "📋 Step 3: Copy Token\n" +
16
+ default: "<strong>ℹ️ Auto OAuth Token Generation</strong><br>" +
17
+ "Your GitHub CLI token will be used to automatically generate OAuth tokens. Tokens are cached and refreshed automatically before expiration (every ~20 minutes). No manual intervention needed!<br><br>" +
18
+ "<strong>⚠️ IMPORTANT: GitHub CLI Token Required</strong><br><br>" +
19
+ "<strong>🚀 Don't have GitHub CLI installed?</strong><br>" +
20
+ "Use the visual 'GitHub Copilot Auth Helper' node to generate your token without touching the terminal!<br><br>" +
21
+ "<strong>📝 Step 1: Create Helper Workflow</strong><br>" +
22
+ "Add a new workflow and insert the 'GitHub Copilot Auth Helper' trigger node.<br><br>" +
23
+ "<strong>▶️ Step 2: Activate & Access</strong><br>" +
24
+ "Activate the workflow, then click 'Test workflow' to open the visual token generator in your browser.<br><br>" +
25
+ "<strong>📋 Step 3: Copy Token</strong><br>" +
26
26
  "Follow the on-screen instructions to authenticate with GitHub and copy the generated 'gho_' token back here.",
27
27
  },
28
28
  {
@@ -43,6 +43,11 @@ class GitHubCopilotApi {
43
43
  baseURL: GitHubCopilotEndpoints_1.GITHUB_COPILOT_API.BASE_URL,
44
44
  url: GitHubCopilotEndpoints_1.GITHUB_COPILOT_API.ENDPOINTS.MODELS,
45
45
  method: "GET",
46
+ headers: {
47
+ "User-Agent": "GitHub-Copilot/1.0 (n8n-node)",
48
+ "Editor-Version": "vscode/1.95.0",
49
+ "Editor-Plugin-Version": "copilot/1.0.0",
50
+ },
46
51
  },
47
52
  };
48
53
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.32.1",
3
+ "version": "3.32.2",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.32.1",
3
+ "version": "3.32.2",
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",