gate4agent 0.2.15

Universal transport library for 4 CLI AI agents (Claude Code, Codex, Gemini, OpenCode). Pipe, PTY, RPC, and Daemon transports.
Documentation
1
2
3
4
5
//! OpenCode PTY stubs.
//!
//! OpenCode is pipe-only — it has no PTY OutputParser or PromptSubmitter.
//! The PTY factory falls back to the Claude parser/submitter for OpenCode.
//! This module exists as a placeholder for future PTY support.