From 722f9edbadbed2dcd5257f2fd554c4dc6e0c74ca Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 15 Feb 2026 05:59:33 +0000 Subject: [PATCH] Clarify invisible separator handling in baseURL docs Co-authored-by: Eric Allam --- docs/tasks/streams.mdx | 2 +- packages/ai/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/streams.mdx b/docs/tasks/streams.mdx index 57ad8ce6f..ba83bdf05 100644 --- a/docs/tasks/streams.mdx +++ b/docs/tasks/streams.mdx @@ -687,7 +687,7 @@ Validation errors use these exact messages: - `baseURL must not be empty` - `baseURL must be a valid absolute URL` -- `baseURL must not contain internal whitespace characters` +- `baseURL must not contain internal whitespace characters (including invisible separators)` - `baseURL must use http or https protocol` - `baseURL must not include query parameters or hash fragments` - `baseURL must not include username or password credentials` diff --git a/packages/ai/README.md b/packages/ai/README.md index c643916d5..465c13696 100644 --- a/packages/ai/README.md +++ b/packages/ai/README.md @@ -194,7 +194,7 @@ Validation errors use these exact messages: - `baseURL must not be empty` - `baseURL must be a valid absolute URL` -- `baseURL must not contain internal whitespace characters` +- `baseURL must not contain internal whitespace characters (including invisible separators)` - `baseURL must use http or https protocol` - `baseURL must not include query parameters or hash fragments` - `baseURL must not include username or password credentials`