Skip to content

Releases: agentclientprotocol/claude-agent-acp

v0.29.2

17 Apr 15:55
b2fa8fb

Choose a tag to compare

0.29.2 (2026-04-17)

Bug Fixes

v0.29.1

17 Apr 12:49
ca1fe79

Choose a tag to compare

0.29.1 (2026-04-17)

Bug Fixes

  • emit usage updates from Claude stream events (#506) (dd67450)
  • Remove dot from auto mode description (#561) (2ecfa83)
  • Update to claude-agent-sdk 0.2.112 to fix Auto bug with Opus 4.7 (#562) (079614a)

v0.29.0

16 Apr 16:00
d6a069f

Choose a tag to compare

0.29.0 (2026-04-16)

Features

  • Update to claude-agent-sdk 0.2.111 (Opus 4.7) (#557) (85cd70c)

v0.28.0

15 Apr 09:49
3c98d76

Choose a tag to compare

0.28.0 (2026-04-15)

Features

v0.27.0

13 Apr 17:05
e3b7d1b

Choose a tag to compare

0.27.0 (2026-04-13)

Features

  • allow clients to opt into receiving raw SDK messages (#527) (403a668)
  • Update to claude-agent-sdk 0.2.104 (#537) (6811943)

Bug Fixes

  • Allow auto mode after plan mode and send description for auto mode (#528) (fb9aced)
  • Better remote check for auth methods (#538) (93f58c0)
  • better shutdown logic (#543) (9fb631f)
  • exit process when ACP connection closes (#530) (5c81e99)
  • guard tool info rendering when tool_use input is undefined (#536) (d627b8c)
  • Remove backup auth check from new session (#544) (32b16c1)

v0.26.0

08 Apr 10:51
0a50143

Choose a tag to compare

0.26.0 (2026-04-08)

Features

Bug Fixes

v0.25.3

06 Apr 20:45
0111786

Choose a tag to compare

0.25.3 (2026-04-06)

Bug Fixes

  • Drop claude-agent-sdk back to 0.2.91 to fix broken import (#513) (26f3e8a)
  • Recreate resumed sessions when params change (#515) (aa82193)

v0.25.2

06 Apr 19:50
769255c

Choose a tag to compare

0.25.2 (2026-04-06)

Bug Fixes

  • prioritize ANTHROPIC_MODEL env var over settings.model in model … (#505) (bea1a40)

v0.25.1

06 Apr 07:01
0990a8e

Choose a tag to compare

0.25.1 (2026-04-06)

Bug Fixes

  • add auto to valid modes in applySessionMode to fix mode cycling (#507) (15e91fb)

v0.25.0

03 Apr 10:50
f422c7c

Choose a tag to compare

0.25.0 (2026-04-03)

Features

  • Add auto permission mode support (#501) (a161453)
  • Add separate Claude and Console terminal logins (#502) (063cd35)
  • Update to claude-agent-sdk 0.2.91 (#500) (65a2230)

Bug Fixes

  • log warnings for malformed settings files instead of silent fallback (#486) (ae6c388)
  • prevent race conditions in SettingsManager setCwd and debounce (#485) (7506223)
  • use current model's context window for usage_update size (#412) (d07799d)