Skip to content

Commit 84b32ac

Browse files
committed
docs: update README
1 parent a9e60bd commit 84b32ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

registry/coder-labs/modules/copilot/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ module "copilot" {
193193
> See the [AI Bridge Proxy setup guide](https://coder.com/docs/ai-coder/ai-bridge/ai-bridge-proxy/setup) for details on configuring the proxy on your Coder deployment.
194194
> GitHub authentication is still required for Copilot as the proxy authenticates with AI Bridge using the Coder session token, but does not replace GitHub authentication.
195195
196+
> [!IMPORTANT]
197+
> When using AI Bridge Proxy, enable [startup coordination](https://coder.com/docs/admin/templates/startup-coordination) by setting `CODER_AGENT_SOCKET_SERVER_ENABLED=true` in the workspace container environment.
198+
> This ensures the Copilot module waits for the `aibridge-proxy` module to complete before starting. Without it, the Copilot start script may fail if the certificate is not yet available.
199+
196200
## Authentication
197201

198202
The module supports multiple authentication methods (in priority order):

0 commit comments

Comments
 (0)