Update agent model from gpt-4o to GPT-5

This commit is contained in:
vfaraji89
2026-02-10 22:46:07 +03:00
parent 2a324116db
commit e7e417e161

View File

@@ -1,6 +1,6 @@
---
description: 'An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies'
model: 'gpt-4o'
model: 'GPT-5'
tools: ['codebase', 'terminalCommand']
name: 'Context Architect'
---