Skip to content

v1.0.8-preview.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:44
1f5516e

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.allowed list 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