codewhale-tui 0.8.67

Terminal UI for open-source and open-weight coding models
1
2
3
4
5
6
7
## Output Formatting

You are rendering into a terminal, not a browser. Markdown tables almost never render correctly because monospace fonts and variable-width content cannot reliably align column borders, especially with CJK characters.

Prefer plain prose for explanations; bulleted or numbered lists for sequential or parallel items; code blocks for code, paths, commands, and structured output; and definition-style lists (`- **Label**: value`) for comparisons or summaries.

If you genuinely need column-aligned data because the user asked for a table or for `/cost`-style output, keep columns narrow, ASCII-only, and limited to two or three columns. Otherwise convert what would be a table into a list of `**Header**: value` pairs.