0.13.0 (2026-04-02)
Full Changelog: v0.12.0...v0.13.0
Features
- [backend/api] add backend search for group members (49c3d91)
- api: add acknowledge_token parameter to environment start method (ac70010)
- api: add agent_message parameter to agents.send_to_execution (3621415)
- api: add AgentExecutionViewer to ResourceRole enum (710fa8b)
- api: add ASG warm pool capability to runner (eb8feed)
- api: add automations API, move sort types to shared (f504dd5)
- api: add claims_expression field to organization SSO configuration (1667cf8)
- api: add conversation_sharing_policy to agent policy (15724f3)
- api: add credential_proxy field to environment secrets (825707d)
- api: add desired_size field to WarmPoolStatus (5bda4f8)
- api: add disabled parameter to automation update method (dce6505)
- api: add environment field to agent wake events (2f676cf)
- api: add exclude_prompt_content parameter to agent list prompts (f2cf0ac)
- api: add exclude_team_ids parameter to organization list members (b5e305e)
- api: add filter parameter to groups list method (14b0c2a)
- api: add has_failed_execution_since filter to automation list (5a78576)
- api: add lockdown_at field to environment status (34081af)
- api: add loop conditions/retrigger to agent spec and wake event (adcf2de)
- api: add ManagedMetricsEnabled field to MetricsConfiguration (1821753)
- api: add max_subagents_per_environment field to agent policy (f418eb8)
- api: add min_size and max_size fields to prebuild warm pools (dead742)
- api: add notification resource type (00bd054)
- api: add organization_tier field to identity response (501a8eb)
- api: add read_only field to PersonalAccessToken proto messages (b9e5956)
- api: add resource type filtering to events watch (32e133c)
- api: add resource_ids to group filters, remove action from veto/policy types (dca7e89)
- api: add search parameter to agent list prompts method (d8da94a)
- api: add session_id parameter to agent/environment methods (9e1bb27)
- api: add session_ids filter to agent/environment list methods (e2a1abf)
- api: add SessionAdmin and SessionUser to ResourceRole enum (247ec3a)
- api: add sessionId parameter to environment.NewFromProject method (cff411c)
- api: add snapshotSizeBytes field to PrebuildStatus (0501ee3)
- api: add Sonnet 4.6 model variants to agent supported models (2d13268)
- api: add sort option to ListAuditLogs (98822e2)
- api: add sort parameter to projects list, refactor organization sort types (08c907a)
- api: add SUPPORTED_MODEL_HAIKU_4_5 to AgentExecutionStatusSupportedModel (14ca472)
- api: add terminal field to RunsOn model (b5134ce)
- api: add time range filters to event list method (7407251)
- api: add update_window field and UpdateWindow type to runner (829d303)
- api: add WakeEvent parameter to agent send_to_execution method (209477e)
- api: add warm pool methods to prebuilds (baab482)
- backend/api,dashboard: add server-side
recentlyCompletedsort forListWorkflows(77e6c2e) - internal: support comma format in multipart form encoding (038baa4)
- types: add ResourceRoleOrgAuditLogReader to ResourceRole enum (c171119)
- types: add team_admin and team_viewer values to ResourceRole (52c94f0)
- types: add warm pool capability to RunnerCapability enum (ddd43e4)
Bug Fixes
- allow canceling a request while it is waiting to retry (ec8099b)
- api: remove acknowledgeToken parameter from environment start method (9f314d6)
- api: rename ExecutableDenyList to VetoExecPolicy in organization policies (59d7ce5)
- fix request delays for retrying to be more respectful of high requested delays (86e683a)
- internal: skip tests that depend on mock server (0af24f8)
- prevent duplicate ? in query params (1e72155)
- types: generate shared enum types that are not referenced by other schemas (1288811)
- types: remove AgentExecution enum values from Principal and ResourceRole (46a315a)
Chores
- ci: add build step (b3fc37a)
- ci: skip lint on metadata-only changes (f288dca)
- ci: skip uploading artifacts on stainless-internal branches (b938324)
- ci: support opting out of skipping builds on metadata-only commits (e86d9b7)
- docs: add missing descriptions (aff93a2)
- internal: minor cleanup (457e4e5)
- internal: move custom custom
jsontags toapi(4b6a3a9) - internal: regenerate SDK with no functional changes (a878cc7)
- internal: regenerate SDK with no functional changes (4c85fa6)
- internal: regenerate SDK with no functional changes (b6ed717)
- internal: regenerate SDK with no functional changes (c67ca16)
- internal: regenerate SDK with no functional changes (8b0c202)
- internal: remove mock server code (48be3e9)
- internal: tweak CI branches (2793802)
- internal: update gitignore (cf1eb98)
- internal: use explicit returns (2ac60b9)
- internal: use explicit returns in more places (607cf23)
- remove unnecessary error check for url parsing (ffe759b)
- update mock server docs (8e5bad9)
Documentation
- api: add validation constraints to timeout fields in environment and policy (ba57b2a)
- api: update annotations examples in agent start execution (886895c)
- api: update MinSize validation constraints in prebuild warm pool (ae8c301)
- api: update resource filter descriptions in group role assignment list (75c864c)