Added models + instructions + config

This commit is contained in:
felix
2026-07-02 13:46:40 +02:00
parent a52876cd66
commit b38a84de8b
2 changed files with 38 additions and 2 deletions

View File

@@ -33,3 +33,8 @@ docker compose exec opencode opencode run --model weave/glm-5.2 "..."
- `config/opencode/` - image: Dockerfile + baked `opencode.json`
- `data/` - persisted opencode state (gitignored)
- `docker-compose.yml` - opencode service
## Caveats
- **No model discovery on weave.** I haven't found a way to discover models on weave.redpencil.io, so they are configured explicitly in `opencode.json` (see `provider.weave.models`). When the catalog changes, update that list by hand.
- **Copy from the TUI is broken over Docker.** `COPY` from the TUI isn't working properly in a container. I've only found messy workarounds, no real solution yet - kept things simple here instead.