Skip to content

Feat/remote sessions - #31

Merged
Frayo44 merged 6 commits into
mainfrom
feat/remote-sessions
Mar 7, 2026
Merged

Feat/remote sessions#31
Frayo44 merged 6 commits into
mainfrom
feat/remote-sessions

Conversation

@Frayo44

@Frayo44 Frayo44 commented Mar 7, 2026

Copy link
Copy Markdown
Owner

No description provided.

Frayo44 added 6 commits March 7, 2026 16:43
- Add RemoteConfig to config.ts for storing remote host settings
- Add RemoteSession type extending Session with remote metadata
- Create SSHRunner class for executing av commands on remote hosts
- Create RemoteManager for coordinating multiple remote hosts
- Integrate remote sessions into TUI (home screen, settings dialog)
- Add DialogInput component for remote configuration UI
- Add create() method to SSHRunner for creating sessions via SSH
- Add createSession() to RemoteManager
- Add remote.create() and getRemoteNames() to sync context
- Create DialogNewRemote component with step-by-step flow
- Add Shift+N keybind to open new remote session dialog
- Shift+N opens step-by-step remote session creation dialog
- Pre-fills fields with last used values from previous session
- Ctrl+L sessions dialog includes remote sessions with attach/delete/restart
- Ctrl+L works after detaching from remote (checks signal file via SSH)
- Recents (o key) now supports remote sessions
- Session panel width expands for remote session titles
- Remove legacy remotes config from settings (simplified UX)
- Use large dialog size for sessions and remote dialogs
- checkAvailable() now checks both configured path and ~/.agent-view/bin/av
- Returns the found path so dialog can use it automatically
- Only prompts to install if av not found at either location
- Block R (rename), m (move), F (fork dialog), y (quick confirm) for remote sessions
- Add confirmation dialog for local session deletion (without worktree)
- Add SSH module tests for SSHRunner and isRemoteSession type guard
@Frayo44
Frayo44 force-pushed the feat/remote-sessions branch from f031fd1 to 28db988 Compare March 7, 2026 14:43
@Frayo44
Frayo44 merged commit 7bf9205 into main Mar 7, 2026
1 check passed
@huang-hf

huang-hf commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

I need this exactly(I'm already in the development stage in my local)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants