n8n-nodes-github-copilot 4.1.0 → 4.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.
|
@@ -69,19 +69,10 @@ class GitHubCopilot {
|
|
|
69
69
|
{
|
|
70
70
|
displayName: 'Model',
|
|
71
71
|
name: 'model',
|
|
72
|
-
type: '
|
|
73
|
-
options: [
|
|
74
|
-
{ name: 'Default (Claude Sonnet 4.5)', value: '' },
|
|
75
|
-
{ name: 'GPT-4o', value: 'gpt-4o' },
|
|
76
|
-
{ name: 'GPT-4o Mini', value: 'gpt-4o-mini' },
|
|
77
|
-
{ name: 'O1', value: 'o1' },
|
|
78
|
-
{ name: 'O1 Mini', value: 'o1-mini' },
|
|
79
|
-
{ name: 'O1 Preview', value: 'o1-preview' },
|
|
80
|
-
{ name: 'Claude Sonnet 3.5', value: 'claude-3.5-sonnet' },
|
|
81
|
-
{ name: 'Claude Sonnet 4.5', value: 'claude-sonnet-4.5' },
|
|
82
|
-
],
|
|
72
|
+
type: 'string',
|
|
83
73
|
default: '',
|
|
84
|
-
|
|
74
|
+
placeholder: 'gpt-4o, o1, claude-3.5-sonnet, etc.',
|
|
75
|
+
description: 'Model to use (optional). Leave empty for default (Claude Sonnet 4.5). Examples: gpt-4o, gpt-4o-mini, o1, o1-mini, o1-preview, claude-3.5-sonnet',
|
|
85
76
|
},
|
|
86
77
|
{
|
|
87
78
|
displayName: 'Tool Approval',
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-github-copilot",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "n8n community node for GitHub Copilot with NEW CLI programmatic mode, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude Sonnet 4.5, 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": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "n8n community node for GitHub Copilot with NEW CLI programmatic mode, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude Sonnet 4.5, Gemini and more using your Copilot subscription",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",
|