n8n-nodes-github-copilot 3.31.9 → 3.31.11

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.
@@ -10,21 +10,33 @@ class GitHubCopilotApi {
10
10
  this.properties = [
11
11
  {
12
12
  displayName: "⚠️ IMPORTANT: GitHub CLI Token Required",
13
- name: "notice",
13
+ name: "warningNotice",
14
14
  type: "notice",
15
15
  default: "",
16
16
  },
17
17
  {
18
- displayName: "🚀 Easy Token Generation",
19
- name: "helperNotice",
18
+ displayName: "🚀 Don't have GitHub CLI installed?",
19
+ name: "helperNotice1",
20
20
  type: "notice",
21
- default: "Don't have GitHub CLI? Use our visual helper to get your token without terminal! Create a workflow with the 'GitHub Copilot Auth Helper' node, or access directly at your n8n instance.",
21
+ default: "Use the visual 'GitHub Copilot Auth Helper' node to generate your token without touching the terminal!",
22
22
  },
23
23
  {
24
- displayName: "📖 How to Get Token",
25
- name: "instructionsNotice",
24
+ displayName: "📝 Step 1: Create Helper Workflow",
25
+ name: "helperNotice2",
26
26
  type: "notice",
27
- default: "METHOD 1 (Visual): Use 'GitHub Copilot Auth Helper' node in n8n. METHOD 2 (CLI): Run 'gh auth login && gh auth token' in terminal. Only tokens starting with 'gho_' work with Copilot API.",
27
+ default: "Add a new workflow and insert the 'GitHub Copilot Auth Helper' trigger node.",
28
+ },
29
+ {
30
+ displayName: "▶️ Step 2: Activate & Access",
31
+ name: "helperNotice3",
32
+ type: "notice",
33
+ default: "Activate the workflow, then click 'Test workflow' to open the visual token generator in your browser.",
34
+ },
35
+ {
36
+ displayName: "📋 Step 3: Copy Token",
37
+ name: "helperNotice4",
38
+ type: "notice",
39
+ default: "Follow the on-screen instructions to authenticate with GitHub and copy the generated 'gho_' token back here.",
28
40
  },
29
41
  {
30
42
  displayName: "GitHub CLI Token",
@@ -35,7 +47,7 @@ class GitHubCopilotApi {
35
47
  },
36
48
  default: "",
37
49
  required: true,
38
- description: "⚠️ REQUIRED: Token generated by GitHub CLI that starts with \"gho_\". Get it by running: gh auth login && gh auth token. Other tokens will NOT work!",
50
+ description: "Token generated by GitHub CLI (starts with 'gho_'). Use the Auth Helper node above for easy generation, or run in terminal: gh auth login && gh auth token",
39
51
  placeholder: "gho_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
40
52
  },
41
53
  ];
@@ -3,25 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nodeProperties = void 0;
4
4
  const GitHubCopilotModels_1 = require("../../shared/models/GitHubCopilotModels");
5
5
  exports.nodeProperties = [
6
- {
7
- displayName: "Credential Type",
8
- name: "credentialType",
9
- type: "options",
10
- options: [
11
- {
12
- name: "GitHub Copilot API (Manual Token)",
13
- value: "githubCopilotApi",
14
- description: "Use manual GitHub CLI token",
15
- },
16
- {
17
- name: "GitHub Copilot OAuth2 (with Helper)",
18
- value: "githubCopilotOAuth2Api",
19
- description: "Use OAuth2 credential with helper script",
20
- },
21
- ],
22
- default: "githubCopilotApi",
23
- description: "Type of credential to use for GitHub Copilot authentication",
24
- },
25
6
  {
26
7
  displayName: "Operation",
27
8
  name: "operation",
@@ -2,25 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nodeProperties = void 0;
4
4
  exports.nodeProperties = [
5
- {
6
- displayName: "Credential Type",
7
- name: "credentialType",
8
- type: "options",
9
- options: [
10
- {
11
- name: "GitHub Copilot API (Manual Token)",
12
- value: "githubCopilotApi",
13
- description: "Use manual GitHub CLI token",
14
- },
15
- {
16
- name: "GitHub Copilot OAuth2 (with Helper)",
17
- value: "githubCopilotOAuth2Api",
18
- description: "Use OAuth2 credential with helper script",
19
- },
20
- ],
21
- default: "githubCopilotApi",
22
- description: "Type of credential to use for GitHub Copilot authentication",
23
- },
24
5
  {
25
6
  displayName: "Operation",
26
7
  name: "operation",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.31.9",
3
+ "version": "3.31.11",
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.31.9",
3
+ "version": "3.31.11",
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",