co-mono/packages/coding-agent/src/tui
Mario Zechner e467a80b5b Add /export command to export sessions as self-contained HTML
- Add exportSessionToHtml function that generates beautifully formatted HTML exports
- HTML includes session metadata, all messages, tool calls, tool results, thinking blocks, and images
- Support for ANSI color codes in tool output (converted to HTML)
- Self-contained with inline CSS (dark theme, responsive design, print-friendly)
- Add /export slash command to TUI with optional filename parameter
- Add agent and coding-agent to dev script for watch mode
- Increment coding-agent version to 0.6.1

Usage: /export [optional-filename.html]
2025-11-12 16:21:59 +01:00
..
assistant-message.ts Add padding to Aborted text for consistent spacing 2025-11-11 23:42:42 +01:00
custom-editor.ts Refactor TUI components into separate files 2025-11-11 21:16:31 +01:00
footer.ts Add model name to footer stats line (right-aligned) 2025-11-12 09:10:41 +01:00
model-selector.ts Add model selector TUI and update session management 2025-11-12 01:01:23 +01:00
session-selector.ts Search through all messages in session, not just first message 2025-11-12 09:32:14 +01:00
thinking-selector.ts Fix viewport width issues in thinking selector and text rendering 2025-11-11 23:52:18 +01:00
tool-execution.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00
tui-renderer.ts Add /export command to export sessions as self-contained HTML 2025-11-12 16:21:59 +01:00
user-message.ts Improve tool execution rendering and error handling 2025-11-11 23:05:58 +01:00