summaryrefslogtreecommitdiff
path: root/pi/agent/extensions
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 14:02:34 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 14:02:34 +0300
commitc8bd4d1e7a34ebf452d3d6c843d5cef785abe608 (patch)
treeec1e6c19379c3ba86f6d80d90286eceae393b983 /pi/agent/extensions
parentf16f4b753b3bf317e6da79f479ff5f506ed34b47 (diff)
replace qwen3-coder-next with qwen3.6-27b across configs, docs, and tooling
Diffstat (limited to 'pi/agent/extensions')
-rw-r--r--pi/agent/extensions/nemotron-tool-repair/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/pi/agent/extensions/nemotron-tool-repair/index.ts b/pi/agent/extensions/nemotron-tool-repair/index.ts
index 9bb8f94..ae59a66 100644
--- a/pi/agent/extensions/nemotron-tool-repair/index.ts
+++ b/pi/agent/extensions/nemotron-tool-repair/index.ts
@@ -20,7 +20,7 @@ import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-age
const CUSTOM_API = "hyperstack-openai-completions-repaired";
const TARGET_PROVIDERS = new Set(["hyperstack1", "hyperstack2"]);
const NEMOTRON_MODEL_PATTERN = /NVIDIA-Nemotron-3-Super/i;
-// Matches all Qwen Coder variants (Qwen3-Coder-Next, Qwen3-Coder-30B, etc.)
+// Matches Qwen3 Coder variants (Qwen3-Coder-30B, etc.)
const QWEN_CODER_MODEL_PATTERN = /Qwen.*Coder/i;
const MODELS_JSON_PATH = path.resolve(
path.dirname(fileURLToPath(import.meta.url)),