Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencode-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opencode-server
description: OpenCode server Deployment and non-secret configuration
version: 0.1.72
version: 0.1.73
appVersion: "1.18.29"
type: application
2 changes: 1 addition & 1 deletion opencode-server/files/agents/adversarial-code-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Independent hostile review of a completed implementation immediately before its pull request is opened; use for any non-trivial code, chart, workflow, or documentation change and for owner-requested second opinions; not for research, planning, trivial rewording, or implementation
mode: subagent
model: openai/gpt-5.6-terra
variant: xhigh
variant: high
permission:
edit: deny
bash: deny
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/career.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Career agent for resume tailoring, job-search evaluation, interview preparation, and application pipeline support, using the career knowledge subset in makeitworkcloud/agent-knowledge
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Career Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/default.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Default full-capability primary agent for bounded research, repository work, planning, and owner-authorized changes
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Default Primary Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/grillmaster.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Grillmaster agent for creative, evidence-led charcoal cooking on the owner's confirmed kettle setup, using the grillmaster knowledge subset in makeitworkcloud/agent-knowledge
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Grillmaster Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/homerepair.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Image-assisted household repair triage and safe DIY planning for painting, drywall, tile, grout, fixtures, doors, cabinets, and routine maintenance
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Home Repair Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/homesteader.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Confidential homestead knowledge and project steward using GitHub MCP with private-repository safeguards
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Homesteader Agent
Expand Down
2 changes: 1 addition & 1 deletion opencode-server/files/agents/infra-security-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Adversarial security review of infrastructure-affecting changes — OpenTofu, Kubernetes, Helm, GitHub Actions workflows, SOPS/KSOPS, network exposure, IAM/RBAC, and supply-chain pins — before merge of security-relevant changes; refuses secret retrieval or printing; not for runtime exploitation, account access, or implementation
mode: subagent
model: openai/gpt-5.6-terra
variant: xhigh
variant: high
permission:
edit: deny
bash: deny
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/lawnmowerman.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Lawnmowerman agent for real-time, image-assisted small engine repair — troubleshooting lawnmowers and other small outdoor power equipment, using the lawnmowerman knowledge subset in makeitworkcloud/agent-knowledge
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Lawnmowerman Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/makeitwork.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Make IT Work Cloud agent for organization repositories, GitOps, CI validation, and protected infrastructure changes
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Make IT Work Cloud Agent
Expand Down
2 changes: 1 addition & 1 deletion opencode-server/files/agents/recruiter-resume-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Independent high-reasoning recruiter-perspective review for a tailored resume immediately before export; read-only and never an authoring or delivery agent
mode: subagent
model: openai/gpt-5.6-terra
variant: xhigh
variant: high
permission:
edit: deny
bash: deny
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/teacher.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Owner-specific agent that retrieves task guidance from a private knowledge subset
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# Teacher Agent
Expand Down
4 changes: 2 additions & 2 deletions opencode-server/files/agents/xnoto.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: xnoto agent for personal repositories, client configuration, releases, and workstation-bounded changes
mode: primary
model: kimi-for-coding/k3
variant: high
model: openai/gpt-5.6-terra
variant: default
---

# xnoto Agent
Expand Down