supercode-frontend-tui 0.4.8

Attachable terminal frontend primitives for Supercode SDK runtimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Attachable terminal frontend primitives for SDK-owned Supercode runtimes.
//!
//! This crate contains terminal layout, input, and lifecycle mechanics only.
//! Session continuation, tool execution, persistence, and harness emulation
//! remain owned by the protocol-neutral SDK runtime. Codex-derived modules are
//! tracked in `docs/legal/codex-frontend-extraction.toml` and licensed under
//! Apache-2.0.

pub mod app;
pub mod composer;
pub mod foundation;
mod human;
pub mod input;
pub mod runtime;
pub mod terminal;
pub mod transcript;