Skip to content

Latest commit

 

History

History
397 lines (236 loc) · 24.4 KB

File metadata and controls

397 lines (236 loc) · 24.4 KB

Changelog

1.4.0-alpha.1 (2026-05-07)

Full Changelog: v1.4.0-alpha.0...v1.4.0-alpha.1

Features

  • [REMOTE-1538] Support base model on named agents (3a54264)
  • api: api update (059f1e3)
  • Include agent UID in scheduled agent API responses (220e7b7)
  • Surface platform credits in the public API (01c55d8)

1.4.0-alpha.0 (2026-05-03)

Full Changelog: v1.3.0...v1.4.0-alpha.0

Features

  • [APP-3106] Specs: Explicit QueryMode for cloud agent run creation (f37a964)
  • [REMOTE-1481] [3/N] Add executor filter to run list API (42f4b80)
  • Add Codex as a third-party Oz harness. (2f57bf6)
  • api: api update (8c890c7)
  • api: api update (05dcaf0)
  • api: api update (55f73b5)
  • api: api update (aeb9296)
  • api: api update (178c28a)
  • api: api update (9fa808e)
  • api: api update (9e8dff6)
  • api: api update (7b62832)
  • api: api update (38bf722)
  • Apply service-account secrets at run creation (3e3fd89)
  • Extend service account API to support skills + secrets (59203c0)
  • Make conversation/session redirects public (78cc8b8)
  • Memory data model scaffolding. (c7bb9a4)
  • support setting headers via env (70285d6)

Chores

  • format: run eslint and prettier separately (b7eae5e)
  • formatter: run prettier and eslint separately (20ec5ad)
  • internal: codegen related update (e89a72d)

1.3.0 (2026-04-23)

Full Changelog: v1.2.0...v1.3.0

Features

  • Accept and persist executor on schedule and integration create/update APIs (5f9b8bc)
  • Add API support for public access on oz session link (4cb146c)
  • Add Gemini as a third-party Oz harness. (a40afa5)
  • api: api update (c8c6e74)
  • api: api update (272c460)
  • api: api update (aedca4a)
  • api: api update (b01e3a7)
  • api: api update (5f82281)
  • api: api update (b0a1504)
  • api: api update (5036b1b)
  • implement server-side cloud-to-cloud handoff for agent follow-ups (REMOTE-1290) (1134f2b)
  • Update public API and graphql to support creating multiple service accounts and API keys (1fa19c3)

Chores

  • internal: more robust bootstrap script (1c52dcf)

1.2.0 (2026-04-15)

Full Changelog: v1.1.1...v1.2.0

Features

  • Add worker_host to AgentListSource in OpenAPI spec (def7425)

1.1.1 (2026-04-14)

Full Changelog: v1.1.0-alpha.3...v1.1.1

Features

  • Add parent_run_id filter to List runs endpoint (2694f32)
  • Add system prompt to resolve-prompt for harnesses. (a95e3f2)
  • Add trigger URL to task source. (641bbb6)
  • api: api update (eff4efa)
  • api: api update (c438610)
  • api: api update (52e41eb)
  • api: api update (f678bf0)
  • api: api update (af0a45a)
  • api: api update (15e333c)
  • api: api update (e722834)
  • Inject auth secrets via ambient agent config. (2dec429)

1.1.0-alpha.3 (2026-04-09)

Full Changelog: v1.1.0-alpha.2...v1.1.0-alpha.3

Features

1.1.0-alpha.2 (2026-04-09)

Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2

Features

  • [Artifacts] public API file artifact downloads (66fea6a)
  • Add parent_run_id to retrieve/list runs API response (c1295cf)
  • api: api update (83c815d)
  • api: api update (1e3f393)
  • api: api update (277a2bd)
  • api: api update (aca8a44)
  • api: api update (d5fe6bc)
  • api: manual updates (4923772)
  • api: manual updates (9198d9d)
  • Define auth secrets and inject them into the environment. (16c66fd)
  • ian/fix_conversation_id_nameing (ee5e961)

Chores

  • internal: codegen related update (3cd87de)

1.1.0-alpha.1 (2026-04-02)

Full Changelog: v1.1.0-alpha.0...v1.1.0-alpha.1

Features

Chores

1.1.0-alpha.0 (2026-04-02)

Full Changelog: v1.0.2...v1.1.0-alpha.0

