Skip to content

Commit fbbbdf4

Browse files
committed
feat: enhance opencode.example.json with additional agent configurations and model specifications
1 parent b81bc17 commit fbbbdf4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

opencode.example.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
3+
"description": "IT Team Agent Configuration Example - Copy ke opencode.json dan sesuaikan model sesuai kebutuhan",
4+
"note": "Opsional: Jika tidak set model per agent, subagent akan inherit dari primary (IT Leader). Untuk customize, uncomment model line per agent.",
35
"formatter": true,
46
"permission": {
57
"read": {
@@ -77,6 +79,7 @@
7779
"description": "IT Leader & Technical Project Manager — analyzes requirements, designs architecture, decomposes tasks, delegates to subagents, and unifies outputs",
7880
"mode": "primary",
7981
"prompt": "{file:.opencode/agents/it-leader.md}",
82+
"model": "opencode/claude-opus-4.7",
8083
"temperature": 0.4,
8184
"color": "#8b5cf6",
8285
"permission": {
@@ -102,6 +105,8 @@
102105
"description": "Expert Vue/Nuxt frontend developer for Nuxt.js, Vue 3, Nuxt UI, and modern web technologies with MCP integration (subagent of IT Leader)",
103106
"mode": "subagent",
104107
"prompt": "{file:.opencode/agents/nuxt-frontend-developer.md}",
108+
"model": "opencode/claude-sonnet-4.5",
109+
"temperature": 0.4,
105110
"color": "#3b82f6",
106111
"permission": {
107112
"edit": "allow",
@@ -125,6 +130,8 @@
125130
"description": "Expert React/Next.js frontend developer for React 19, Next.js 15, Vite, shadcn/ui, and modern web technologies (subagent of IT Leader)",
126131
"mode": "subagent",
127132
"prompt": "{file:.opencode/agents/react-frontend-developer.md}",
133+
"model": "opencode/claude-sonnet-4.5",
134+
"temperature": 0.4,
128135
"color": "#06b6d4",
129136
"permission": {
130137
"edit": "allow",
@@ -146,6 +153,8 @@
146153
"description": "Expert backend developer for Node.js, Express, Prisma, and PostgreSQL (subagent of IT Leader)",
147154
"mode": "subagent",
148155
"prompt": "{file:.opencode/agents/node-backend-developer.md}",
156+
"model": "opencode/claude-sonnet-4.5",
157+
"temperature": 0.4,
149158
"color": "#10b981",
150159
"permission": {
151160
"edit": "allow",
@@ -165,6 +174,8 @@
165174
"description": "CodeIgniter 3 MVC fullstack developer for REST API, JWT, MySQL/PostgreSQL (subagent of IT Leader)",
166175
"mode": "subagent",
167176
"prompt": "{file:.opencode/agents/code-igniter-3-fullstack.md}",
177+
"model": "opencode/claude-sonnet-4.5",
178+
"temperature": 0.4,
168179
"color": "#84cc16",
169180
"permission": {
170181
"edit": "allow",
@@ -183,6 +194,8 @@
183194
"description": "Laravel backend engineer for REST API, Service/Repository, JWT, MySQL/PostgreSQL (subagent of IT Leader)",
184195
"mode": "subagent",
185196
"prompt": "{file:.opencode/agents/laravel-advanced.md}",
197+
"model": "opencode/claude-sonnet-4.5",
198+
"temperature": 0.4,
186199
"color": "#f97316",
187200
"permission": {
188201
"edit": "allow",
@@ -201,6 +214,8 @@
201214
"description": "UI/UX Designer specializing in design systems, Google Stitch, Figma, accessibility, and design-to-code handoff (subagent of IT Leader)",
202215
"mode": "subagent",
203216
"prompt": "{file:.opencode/agents/ui-ux-designer.md}",
217+
"model": "opencode/claude-sonnet-4.5",
218+
"temperature": 0.5,
204219
"color": "#f59e0b",
205220
"permission": {
206221
"edit": "allow",
@@ -221,6 +236,8 @@
221236
"description": "Code Reviewer & QA Engineer specializing in code quality, security audit, testing strategy, and verification (subagent of IT Leader)",
222237
"mode": "subagent",
223238
"prompt": "{file:.opencode/agents/code-reviewer.md}",
239+
"model": "opencode/claude-sonnet-4.5",
240+
"temperature": 0.4,
224241
"color": "#ef4444",
225242
"permission": {
226243
"edit": "allow",
@@ -241,6 +258,8 @@
241258
"description": "Database Specialist specializing in PostgreSQL schema design, query optimization, Prisma ORM, and migrations (subagent of IT Leader)",
242259
"mode": "subagent",
243260
"prompt": "{file:.opencode/agents/database-specialist.md}",
261+
"model": "opencode/claude-sonnet-4.5",
262+
"temperature": 0.4,
244263
"color": "#06b6d4",
245264
"permission": {
246265
"edit": "allow",
@@ -259,6 +278,8 @@
259278
"description": "DevOps Engineer specializing in CI/CD, deployment, Docker, monitoring, and infrastructure (subagent of IT Leader)",
260279
"mode": "subagent",
261280
"prompt": "{file:.opencode/agents/devops-specialist.md}",
281+
"model": "opencode/claude-sonnet-4.5",
282+
"temperature": 0.4,
262283
"color": "#6366f1",
263284
"permission": {
264285
"edit": "allow",
@@ -278,6 +299,8 @@
278299
"description": "SEO Specialist specializing in meta tags, structured data, Core Web Vitals, and content optimization (subagent of IT Leader)",
279300
"mode": "subagent",
280301
"prompt": "{file:.opencode/agents/seo-specialist.md}",
302+
"model": "opencode/claude-sonnet-4.5",
303+
"temperature": 0.4,
281304
"color": "#84cc16",
282305
"permission": {
283306
"edit": "allow",
@@ -296,6 +319,8 @@
296319
"description": "Expert Android developer for Kotlin, Jetpack Compose, XML, Material Design 3, and Google Play (subagent of IT Leader)",
297320
"mode": "subagent",
298321
"prompt": "{file:.opencode/agents/android-developer.md}",
322+
"model": "opencode/claude-sonnet-4.5",
323+
"temperature": 0.4,
299324
"color": "#22c55e",
300325
"permission": {
301326
"edit": "allow",
@@ -314,6 +339,8 @@
314339
"description": "Expert Flutter developer for Dart, Flutter SDK, Material Design 3, Firebase, and cross-platform mobile apps (subagent of IT Leader)",
315340
"mode": "subagent",
316341
"prompt": "{file:.opencode/agents/flutter-developer.md}",
342+
"model": "opencode/claude-sonnet-4.5",
343+
"temperature": 0.4,
317344
"color": "#0284c7",
318345
"permission": {
319346
"edit": "allow",

0 commit comments

Comments
 (0)