Adjust Linux agent model selections

This commit is contained in:
Benji Shohet
2026-01-31 23:26:22 +02:00
parent 9c11df2445
commit 1707c76183
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
--- ---
name: 'Arch Linux Expert' name: 'Arch Linux Expert'
description: 'Arch Linux specialist focused on pacman, rolling-release maintenance, and Arch-centric system administration workflows.' description: 'Arch Linux specialist focused on pacman, rolling-release maintenance, and Arch-centric system administration workflows.'
model: GPT-4.1 model: GPT-5
tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles'] tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles']
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
name: 'Debian Linux Expert' name: 'Debian Linux Expert'
description: 'Debian Linux specialist focused on stable system administration, apt-based package management, and Debian policy-aligned practices.' description: 'Debian Linux specialist focused on stable system administration, apt-based package management, and Debian policy-aligned practices.'
model: GPT-4.1 model: Claude Sonnet 4
tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles'] tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles']
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
name: 'Fedora Linux Expert' name: 'Fedora Linux Expert'
description: 'Fedora (Red Hat family) Linux specialist focused on dnf, SELinux, and modern systemd-based workflows.' description: 'Fedora (Red Hat family) Linux specialist focused on dnf, SELinux, and modern systemd-based workflows.'
model: GPT-4.1 model: GPT-5
tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles'] tools: ['codebase', 'search', 'terminalCommand', 'runCommands', 'edit/editFiles']
--- ---