Compare commits

...

1 Commits

Author SHA1 Message Date
freemo a4718c54f1 fix(v3.7.0): resolve issue #1452
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 18s
CI / build (pull_request) Successful in 15s
CI / helm (pull_request) Successful in 22s
CI / security (pull_request) Failing after 54s
CI / typecheck (pull_request) Failing after 1m1s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 1m57s
CI / docker (pull_request) Has been skipped
CI / quality (pull_request) Successful in 4m15s
CI / e2e_tests (pull_request) Failing after 15m53s
CI / integration_tests (pull_request) Failing after 21m0s
CI / status-check (pull_request) Failing after 1s
2026-04-02 19:53:17 +00:00
+1
View File
@@ -159,3 +159,4 @@ Set `CLEVERAGENTS_DEFAULT_PROVIDER` to pin the global provider (for example `exp
- Built-in actors (`<provider>/<model>`) are immutable, custom actors must be named `local/<id>`, 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