a73x

b1abaa34

release: v0.0.1-10 — ssh password prompts survive a first attach

a73x   2026-08-19 05:03

Commit message
release: v0.0.1-10 — ssh password prompts survive a first attach

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

build.zig
Old New
@@ -425,7 +425,7 @@ comptime {
425 425
426 pub fn build(b: *std.Build) void { 426 pub fn build(b: *std.Build) void {
427 // Single source for both binaries' --version. Bumped at tag time. 427 // Single source for both binaries' --version. Bumped at tag time.
428 const version = "0.0.1-9"; 428 const version = "0.0.1-10";
429 const version_opts = b.addOptions(); 429 const version_opts = b.addOptions();
430 version_opts.addOption([]const u8, "version", version); 430 version_opts.addOption([]const u8, "version", version);
431 431