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.63
version: 0.1.64
appVersion: "1.18.23"
type: application
8 changes: 4 additions & 4 deletions opencode-server/docs/agent-instruction-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ stricter requirements. For example, the homesteader agent remains restricted
to explicitly owner-authorized writes after confidential repository verification.
The stricter rule wins.

`default.md` is packaged and selectable, but [`files/opencode.json`](../files/opencode.json)
continues to select `makeitwork` for unqualified sessions. Changing
`default_agent` is a separate user-facing routing decision, not an incidental
result of this instruction refactor.
`default.md` is packaged and selectable, and [`files/opencode.json`](../files/opencode.json)
selects `default` for unqualified sessions. Changing `default_agent` is a
separate user-facing routing decision, not an incidental result of this
instruction refactor.

### Subagents

Expand Down
2 changes: 1 addition & 1 deletion opencode-server/files/opencode.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "kimi-for-coding/k3",
"default_agent": "makeitwork",
"default_agent": "default",
"agent": {
"build": {"disable": true},
"plan": {"disable": true}
Expand Down