This commit is contained in:
2025-11-18 22:36:38 -08:00
parent 7378fe9826
commit 5ec72352b8
3 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "catppuccin",
"model": "github-copilot/gpt-4.1",
"model": "github-copilot/gpt-5.1",
"provider": {
"openai": {
"models": {
@@ -19,7 +19,7 @@
"agent": {
"build": {
"mode": "primary",
"model": "github-copilot/gpt-4.1",
"model": "github-copilot/gpt-5.1",
"tools": {
"write": true,
"edit": true,
@@ -28,7 +28,7 @@
},
"plan": {
"mode": "primary",
"model": "github-copilot/gpt-4.1",
"model": "github-copilot/gpt-5.1-codex",
"tools": {
"write": false,
"edit": false,
@@ -38,7 +38,7 @@
"code-reviewer": {
"description": "Reviews code for best practices and potential issues",
"mode": "subagent",
"model": "github-copilot/gpt-4.1",
"model": "github-copilot/gpt-5.1",
"prompt": "You are a code reviewer. Focus on security, performance, and maintainability.",
"tools": {
"write": false,