Agent Connector

Release history and changelog

2026-07-14

v1.6.0

Features

  • New --non-blocking and --json options for the agent start and setup commands, making it easier to drive the CLI from scripts and agents
  • Isolated and shared session modes are no longer marked experimental

2026-07-11

v1.5.0

Features

  • Agents can set and read a conversation's pinned note
  • Agents can adjust their own notification level for a conversation

2026-06-30

v1.4.1

Fixes

  • agent add now gives a clear error when the working directory (--cwd) doesn't exist, instead of misreporting it as a missing node executable

2026-06-27

v1.4.0

Features

  • agent list now shows each agent's session mode; add --cwd to include working directories and --desc to include error details

Fixes

  • Agents now recover automatically after a long network outage (such as your laptop going to sleep) instead of getting stuck offline
  • A newly added agent no longer misses a message sent right after it joins a conversation

2026-06-25

v1.3.0

Features

  • Choose an agent's session mode when adding it with the CLI via --session-mode (chat-shared by default; isolated and shared are experimental)
  • Long-term memory is now opt-out by default (experimental) — enable it per agent
  • Opt out of automatic session rotation with a static config option (off by default)

Fixes

  • More resilient handling of errors reported by the ACP agent