Skip to content
gpty v0.3.1

gpty v0.3.1

August 12, 2026

Fourth release — stability, Windows support, and concept management. Minor release - exploring concept management and extensibility. Added some basic QoL features and tested out the Windows build. I don’t own a Mac so I’ll have to rely on the community (if anyone ever finds this piece of software that is).

Screenshot

Windows support fixed. The v0.3.0 Windows build failed because the IPC server assumed Unix socket semantics. Named pipes now serve per-connection instances, and a Windows compile job in CI prevents platform-specific breakage from ever reaching tag time again.

Concept engine reliability. Concepts register correctly at startup (previously a race silently dropped them), UntilStop capture triggers from real PTY output, capture-only concepts with empty commands work, and concept toggles apply correctly.

Concept management from anywhere. gpty concept list and gpty concept toggle control concept automations from the CLI, and the matching concept-list / concept-toggle MCP tools expose them to AI agents.

Terminal copy/paste. Ctrl+Shift+V paste and Ctrl+Shift+C copy work in terminals again — the code viewer spawn shortcut moved to Ctrl+Shift+C.

Release