Tag: configuration
-
Add a Custom Primary Agent to OpenCode
OpenCode ships with a few built-in agents, but adding your own takes only a JSON block. This guide shows how to register a custom primary agent — including a Codex-powered agent that shells out to gpt-5.6-terra for zero-cost AI coding.
-

Updating Plex in a docker container.
There seems to be many conflicting solutions on how to do this, provided you have a running plex docker container, and you used docker-compose to bring it online, here is what you need to do to pull the latest version! docker-compose pull is a command that pulls the latest version of an image from a…