From a4718c54f10531abc06f7c19e27d64ce946b7ec8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Thu, 2 Apr 2026 19:53:17 +0000 Subject: [PATCH] fix(v3.7.0): resolve issue #1452 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 187826fe..01dd0a9a 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ Set `CLEVERAGENTS_DEFAULT_PROVIDER` to pin the global provider (for example `exp - Built-in actors (`/`) are immutable, custom actors must be named `local/`, and the default actor cannot be removed. Use `--unsafe` when adding/updating configs marked unsafe; runtime only warns when invoking unsafe actors. - `CLEVERAGENTS_TESTING_USE_MOCK_AI=true` forces the in-repo mock provider so Behave/Robot suites never hit external APIs. - The full capability matrix (streaming, tool calls, JSON mode, etc.) is documented in `docs/reference/providers.md`. +# Issue #1452: Documentation updates