0.11.0 (2026-04-02)
Full Changelog: v0.10.0...v0.11.0
Features
- [backend/api] add backend search for group members (0eb24b8)
- api: add acknowledge_token param to environments.start method (19ce45f)
- api: add agent_message parameter to agents.send_to_execution (f7b21f6)
- api: add automations resource with workflows/executions/actions (7cdce62)
- api: add bpf_debug_level field to KernelControlsConfig (d0cf7a4)
- api: add claims_expression parameter to sso_configurations create and update (d484eb4)
- api: add conversation_sharing_policy field to agent_policy (9b72125)
- api: add credential_proxy field to environment_spec Secret (d8b5e78)
- api: add custom security agents to organizations policies (dd01263)
- api: add desired_size field to WarmPoolStatus (3c0ca3c)
- api: add disabled parameter to automations update method (79b5f69)
- api: add environment field to WakeEventParam (ff7eab3)
- api: add exclude_prompt_content parameter to agents list_prompts method (1b78cec)
- api: add exclude_team_ids parameter to organization list members (9e0a178)
- api: add filter parameter to groups list method (c21fcff)
- api: add has_failed_execution_since filter parameter to automation list method (1f306a1)
- api: add lockdown_at field to environment status (6317ac9)
- api: add loop_conditions to agent execution, loop_retrigger to wake event, make timer optional (e67d5fe)
- api: add managed_metrics_enabled field to metrics configuration (b390afb)
- api: add max_subagents_per_environment field to organizations agent policy (bce5c4d)
- api: add min_size/max_size parameters to prebuilds warm pool methods (aeba614)
- api: add notification resource type (e5a82b6)
- api: add organization_tier field to identity get_authenticated_identity response (fb627da)
- api: add read_only field to PersonalAccessToken proto messages (5b99de2)
- api: add Report boolean/float/integer/string schema types (467c68f)
- api: add resource_ids to role assignments, restructure executable deny list in policies (b30fc23)
- api: add RESOURCE_ROLE_AGENT_EXECUTION_VIEWER to ResourceRole enum (88048fd)
- api: add RESOURCE_ROLE_ORG_AUDIT_LOG_READER to ResourceRole enum (55549e9)
- api: add resource_type_filters parameter to events watch method (141bcd4)
- api: add role and sender_execution_id fields to agent messages (8cbc1ca)
- api: add RUNNER_CAPABILITY_ASG_WARM_POOL to RunnerCapability type (28f6118)
- api: add RUNNER_CAPABILITY_WARM_POOL to runner_capability (b058adf)
- api: add search parameter to agent list prompts filter (9b809fa)
- api: add SESSION_ADMIN and SESSION_USER roles to ResourceRole (1fa7909)
- api: add session_id parameter to agents start_execution, environments create (50cf2eb)
- api: add session_id parameter to environments.create_from_project (3c95ecc)
- api: add session_ids filter to agents/environments list methods (bbf9719)
- api: add snapshot_size_bytes field to PrebuildStatus (c0764ca)
- api: add SONNET_4_6 model variants to agent_execution Status (e87f54b)
- api: add sort option to ListAuditLogs (19af3c6)
- api: add sort parameter to projects list, SortOrder/SortParam types (fada768)
- api: add SUPPORTED_MODEL_HAIKU_4_5 to agent_execution Status enum (85c063b)
- api: add team admin and viewer roles to ResourceRole (85b0437)
- api: add terminal field to RunsOn (63ac31a)
- api: add time range filters to event list method (c89b37e)
- api: add update_window field to runner configuration (97caa20)
- api: add wake_event parameter to agents send_to_execution method (893e4b3)
- api: add warm pool methods to prebuilds (68b693f)
- api: remove acknowledge_token parameter from environments.start (340b6f2)
- backend/api,dashboard: add server-side
recentlyCompletedsort forListWorkflows(2d1ab67) - internal: implement indices array format for query and form serialization (0829d27)
- types: add CountResponseRelation enum type (c5c6a3a)
Bug Fixes
- api: rename executable_deny_list to veto_exec_policy in policies update (8e6e434)
- deps: bump minimum typing-extensions version (b542172)
- pydantic: do not pass
by_aliasunless set (f686038) - sanitize endpoint path params (89ccb9f)
- types: remove AGENT_EXECUTION values from Principal and ResourceRole enums (36adf59)
Chores
- ci: skip lint on metadata-only changes (f958013)
- ci: skip uploading artifacts on stainless-internal branches (6955303)
- docs: add missing descriptions (c10fa2e)
- internal: add request options to SSE classes (17c6632)
- internal: make
test_proxy_environment_variablesmore resilient (b5ee95d) - internal: make
test_proxy_environment_variablesmore resilient to env (2520d14) - internal: move CountResponseRelation type to shared module (641a91c)
- internal: regenerate SDK with no functional changes (29406ce)
- internal: regenerate SDK with no functional changes (22a7994)
- internal: regenerate SDK with no functional changes (db63d58)
- internal: regenerate SDK with no functional changes (d2529cf)
- internal: regenerate SDK with no functional changes (ca2f283)
- internal: remove mock server code (3c5deb3)
- internal: tweak CI branches (a7682f4)
- internal: update gitignore (43b2843)
- internal: update jsonl tests (6d2b499)
- test: update skip reason message (49175f9)
- update mock server docs (cef4896)
Documentation
- api: add validation examples to timeout fields in policies/environments (8ae9d6c)
- api: update annotations parameter examples in agents (83d8cd3)
- api: update filter descriptions in groups role_assignment_list_params (daf1ad5)
- api: update min_size parameter docs in prebuilds warm pool methods (ffe05fc)