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
7d41f52f74b47b9ab7a577a68939815ecb6e628a
2 folders
7 files
Nathan Herald
Fix pty ls to work again
3mo ago
7d41f52f
testing
Add pty stats command, STATUS protocol message, and 10k scrollback
3 months ago
tui
Fix pty ls to work again
3 months ago
cli.ts
Fix pty ls to work again
3 months ago
client.ts
Add pty stats command, STATUS protocol message, and 10k scrollback
3 months ago
keys.ts
Fix more edge cases, introduce send command
4 months ago
protocol.ts
Add pty stats command, STATUS protocol message, and 10k scrollback
3 months ago
server.ts
Make stats not count the stat counter; skip codex for now
3 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).
3 months ago
spawn.ts
Fix CLI for npm global install — build src/ to dist/ with tsc Node refuses to run .ts files from node_modules/. The CLI and daemon now run from dist/ (compiled by tsc). Tests and exports updated to use dist/ for subprocess spawning. npm run build is now required before using the CLI locally.
3 months ago