Skip to content

Releases: XMethues/clawchat-plugin-connect

ClawChat Connect v0.1.0-beta.7

Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Aug 05:54

[0.1.0-beta.7] - 2026-08-06

Changed

  • Kept Connect Client event history and embedded Subagent projections bounded, with explicit snapshot recovery when an event cursor expires.
  • Added automatic legacy transcript deduplication and safe SQLite page reclamation for existing installations.

Fixed

  • Kept Connect running when Codex, OpenCode, or WorkBuddy is unavailable without repeatedly probing the failed Runtime Adapter.
  • Isolated unavailable Agent Bindings from healthy Bindings, Connect Client startup, and Liveware exposure startup.
  • Prevented repeated inherited Subagent activity trees and oversized Client events from amplifying the state database.

ClawChat Connect v0.1.0-beta.6

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:49

[0.1.0-beta.6] - 2026-08-05

Changed

  • Removed standalone Playwright browser QA from local and GitHub Actions checks because the Connect Client is operated through its Liveware surface.
  • Kept deterministic generation, formatting, type, unit, release-bundle, and build checks in the default validation path.

ClawChat Connect v0.1.0-beta.5

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:35

[0.1.0-beta.5] - 2026-08-05

Changed

  • Upgraded OpenCode compatibility to 1.18.13 and restored native Project and Session discovery across Project-scoped Runtime Threads.
  • Started activated Agent Bindings sequentially so one installation can establish multiple Runtime connections more reliably.
  • Made the new-Session model selector show the effective default model directly and reduced the jump-to-latest control to its arrow icon.

Fixed

  • Preserved OpenCode Session continuity when switching Projects and Sessions instead of replaying the wrong Runtime Thread.
  • Reconciled ClawChat and Liveware user messages with Runtime history without rendering duplicate transcript entries.

ClawChat Connect v0.1.0-beta.4

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 08:01

[0.1.0-beta.4] - 2026-08-05

Changed

  • Reorganized source modules into account, Agent, ClawChat, persistence, Project, Runtime, and Service boundaries while preserving the public package interface.
  • Split WebSocket and WorkBuddy transports, persistence schema and codecs, and Connect Client HTTP and asset handling out of their former large modules.
  • Removed stale design QA and beta-build scratch documents together with unused development dependencies.

Removed

  • Removed the standalone security policy and bundled third-party notice files from the repository, npm package, installers, and release archives.

ClawChat Connect v0.1.0-beta.3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:03

[0.1.0-beta.3] - 2026-08-05

Fixed

  • Kept the POSIX installer execution test on POSIX runners while retaining cross-platform source-contract coverage in the Windows release smoke job.

ClawChat Connect v0.1.0-alpha.33

Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:28

[0.1.0-alpha.33] - 2026-08-03

Changed

  • Limited the tag-triggered GitHub workflow to deterministic code checks and cross-platform packaging; installed WorkBuddy, ClawChat, Liveware UI, and real Runtime qualification remain local pre-release checks.

Fixed

  • Stabilized the group command routing regression test on slower hosted runners by waiting for its asynchronous replies within a bounded two-second deadline.

ClawChat Connect v0.1.0-alpha.30

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:03

[0.1.0-alpha.30] - 2026-08-02

Fixed

  • Ensured the Windows installer preflight CI exits successfully after verifying its expected staged Skill failure.

ClawChat Connect v0.1.0-alpha.29

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:00

[0.1.0-alpha.29] - 2026-08-02

Fixed

  • Moved the new-Session form outside the AppShell mobile navigation dialog so the drawer closes cleanly and releases pointer interaction before the composer becomes active.
  • Corrected the Windows installer preflight fixture so its mocked release archive cannot be shadowed by installer-local PowerShell variables.

ClawChat Connect v0.1.0-alpha.26

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:22

[0.1.0-alpha.26] - 2026-08-02

Added

  • Added Runtime-native Skill and command discovery to the Connect Client composer, with Astryx tokenized selection and transcript rendering.
  • Added a visible Session turn queue with optimistic submission feedback plus delete and withdraw-to-edit controls.

Changed

  • Upgraded the Connect Client to Astryx 0.2 and composed navigation, chat, queue, attachment, and progress states from Astryx primitives.
  • Separated the Conversation surface from Artifact tabs so Session navigation and workspace content keep independent identities.

Fixed

  • Accepted queued Client turns without waiting for the active Agent output, restored the composer automatically after completion, and made queue edits update immediately.
  • Preserved authored /skill messages and token highlighting across Runtime history reconciliation and hard refresh without duplicate transcript entries.
  • Constrained the Skill Typeahead to the composer and made collapsed SideNav render a clean rail without clipped TreeList content.
  • Removed duplicate Session title/tab presentation and stabilized text-only submission status copy.

ClawChat Connect v0.1.0-alpha.25

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:06

[0.1.0-alpha.25] - 2026-07-31

Added

  • Added Session-scoped Artifact tabs to Liveware for Markdown, text, source code, diffs, images, PDFs, CSV/TSV, SVG, and sandboxed HTML, with responsive desktop and mobile navigation.

Fixed

  • Delivered safe Runtime-generated local images through ClawChat media uploads and preserved their structured image media in Client transcripts.