feat(FN-3705): gate research tools behind experimental flag
This merge introduces two major themes. First, research tools in both the engine and CLI are now gated behind an experimental flag, using a shared helper from core — the research tools are documented as experimental and the dashboard settings reference is updated. Second, the testing suite receives Fusion-Task-Id: FN-3705
This commit is contained in:
@@ -35,7 +35,7 @@ Research is **not** a replacement for reading source code or local docs — use
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Research requires provider configuration before runs can execute. If setup is incomplete, the dashboard shows a setup prompt and CLI/agent tools return actionable error codes.
|
||||
Research requires both the experimental flag and provider configuration before runs can execute. If setup is incomplete, the dashboard shows a setup prompt and CLI/agent tools return actionable error codes.
|
||||
|
||||
### 1. Enable the feature flag
|
||||
|
||||
@@ -49,7 +49,7 @@ The Research view is gated behind an experimental feature flag. Set in global se
|
||||
}
|
||||
```
|
||||
|
||||
This also reveals the **Research Defaults** and **Research** settings sections in the dashboard Settings modal.
|
||||
This also reveals the **Research Defaults** and **Research** settings sections in the dashboard Settings modal, and enables agent/CLI research tools (`fn_research_*`).
|
||||
|
||||
### 2. Configure a web search provider
|
||||
|
||||
|
||||
Reference in New Issue
Block a user