Skip to content
Development
Agent

remote-development

- `src/main/core/ssh/` — connection management, credentials, config parsing - `src/main/core/pty/ssh2-pty.ts` - `src/main/core/fs/impl/ssh-fs.ts` - `src/main/core/terminals/impl/ssh-terminal-provider.ts` - `src/main/utils/shellEscape.ts`

From plugin
emdash
5.4k24 skills24 agents

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

- `src/main/core/ssh/` — connection management, credentials, config parsing - `src/main/core/pty/ssh2-pty.ts` - `src/main/core/fs/impl/ssh-fs.ts` - `src/main/core/terminals/impl/ssh-terminal-provider.ts` - `src/main/utils/shellEscape.ts`

Agent definition

remote-development.md

Remote Development

Main Files

  • `src/main/core/ssh/` — connection management, credentials, config parsing
  • `src/main/core/pty/ssh2-pty.ts`
  • `src/main/core/fs/impl/ssh-fs.ts`
  • `src/main/core/terminals/impl/ssh-terminal-provider.ts`
  • `src/main/utils/shellEscape.ts`

Current Model

  • remote projects are backed by SSH connections
  • remote worktrees live under `<project>/.emdash/worktrees/<task-slug>/`
  • remote PTYs stream agent shells back to the renderer

Authentication And Storage

  • SSH credentials are managed through the SSH services and OS-backed secret storage
  • host key handling is implemented under `src/main/core/ssh/`

Rules

  • treat all shell construction as security-sensitive
  • use shared SSH and shell-escaping helpers instead of ad hoc quoting
  • confirm whether a feature is local-only before assuming parity on remote projects
Ships withemdash

Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

Get the whole plugin
Stats
5,373
Stars
554
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
20h ago
Last commit
11mo ago
Created

Repo: generalaction/emdash