chore: settings.json ins Repo aufnehmen und mit deployen

Macht die Single-Server-Konfiguration reproduzierbar (defaultProvider/
defaultModel/enabledModels -> llama-cpp-single). install_servers_and_pi_coder_extension.sh
deployt settings.json jetzt mit; vorher wird die bestehende Datei nach
settings.json.bak gesichert, da pi sie zur Laufzeit beschreibt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-15 02:37:45 +02:00
commit 56904329d0
2 changed files with 21 additions and 0 deletions

12
settings.json Normal file
View file

@ -0,0 +1,12 @@
{
"lastChangelogVersion": "0.79.3",
"defaultProvider": "llama-cpp-single",
"defaultModel": "qwen3.5-single",
"enabledModels": [
"llama-cpp-single/qwen3.5-single"
],
"defaultThinkingLevel": "high",
"packages": [
"npm:pi-llama-cpp"
]
}