copilot-custom-endpoint 1.3.11 → 1.3.13

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.
package/README.md CHANGED
@@ -107,6 +107,8 @@ For the full pricing comparison (cached rates, full Copilot roster, footnotes, s
107
107
 
108
108
  ## Companion tools
109
109
 
110
+ > **ℹ️ These are third-party tools — not built into the custom endpoints or proxies in this repo.** Each one must be installed, configured, and (where applicable) billed for **separately**, directly with its own provider. Nothing here is bundled, proxied, or auto-configured by `copilot-custom-endpoint` or the per-model setups above. The entries below are just pointers to tools the author has found useful alongside the model configs.
111
+
110
112
  These work alongside the providers above and fill gaps that VS Code's built-in tool surface doesn't cover natively.
111
113
 
112
114
  ### 🎬 [Video Context MCP](https://www.videocontextmcp.com/) — _video understanding for AI coding assistants_
@@ -116,10 +118,23 @@ VS Code's built-in `view_image` tool only accepts **static images** (PNG, JPG, G
116
118
  **Video Context MCP** is a small MCP server that bridges that gap. It works with **GitHub Copilot, Cursor, and Claude Code** out of the box, and:
117
119
 
118
120
  - **Extracts frames** from local files or remote URLs (no `ffmpeg` gymnastics required).
119
- - **Routes them through a multi-provider fallback chain** — `Gemini → GLM 4.6V Flash → Qwen3.7-plus → Kimi K2.6 → MiMo-V2.5` — so a single `GLM 5V Turbo` rate-limit hiccup doesn't kill your session.
121
+ - **Routes them through a multi-provider fallback chain** — `Gemini → GLM 4.6V Flash → Qwen3.7-plus → Kimi K2.6 → MiMo-V2.5`.
120
122
  - **Answers natural-language questions** about the video grounded in actual frames: "what does the speaker click in the last 30 seconds?", "summarize the demo", "find the frame where the error appears".
121
123
  - **Extras:** timestamp search, audio transcription with speaker diarization, and video metadata (resolution, duration, codec).
122
124
 
125
+ ### 🪣 [Bitbucket MCP](https://bitbucketmcp.tugudush.com/) — _secure, read-only Bitbucket access for VS Code Copilot, Cursor, and Claude Code_
126
+
127
+ GitHub ships a first-party MCP server (and it's even bundled into Copilot), so asking "what's open in my org's repos / show me PR #123" works seamlessly on github.com. **Bitbucket has no equivalent** — Atlassian hasn't shipped one — which leaves Bitbucket Cloud users copy-pasting PR URLs, diffs, and file contents into chat by hand.
128
+
129
+ **Bitbucket MCP** is a small MCP server that closes that gap. It works with **VS Code GitHub Copilot, Cursor, and Claude Code** out of the box, and:
130
+
131
+ - **38 tools across 8 categories** — repositories, pull requests, branches & commits, diffs & comparisons, CI/CD pipelines, issues, code search, and users.
132
+ - **Read-only by design** — `makeRequest()` blocks all non-GET requests at runtime, so no write, delete, or modify operation is possible.
133
+ - **Token-friendly output** — every tool supports `text`, `json`, and `toon` (Token-Oriented Object Notation) formats; `toon` cuts LLM token consumption by 30–60% on large PR/commit lists.
134
+ - **JMESPath filtering** on all 38 tools, so you can trim responses (e.g. only open PRs, or just title + author) before they hit the model.
135
+ - **One-call PR context** — `bb_get_context` bundles PR metadata, diffstat, CI statuses, and comments in a single request.
136
+ - **Drop-in install** — `npm install -g @tugudush/bitbucket-mcp` plus a short `.vscode/mcp.json` entry, authenticated with a Bitbucket API token + your Atlassian email.
137
+
123
138
  ## Need help?
124
139
 
125
140
  - **Per-model issues:** check the troubleshooting section at the bottom of each model's doc.
@@ -14,7 +14,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
14
14
  "models": [
15
15
  {
16
16
  "id": "qwen3.7-max",
17
- "name": "Qwen 3.7 Max",
17
+ "name": "Qwen 3.7 Max (text)",
18
18
  "url": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions",
19
19
  "toolCalling": true,
20
20
  "vision": false,
@@ -25,7 +25,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
25
25
  },
26
26
  {
27
27
  "id": "qwen3.7-plus",
28
- "name": "Qwen 3.7 Plus",
28
+ "name": "Qwen 3.7 Plus (vision)",
29
29
  "url": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions",
30
30
  "toolCalling": true,
31
31
  "vision": true,
@@ -44,7 +44,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
44
44
  "models": [
45
45
  {
46
46
  "id": "kimi-k2.6",
47
- "name": "Kimi K2.6",
47
+ "name": "Kimi K2.6 (vision)",
48
48
  "url": "http://127.0.0.1:3457/v1/chat/completions",
49
49
  "requestBody": {
50
50
  "temperature": 1
@@ -65,7 +65,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
65
65
  "models": [
66
66
  {
67
67
  "id": "mimo-v2.5-pro",
68
- "name": "MiMo V2.5 Pro",
68
+ "name": "MiMo V2.5 Pro (text)",
69
69
  "url": "https://api.xiaomimimo.com/v1/chat/completions",
70
70
  "toolCalling": true,
71
71
  "vision": false,
@@ -80,7 +80,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
80
80
  },
81
81
  {
82
82
  "id": "mimo-v2.5",
83
- "name": "MiMo V2.5",
83
+ "name": "MiMo V2.5 (vision)",
84
84
  "url": "https://api.xiaomimimo.com/v1/chat/completions",
85
85
  "toolCalling": true,
86
86
  "vision": true,
@@ -95,7 +95,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
95
95
  },
96
96
  {
97
97
  "id": "mimo-v2-flash",
98
- "name": "MiMo V2 Flash",
98
+ "name": "MiMo V2 Flash (text)",
99
99
  "url": "https://api.xiaomimimo.com/v1/chat/completions",
100
100
  "toolCalling": true,
101
101
  "vision": false,
@@ -118,7 +118,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
118
118
  "models": [
119
119
  {
120
120
  "id": "MiniMax-M3",
121
- "name": "MiniMax M3",
121
+ "name": "MiniMax M3 (vision)",
122
122
  "url": "https://api.minimax.io/v1/chat/completions",
123
123
  "toolCalling": true,
124
124
  "vision": true,
@@ -142,7 +142,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
142
142
  "models": [
143
143
  {
144
144
  "id": "glm-5.1",
145
- "name": "GLM 5.1 (flagship)",
145
+ "name": "GLM 5.1 (text)",
146
146
  "url": "https://api.z.ai/api/paas/v4/chat/completions",
147
147
  "toolCalling": true,
148
148
  "vision": false,
@@ -158,7 +158,7 @@ Here's a complete, real-world `chatLanguageModels.json` that combines **all the
158
158
 
159
159
  {
160
160
  "id": "glm-5v-turbo",
161
- "name": "GLM 5V Turbo (vision flagship)",
161
+ "name": "GLM 5V Turbo (vision)",
162
162
  "url": "https://api.z.ai/api/paas/v4/chat/completions",
163
163
  "toolCalling": true,
164
164
  "vision": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-custom-endpoint",
3
- "version": "1.3.11",
3
+ "version": "1.3.13",
4
4
  "description": "Local proxies for VS Code Copilot custom endpoints — Kimi K2 & Qwen 3.x",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -55,4 +55,4 @@
55
55
  "dependencies": {
56
56
  "dotenv": "^17.4.2"
57
57
  }
58
- }
58
+ }