Added models + instructions + config
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user