When using a DevContainer for development, local ports are mapped to random host ports.
When the agent calls the integrated browser it uses the local port which fails as the integrated browser is running in the context of the host.
So, the integrated browser should know the session is a DevContainer and open the mapped host ports rather than the inaccessible local container port.
When using a DevContainer for development, local ports are mapped to random host ports.
When the agent calls the integrated browser it uses the local port which fails as the integrated browser is running in the context of the host.
So, the integrated browser should know the session is a DevContainer and open the mapped host ports rather than the inaccessible local container port.