v1.0.8-preview.0
Pre-release
Pre-release
Feature: custom agent reasoning effort
You can now set a per-agent reasoning effort level on custom agent configurations. When omitted, the backend chooses its default; an explicit value overrides the backend default for that specific agent without affecting the parent session. (#1981)
const config: CustomAgentConfig = {
name: "my-agent",
prompt: "...",
reasoningEffort: "high",
};var config = new CustomAgentConfig {
Name = "my-agent",
Prompt = "...",
ReasoningEffort = "high",
};Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
Generated by Release Changelog Generator · 53.4 AIC · ⌖ 4.74 AIC · ⊞ 7.3K