Fixed
- Docker image includes OpenSSH client —
openssh-clientadded to apt-get install so users running the SSH terminal backend can connect to remote agents from within the container. (PR #868 by @frap129) - Nous portal models route and format correctly — two bugs: (1)
_PROVIDER_MODELS["nous"]updated to slash-prefixed IDs (anthropic/claude-opus-4.6) that the Nous portal API expects. (2)resolve_model_provider()now routes portal provider models through the portal directly and returns the full slash-preserved model ID. 10 regression tests. (PR #870, closes #854)