5 Commits

Author SHA1 Message Date
0a9484257a feat(cli): add --format flag for pretty, llm, and jsonl output 2026-04-16 17:21:48 -04:00
7cc6b74048 fix: remove 500-char limit on message body wrapping 2026-04-16 17:06:29 -04:00
b06604788e feat(messages): resolve @mentions and redesign thread display
Replace <@USERID> tokens with @handles using Slack handle (name) as
preferred identifier, falling back to display_name then real_name.

Redesign thread rendering with bullet glyphs (● top-level, ◆ thread
parent), ├/└ reply branches, horizontal rules between roots, and an
ellipsis row for skipped replies. Resolve orphan thread parents from
the message cache when possible; otherwise render an explicit
"orphaned thread — parent unknown" box.
2026-04-16 16:55:52 -04:00
b9afd0d8da chore: ignore __pycache__ directories 2026-04-16 16:55:52 -04:00
f49c944efe initial commit 2026-04-16 12:10:21 -04:00