From 1707c761830906fb83d86fec06d370304e104473 Mon Sep 17 00:00:00 2001 From: Benji Shohet <97973081+benjisho@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:26:22 +0200 Subject: [PATCH] Adjust Linux agent model selections --- agents/arch-linux-expert.agent.md | 2 +- agents/debian-linux-expert.agent.md | 2 +- agents/fedora-linux-expert.agent.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agents/arch-linux-expert.agent.md b/agents/arch-linux-expert.agent.md index 3a490a5d..9696b478 100644 --- a/agents/arch-linux-expert.agent.md +++ b/agents/arch-linux-expert.agent.md @@ -1,7 +1,7 @@ --- name: 'Arch Linux Expert' 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'] --- diff --git a/agents/debian-linux-expert.agent.md b/agents/debian-linux-expert.agent.md index ed7fa91f..57f7f5d3 100644 --- a/agents/debian-linux-expert.agent.md +++ b/agents/debian-linux-expert.agent.md @@ -1,7 +1,7 @@ --- name: 'Debian Linux Expert' 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'] --- diff --git a/agents/fedora-linux-expert.agent.md b/agents/fedora-linux-expert.agent.md index e58e8773..b182a3ba 100644 --- a/agents/fedora-linux-expert.agent.md +++ b/agents/fedora-linux-expert.agent.md @@ -1,7 +1,7 @@ --- name: 'Fedora Linux Expert' 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'] ---