Skip to content

Releases: chadbyte/clay

v2.31.0-beta.1

17 Apr 05:52

Choose a tag to compare

v2.31.0-beta.1 Pre-release
Pre-release

2.31.0-beta.1 (2026-04-17)

Bug Fixes

  • browser: use extension WebSocket for tab context requests (19b909e)
  • email: resolve MCP tool account lookup for per-session context (9aaa7fd)
  • email: resolve userId dynamically in MCP tool deps (e2cd5dc)
  • ui: prevent notification banner title overflow (04e65e2)

Features

  • email: add clay_move_email tool for folder/label management (26e8d84)
  • email: add email integration with IMAP/SMTP and SDK tools (e80dde8)
  • file-browser: add distinct panel styling, transitions, and drag-to-input (2147c48)
  • sdk: upgrade to 0.2.112, implement P1 items (ea72066)
  • ui: add mate sidebar resize handle and sync widths (ce9f2c8)

v2.30.0

16 Apr 04:07

Choose a tag to compare

2.30.0 (2026-04-16)

Bug Fixes

  • dm: allow DM and mate chat in single-user mode (75c34e6)
  • projects: pass IGNORED_DIRS and onCreateWorktree to attachSessions (3aaa062)

Features

  • ui: allow icon change for worktree projects in icon strip (46a8f00)

v2.30.0-beta.2

16 Apr 02:38

Choose a tag to compare

v2.30.0-beta.2 Pre-release
Pre-release

2.30.0-beta.2 (2026-04-16)

Bug Fixes

  • projects: pass IGNORED_DIRS and onCreateWorktree to attachSessions (3aaa062)

v2.30.0-beta.1

16 Apr 02:28

Choose a tag to compare

v2.30.0-beta.1 Pre-release
Pre-release

2.30.0-beta.1 (2026-04-16)

Features

  • ui: allow icon change for worktree projects in icon strip (46a8f00)

v2.29.6-beta.1

16 Apr 02:24

Choose a tag to compare

v2.29.6-beta.1 Pre-release
Pre-release

2.29.6-beta.1 (2026-04-16)

Bug Fixes

  • dm: allow DM and mate chat in single-user mode (75c34e6)

v2.29.5

16 Apr 02:21

Choose a tag to compare

2.29.5 (2026-04-16)

Bug Fixes

  • mcp: queue extension messages until WS is ready and clean up on disconnect (f150f78), closes hi#latency
  • ui: show all mates in strip for single-user mode (71c5978)

Performance Improvements

  • ui: add fingerprint guard to renderUserStrip (808bf65)

v2.29.5-beta.3

16 Apr 02:20

Choose a tag to compare

v2.29.5-beta.3 Pre-release
Pre-release

2.29.5-beta.3 (2026-04-16)

Bug Fixes

  • ui: show all mates in strip for single-user mode (71c5978)

v2.29.5-beta.2

16 Apr 01:55

Choose a tag to compare

v2.29.5-beta.2 Pre-release
Pre-release

2.29.5-beta.2 (2026-04-16)

Performance Improvements

  • ui: add fingerprint guard to renderUserStrip (808bf65)

v2.29.5-beta.1

16 Apr 01:51

Choose a tag to compare

v2.29.5-beta.1 Pre-release
Pre-release

2.29.5-beta.1 (2026-04-16)

Bug Fixes

  • mcp: queue extension messages until WS is ready and clean up on disconnect (f150f78), closes hi#latency

v2.29.4

16 Apr 01:30

Choose a tag to compare

2.29.4 (2026-04-16)

Bug Fixes

  • terminal: dispose WebGL addon before xterm to prevent _isDisposed error (811a95c)
  • ui: clear stale connected/processing dots from inactive project icons (32e8215)

Performance Improvements

  • ui: skip redundant re-renders in updateProjectList (435f1f9)

Reverts

  • ui: remove icon strip DOM rebuild optimization and stale dot clearing (c60a5a9)