Feat/remote sessions - #31
Merged
Merged
Conversation
- 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
force-pushed
the
feat/remote-sessions
branch
from
March 7, 2026 14:43
f031fd1 to
28db988
Compare
Contributor
|
I need this exactly(I'm already in the development stage in my local) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.