2026.4.13-0.next
Added
- Continue handling: the agent now counts inference requests per turn and stops with a
max_turn_requestsstop reason when the configured limit is reached. max-turn-requestsconfig option to set the per-turn inference request limit.
2026.4.1-0.next
Declarative agent configuration
Define system instructions, tool visibility, and permission rules in a single YAML or JSON file and apply them to any session with one flag.Added
--agent-config <FILE>flag to load declarative agent configuration.- Unknown fields in agent config files are now rejected to catch typos early.
- Permission entries are validated at load time instead of silently ignoring malformed entries.
- Enterprise sandbox configuration: admins can set sandbox enforcement mode (optional/required) and configure domain allowlists/denylists via team settings.

