--- project: name: OpenCode Home status: active category: documentation source: live-verification created: 2026-01-06 updated: 2026-04-23 description: OpenCode agent deployment overview and configuration reference tags: [documentation, opencode, agent] --- # OpenCode Agent OpenCode AI coding assistant deployed across the homelab cluster. ## Deployment | Instance | Host | Port | Access URL | Status | Updated | |----------|------|------|------------|--------|---------| | ubuntu | 192.168.50.61 | 4096 | opencode.tophermayor.com | Active (systemd) | 2026-04-23 | | ice | 192.168.50.197 | 4096 | opencode-ice.tophermayor.com | Active (systemd) | 2026-04-23 | | grizzley | 192.168.50.84 | 4096 | opencode-grizzley.tophermayor.com | Inactive/disabled | 2026-04-23 | ## Host Context Each host has `.host-context` with `CONTEXT=` for agent awareness. ```bash python3 scripts/detect_host_context.py ``` ## Configuration - Agent config: `.opencode/` (skills, commands, tools) - Per-host config: `homelab//opencode.json` - Shared memory: Qdrant at `192.168.50.61:6333` - Skills: `.opencode/` and `.agents/skills/` ## Related - [[infrastructure-config.md|Infrastructure Configuration]] - [[ai-assistant/host-context.md|Host Context Detection]] - [[ai-assistant/project.md|AI Assistant Project]]