Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5d9c252
docs: add remote ssh and tmux design spec
randomradio Mar 27, 2026
b6a6798
docs: add detailed remote ssh tmux implementation plan
randomradio Mar 27, 2026
be05264
chore: ignore local worktrees directory
randomradio Mar 28, 2026
98e558a
feat: add remote endpoint domain and settings schema
randomradio Mar 28, 2026
ef9e157
feat: add keychain client and ssh command primitives
randomradio Mar 28, 2026
f77947b
feat: add remote ssh execution and tmux clients
randomradio Mar 28, 2026
68a936a
fix: unblock remote branch build on xcode 26
randomradio Mar 28, 2026
00f65dd
fix: update tca lockfile for xcode 26 compatibility
randomradio Mar 28, 2026
ae4f7e3
feat: route git worktree operations through endpoint-aware execution
randomradio Mar 28, 2026
32cded8
fix: route repository settings git queries through endpoint context
randomradio Mar 28, 2026
f2fa8e9
fix: harden remote create preflight and endpoint deduping
randomradio Mar 28, 2026
bbdc26a
fix: avoid repository load collisions for duplicate endpoint paths
randomradio Mar 28, 2026
f69f02e
fix: preserve endpoint variants during repository removal
randomradio Mar 29, 2026
11052e9
feat: add host-first remote repository onboarding flow
randomradio Mar 29, 2026
6d3dfe1
fix: harden remote connect submission and browse concurrency
randomradio Mar 29, 2026
09e62c6
feat: add ssh host profile management in settings
randomradio Mar 29, 2026
6e2dd06
feat: add always-on remote tmux session picker flow
randomradio Mar 29, 2026
5bf057c
feat: unify add actions under plus menu
randomradio Mar 29, 2026
5b17d41
fix: make add menu clearly visible in sidebar footer
randomradio Mar 29, 2026
8738453
Fix remote SSH password auth flow
randomradio Mar 29, 2026
50a3b43
Fix remote SSH password reuse
randomradio Mar 29, 2026
cb9a2c8
Merge remote-tracking branch 'origin/main'
randomradio Mar 29, 2026
fbbbc41
Merge branch 'feature/remote-ssh-tmux' into main
randomradio Mar 29, 2026
daeac21
fix: bootstrap password SSH control master for remote commands
randomradio Mar 29, 2026
37ae108
fix: shorten ssh control socket path for macOS
randomradio Mar 29, 2026
d3b850e
fix: wire remote tmux picker actions to terminal commands
randomradio Mar 29, 2026
9bca2e2
Fix remote duplicate-path crash when loading repositories
randomradio Mar 30, 2026
5c7ffcb
Allow duplicate remote path entries to load without conflict
randomradio Mar 30, 2026
78bc720
Run remote tmux attach via native SSH and show remote profile in sett…
randomradio Mar 30, 2026
bf14c44
Reuse attached tmux session on remote reselection
randomradio Mar 30, 2026
c52f6be
Fix repository settings test initializer
randomradio Mar 30, 2026
480e04e
Fix canvas focus and scrollback regressions
randomradio Mar 30, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ Resources/terminfo
.env
build/
.DS_Store
.worktrees/
Loading