a73x

27c5bb05

release: v0.0.1-6 — sessions, agent surface, side channels

a73x   2026-08-16 08:20

Commit message
release: v0.0.1-6 — sessions, agent surface, side channels

Named sessions share one daemon across socket and QUIC. muxa adds status, capture, send, run and await for agents. Clipboard set, bracketed paste, titles and bells now cross native mux sessions, with old-client compatibility exercised on both transports.

Pre-release limits remain documented: an event can still be lost at the delta/event reconnect boundary, and title clearing plus strict UTF-8 boundary validation need follow-up.

build.zig
Old New
@@ -415,7 +415,7 @@ comptime {
415 415
416 pub fn build(b: *std.Build) void { 416 pub fn build(b: *std.Build) void {
417 // Single source for both binaries' --version. Bumped at tag time. 417 // Single source for both binaries' --version. Bumped at tag time.
418 const version = "0.0.1-5"; 418 const version = "0.0.1-6";
419 const version_opts = b.addOptions(); 419 const version_opts = b.addOptions();
420 version_opts.addOption([]const u8, "version", version); 420 version_opts.addOption([]const u8, "version", version);
421 421