Module terminals

Module terminals 

Source
Expand description

§Terminals RPC Service

§⚠️ Placeholder Module

This module is planned for future implementation and will provide:

  • Terminal emulation services for Cocoon extension host
  • Pseudo-terminal (PTY) management
  • Terminal input/output streaming
  • Shell integration and command execution

§Feature Gate

This module is enabled with the terminals feature:

[features]
terminals = []

§Planned API

  • TerminalService: Main service struct for terminal operations
  • PTY spawning and configuration
  • Terminal data stream handling
  • Shell detection and integration

TODO: Implement terminal emulation RPC services

Structs§

TerminalService
TerminalService - Stub implementation for terminal emulation RPC services