feat(sessions): wire html + prompt-only formats into 'sessions export'

Salvage follow-up integrating PR #30481 (@simplast) and PR #57683
(@catbearlove1-lang) into the unified export surface:

- --format html: standalone self-contained HTML transcript (single
  session or multi-session with sidebar), works with all shared filters
  and --redact; requires a file output path.
- --only user-prompts: prompt-only export (jsonl records or md sections)
  via the shared session_export renderer; the separate export-prompts
  subcommand from the original PR is subsumed by this flag.
- AUTHOR_MAP entries for both contributors; docs EN + zh-Hans.
This commit is contained in:
teknium1 2026-07-07 13:14:29 -07:00 committed by Teknium
parent b172e03c20
commit f76899facf
5 changed files with 162 additions and 89 deletions

View file

@ -839,6 +839,9 @@ AUTHOR_MAP = {
"27719690+Mirac1eSky@users.noreply.github.com": "Mirac1eSky",
"web3blind@users.noreply.github.com": "web3blind",
"264741654+web3blind@users.noreply.github.com": "web3blind",
# Sessions export format cluster (July 2026): HTML + prompt-only salvages
"840004959@qq.com": "simplast",
"catbearlove1@gmail.com": "catbearlove1-lang",
"julia@alexland.us": "alexg0bot",
"christian@scheid.tech": "scheidti",
# Moonshot schema anyOf+enum salvage (May 2026)