What problem does it solve?
It gives agents and maintainers an official-source-led reference for how the LingTai TUI claude template works, preventing incorrect assumptions about credentials, models, and vision capabilities.
Core Features & Use Cases
- Preset Documentation: Explains that
claudePreset() in tui/internal/preset/preset.go uses the canonical provider claude-code, displayed as print-mode backend claude-p.
- Credential & Model Clarity: Clarifies that the preset reuses the existing Claude Code OAuth login, shows the account email from
claude auth status --json, and defaults to the opus model with fable, sonnet, and haiku also offered.
- Capability Boundaries: States that no API-key env var, base URL, web-search override, or LingTai
vision capability is shipped, and instructs not to invent endpoints or auto-load MCPs.
- Use Case: When a user asks why image forwarding fails through the LingTai CLI adapter for Claude, consult this manual to report the limitation accurately instead of guessing at HTTP endpoints or auth.
Quick Start
Ask the agent to explain how the LingTai TUI claude preset handles authentication, models, and vision support using this reference manual.