v0.23.1
Container deployment (sidecar / Kubernetes)
Most real installs won't be "download the desktop app" -- pull an image and run it alongside another service.
- New
Dockerfile(CLI + MCP server, non-root, persistent-volume PORTUNUS_HOME, gcloud CLI included) - New
docker-compose.ymlsidecar worked example - README "Running in a container" -- deployment shapes, the persistent-volume hazard, per-backend auth paths (GKE Workload Identity recommended for production k8s)
Deliberately scoped to same-pod/same-host reachability for v1 (the MCP server is stdio-only today) -- not a network-shared broker service, which would need the currently-stub RBAC actually enforced.
See CHANGELOG.md for full details.