n8n-nodes-github-copilot 3.6.1 → 3.6.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.
@@ -126,12 +126,7 @@ class GitHubCopilotChatModel {
126
126
  'Copilot-Media-Request': 'true'
127
127
  }),
128
128
  },
129
- },
130
- ...((safeModelInfo === null || safeModelInfo === void 0 ? void 0 : safeModelInfo.capabilities.toolsCalling) && {
131
- modelKwargs: {
132
- tool_choice: 'auto'
133
- }
134
- })
129
+ }
135
130
  };
136
131
  const chatModel = new openai_1.ChatOpenAI(modelConfig);
137
132
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.6.1",
3
+ "version": "3.6.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",