Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2107bcb
Rewrite amux backend in Rust
lawrencecchen Apr 6, 2026
4fba953
Fix Rust daemon event semantics and verification
lawrencecchen Apr 6, 2026
997876a
Fix Ghostty build drift on macOS and iOS
lawrencecchen Apr 6, 2026
2be1639
Fix amux backend compat and review gaps
lawrencecchen Apr 6, 2026
a72c88e
Fix cross-platform termios ioctls for session CLI
lawrencecchen Apr 6, 2026
fd12865
Fix remote daemon release asset CI
lawrencecchen Apr 6, 2026
0b73637
Fix compat and cross-target daemon builds
lawrencecchen Apr 6, 2026
246a668
Bundle Ghostty CLI helper in Xcode builds
lawrencecchen Apr 6, 2026
ef6c6ea
ci: skip Ghostty helper zig build on macOS workflows
lawrencecchen Apr 6, 2026
6b67bc3
fix: close remaining Rust daemon compat gaps
lawrencecchen Apr 6, 2026
90b5984
test: run remote compat suite against Rust daemon
lawrencecchen Apr 6, 2026
3edf1a7
build: link the Rust daemon against the right C++ runtime
lawrencecchen Apr 6, 2026
95c6190
fix: restore websocket startup and session guards
lawrencecchen Apr 6, 2026
c7ab5d3
fix: detach failed Go CLI attachments
lawrencecchen Apr 6, 2026
2f46fec
test: serialize websocket compat coverage
lawrencecchen Apr 6, 2026
aa6625c
test: report daemon exits in compat failures
lawrencecchen Apr 6, 2026
d283fcc
ci: run remote daemon tests without cgo
lawrencecchen Apr 6, 2026
05c65a3
debug: trace remote daemon stream failures
lawrencecchen Apr 6, 2026
a38314f
fix: keep ghostty vt stream bound to its terminal
lawrencecchen Apr 6, 2026
d5d6e45
test: run ghostty shim coverage in CI
lawrencecchen Apr 6, 2026
3afd9aa
ci: prepare ghostty shim for tests
lawrencecchen Apr 6, 2026
39d190a
app: default local daemon to rust
lawrencecchen Apr 6, 2026
6f5b2a2
Move local PTY path to direct Rust daemon bridge
lawrencecchen Apr 7, 2026
d23cbc5
Tighten PTY migration verification plan
lawrencecchen Apr 7, 2026
8603339
Add tmux parity and PTY bridge regressions
lawrencecchen Apr 7, 2026
36abf35
Fix CI artifact env paths
lawrencecchen Apr 7, 2026
241b097
Install zig for PTY bridge CI smoke
lawrencecchen Apr 7, 2026
8c95d73
test: stabilize Linux PTY parity regressions
lawrencecchen Apr 7, 2026
253014f
test: preserve TUI size across reattach coverage
lawrencecchen Apr 7, 2026
8f32c7c
fix Linux session attach resize parity
lawrencecchen Apr 7, 2026
c136b53
fix Linux PTY parity regressions
lawrencecchen Apr 7, 2026
dbe90cb
stabilize attach CLI exit coverage
lawrencecchen Apr 7, 2026
1f44572
fix Linux PTY test polling
lawrencecchen Apr 7, 2026
4431bd4
force WINCH after pane resize
lawrencecchen Apr 7, 2026
d083f7e
signal PTY foreground group on resize
lawrencecchen Apr 7, 2026
80815ac
wait for TUI repaint before reattach
lawrencecchen Apr 7, 2026
99a3593
use raw python fixture for tui resize tests
lawrencecchen Apr 7, 2026
0c7092a
Add cmux pty vs tmux parity regression in CI
lawrencecchen Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions daemon/remote/rust/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
MACOSX_DEPLOYMENT_TARGET = "11.0"
4 changes: 4 additions & 0 deletions daemon/remote/rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target/
/ghostty-shim/.zig-cache/
/ghostty-shim/ghostty
/vendor/
Loading
Loading