2026-06-15 02:37:45 +02:00
|
|
|
{
|
|
|
|
|
"lastChangelogVersion": "0.79.3",
|
|
|
|
|
"defaultProvider": "llama-cpp-single",
|
refactor: Modell- und Container-Alias auf coding_model vereinheitlicht
Statt modell-spezifischer Namen (qwen3.5-single, qwen36-27b-single) wird
überall der semantisch neutrale Bezeichner coding_model verwendet.
Dadurch kann das Modell bei Bedarf ausgetauscht werden, ohne Konfiguration,
Skripte oder Tests anpassen zu müssen.
Geändert: models.json, settings.json, start-single.sh, stop-servers.sh,
status.sh, pi-coder-judge-extension.ts, tests/, README.md, BEDIENUNGSANLEITUNG.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 05:26:58 +02:00
|
|
|
"defaultModel": "coding_model",
|
2026-06-15 02:37:45 +02:00
|
|
|
"enabledModels": [
|
refactor: Modell- und Container-Alias auf coding_model vereinheitlicht
Statt modell-spezifischer Namen (qwen3.5-single, qwen36-27b-single) wird
überall der semantisch neutrale Bezeichner coding_model verwendet.
Dadurch kann das Modell bei Bedarf ausgetauscht werden, ohne Konfiguration,
Skripte oder Tests anpassen zu müssen.
Geändert: models.json, settings.json, start-single.sh, stop-servers.sh,
status.sh, pi-coder-judge-extension.ts, tests/, README.md, BEDIENUNGSANLEITUNG.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 05:26:58 +02:00
|
|
|
"llama-cpp-single/coding_model"
|
2026-06-15 02:37:45 +02:00
|
|
|
],
|
|
|
|
|
"defaultThinkingLevel": "high",
|
|
|
|
|
"packages": [
|
|
|
|
|
"npm:pi-llama-cpp"
|
|
|
|
|
]
|
|
|
|
|
}
|