Features

  • Add harness enum to openAPI spec (36fa2f7)
  • Add VMIdleTimeoutMinutes param to API (f69cb9f)
  • Address Stainless diagnostics (0a7a253)
  • api: api update (36dd429)
  • api: api update (d9cddd6)
  • api: api update (e59522b)
  • Create run for every local conversation and add filter (64c6a1f)
  • Endpoint to upload third-party harness block snapshots (de7b4ab)
  • Fix the harness type in the openAPI spec (8b53e4a)
  • Orchestrations V2: Public API endpoints (29a9bf5)
  • Use correct branch for Stainless PRs (f79393c)

Bug Fixes

  • client: preserve URL params already embedded in path (4420fda)

Chores

  • ci: skip lint on metadata-only changes (096e999)
  • ci: skip uploading artifacts on stainless-internal branches (842b67e)
  • internal: tweak CI branches (e176700)
  • internal: update dependencies to address dependabot vulnerabilities (7d17121)
  • internal: update gitignore (71499fd)

1.0.2 (2026-03-06)

Full Changelog: v1.0.1...v1.0.2

Features

  • api: fix ScheduledAgentHistoryItem name (485083d)
  • api: fix schema version issues (bda484e)
  • api: sorting (d584cc6)

Bug Fixes

  • fix request delays for retrying to be more respectful of high requested delays (21ffbe5)

1.0.1 (2026-03-04)

Full Changelog: v1.0.0-alpha.12...v1.0.1

Features

  • api: error and error_code as types (08a0106)

1.0.0-alpha.12 (2026-03-03)

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12

Features

1.0.0-alpha.11 (2026-03-03)

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11

Features

Chores

  • docs: add missing descriptions (ba496bd)
  • internal: move stringifyQuery implementation to internal function (2a67ffa)

1.0.0-alpha.10 (2026-02-23)

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10

Features

1.0.0-alpha.9 (2026-02-23)

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

Bug Fixes

  • docs/contributing: correct pnpm link command (7de7a5b)

Chores

  • internal/client: fix form-urlencoded requests (8193077)
  • internal: avoid type checking errors with ts-reset (be80828)
  • internal: remove mock server code (7f8bc16)
  • internal: upgrade pnpm version (b8d239e)
  • update mock server docs (b6d0ab3)

1.0.0-alpha.8 (2026-02-08)

Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8

Features

1.0.0-alpha.7 (2026-02-08)

Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7

Chores

1.0.0-alpha.6 (2026-02-08)

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6

Features

  • api: modify openapi trigger (834d9e0)

1.0.0-alpha.5 (2026-02-06)

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

Features

  • api: new run source types (642de7a)

1.0.0-alpha.4 (2026-02-06)

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

Features

  • api: add computer_use_enabled param (240bfbc)

Chores

1.0.0-alpha.3 (2026-02-05)

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

Features

  • api: add schedules to runs (b467e93)
  • api: update artifacts (d3c1c08)

Bug Fixes

  • client: avoid removing abort listener too early (16356a2)

Chores

  • client: restructure abort controller binding (28b7bd9)

1.0.0-alpha.2 (2026-02-04)

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2

Features

  • api: add addnl filters to runs endpoint (b9e8309)
  • api: add models for agent skill, user profile (d7275a8)

1.0.0-alpha.1 (2026-02-02)

Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.1

Features

  • api: add artifacts, worker_host, and new source types (434a92f)
  • api: add schedules, agent list, skill-spec (67e885e)

Bug Fixes

  • client: avoid memory leak with abort signals (d92ea11)

Chores

  • ci: upgrade actions/github-script (2589365)
  • client: do not parse responses with empty content-length (4b9dd9a)

1.0.0-alpha.0 (2026-01-21)

Full Changelog: v0.3.0...v1.0.0-alpha.0

⚠ BREAKING CHANGES

  • api: catch up openapi, rename tasks -> runs

Features

  • api: catch up openapi, rename tasks -> runs (ba37afd)
  • api: created at filter in list view (7594f38)

Chores

  • break long lines in snippets into multiline (98aa96c)
  • internal: update actions/checkout version (a7cc203)
  • internal: update lock file (7bfcb75)
  • internal: upgrade babel, qs, js-yaml (6f26eb0)
  • internal: upgrade brace-expansion and @babel/helpers (d446259)

0.3.0 (2026-01-05)

Full Changelog: v0.2.0...v0.3.0

Features

  • api: fix array query parameter formatting (2d9b185)

0.2.0 (2025-12-17)

Full Changelog: v0.1.0...v0.2.0

Features

Documentation

  • add environment and config usage documentation (7314503)

0.1.0 (2025-12-15)

Full Changelog: v0.0.1...v0.1.0

Features

Chores