Skip to content

v1.37.0

Choose a tag to compare

@agentconnect-release agentconnect-release released this 06 Aug 23:56
· 18 commits to release since this release
a361f2b

1.37.0 (2026-08-06)

Features

  • cp: destroy an organization's transit key when it is deleted (#731) (6699e0b)
  • cp: per-org secret encryption (scope the SecretCipher seam) (#722) (26520ee)
  • web: cut the settings visibility cards down to one line per row (#723) (2fdb549)

Bug Fixes

  • oss: use bare localhost for local services (#719) (78d97a2)
  • protocol: keep the slack-app-manifest subpath bundler-resolvable (#726) (90324f3)
  • web: adapt getting-started checklist to local-mode deployments (#729) (48e571f)
  • web: consolidate session access notifications (#735) (1d77928)
  • web: drop magenta from agent transcript bubble tones (#728) (d8d651b)
  • web: drop the session-access audience column, it restated the switch (#734) (ea940eb)
  • web: drop the stale SessionAccessNotice reference (#740) (1c816f3), closes #738 #735 #735
  • web: keep the session-access detail reachable without a mouse (#724) (962de32)
  • web: stop reporting an unverifiable conversation as invisible (#738) (08e2cce)
  • web: widen a session rail whose seeded agent filter collapsed (#733) (549a705)

Internal

  • cp: retire the pre-scoping decrypt arm and harden the pass-through (#742) (a361f2b)
  • daemon: retire the orchestration tools from the agent tool surface (#732) (09d7613)
  • setup: rename tenant admin to setup server (#725) (7c3b27b)
  • web: stop tracking the generated next-env.d.ts (#727) (f49cc98)
  • write NUL key separators as escapes instead of raw bytes (#741) (c306290), closes #735