From a8c3ccd97e6b656338983778a5da9a3df789b6cd Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 12 Jul 2026 15:59:06 -0300 Subject: [PATCH] chore(changelog): fragment for #6986 --- changelog.d/fixes/6986-grok-cli-tools-cap.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/6986-grok-cli-tools-cap.md diff --git a/changelog.d/fixes/6986-grok-cli-tools-cap.md b/changelog.d/fixes/6986-grok-cli-tools-cap.md new file mode 100644 index 0000000000..8f38f0bc64 --- /dev/null +++ b/changelog.d/fixes/6986-grok-cli-tools-cap.md @@ -0,0 +1 @@ +- **fix(providers):** cap grok-cli tools at 200 per request, matching xAI's cli-chat-proxy limit, and document the non-reasoning capability of grok-build/grok-composer-2.5-fast in the registry (#6986, thanks @gitcommit90)