alpha
Login
or
Join now
compounding.tech
/
pty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pty
/
src
/
at
711d150697930f4d1d98feac1ee2e71ba3c406b3
2 folders
7 files
Nathan Herald
Prevent session nesting and add resource usage to stats
4mo ago
711d1506
testing
Add pty stats command, STATUS protocol message, and 10k scrollback
4 months ago
tui
Fix pty ls to work again
4 months ago
cli.ts
Prevent session nesting and add resource usage to stats Detect when pty run is invoked inside an existing session via PTY_SESSION env var and exec the command directly (-d bypasses). Add CPU, memory, and PID reporting to pty stats for both the child process and daemon.
4 months ago
client.ts
Prevent session nesting and add resource usage to stats Detect when pty run is invoked inside an existing session via PTY_SESSION env var and exec the command directly (-d bypasses). Add CPU, memory, and PID reporting to pty stats for both the child process and daemon.
4 months ago
keys.ts
Fix more edge cases, introduce send command
5 months ago
protocol.ts
Add pty stats command, STATUS protocol message, and 10k scrollback
4 months ago
server.ts
Prevent session nesting and add resource usage to stats Detect when pty run is invoked inside an existing session via PTY_SESSION env var and exec the command directly (-d bypasses). Add CPU, memory, and PID reporting to pty stats for both the child process and daemon.
4 months ago
sessions.ts
Restrict session directory and socket permissions Create session directory with mode 0o700 and chmod sockets to 0o600 after creation. Prevents other local users from connecting to sessions on systems where home directories are world-readable (e.g., Debian/Ubuntu with default 0o755 home dirs).
5 months ago
spawn.ts
--ephemeral to auto-cleanup after exit, rm to rm, kill now only kills
4 months ago