pi agent models

This commit is contained in:
2026-09-04 15:49:08 +02:00
parent 281f7b3e11
commit 9621d9aebd
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
name: advisor
description: "Read-only senior engineer for a second opinion. Two jobs — (1) ADVISE on implementation: recommend an approach, weigh trade-offs, sanity-check a design, or unblock an agent that's unsure how to proceed; (2) QUICK SANITY-CHECK reviews of small, low-risk diffs. For a deep pre-merge review, spawn code-reviewer instead — it runs a max-effort model and owns the full review checklist. Returns concrete, citation-backed guidance without touching the code."
tools: read, grep, find, ls, bash
preferred_model: qw/qwen3.8-max
model: opencode-go/gpt-5.6-luna
thinking: max
skills: ast-grep
prompt_mode: replace

View File

@@ -2,7 +2,7 @@
name: code-reviewer
description: "Senior code reviewer that deep-reviews diffs, PRs, or files and then fixes what it finds: examines for bugs, security holes, maintainability problems, and performance issues, applies fixes for critical and warning findings, and re-verifies with the project's checks. Runs on a max-effort model. For design advice or quick sanity-checks, use advisor instead."
tools: read, edit, write, grep, find, ls, bash
preferred_model: qw/qwen3.8-max
model: opencode-go/gpt-5.6-luna
thinking: max
skills: ast-grep
prompt_mode: replace

View File

@@ -2,7 +2,7 @@
name: implementor
description: "Code implementer that executes a structured plan. Takes a described change (or works out a brief one when given only a goal), implements it step by step while staying consistent with existing patterns, and verifies the result before reporting back. Use to carry out a well-scoped implementation task: write the code, run the checks, and hand back a precise account of what changed and how it was verified."
tools: read, edit, write, bash, grep, find, ls
preferred_model: deepseek/deepseek-v4-flash
model: opencode-go/deepseek-v4-flash
thinking: high
skills: ast-grep
prompt_mode: replace

View File

@@ -2,7 +2,7 @@
name: planner
description: "Software architect that designs implementation plans. Use when you need a step-by-step plan before writing code: breaks a goal into ordered, verifiable steps, identifies the critical files and functions to touch, weighs architectural trade-offs, and flags risks. Read-only — it plans, it never implements."
tools: read, grep, find, ls, bash
preferred_model: deepseek/deepseek-v4-pro
model: opencode-go/gpt-5.6-luna
thinking: max
skills: ast-grep
prompt_mode: replace

View File

@@ -2,7 +2,7 @@
name: scout
description: 'Read-only codebase recon. Scours a repo using structural (ast-grep) and text search and returns compressed, citation-backed findings an agent can act on without re-reading the code. Use to locate code by *shape* (calls, definitions, signatures), map architecture, trace dependencies, or answer "where/how is X implemented" before making changes.'
tools: read, grep, find, ls, bash
preferred_model: deepseek/deepseek-v4-flash
model: opencode-go/hy3
thinking: low
skills: ast-grep
prompt_mode: replace