chorus/bot/chorus_bot
pyr0ball 240279f95b refactor: eliminate redundant truncation in email_ingest and fix em dash
- Replace em dash with hyphen in thread_ingest.py user message (feedback_no_emdash.md)
- Remove duplicate truncation logic in email_ingest.py (lines 12-17 and _truncate_for_embed method)
- Consolidate truncation responsibility to ping.py's _safe_field_value as single source of truth
- This prevents email_ingest's marker from being re-truncated by ping.py's defensive catch-all
2026-07-13 15:08:35 -07:00
..
cogs refactor: eliminate redundant truncation in email_ingest and fix em dash 2026-07-13 15:08:35 -07:00
__init__.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
backend_client.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
config.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
main.py fix: cog re-registration, thread NotFound, follow-up date, and error/empty states 2026-07-13 15:01:32 -07:00
modality_map.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
ping.py fix: prevent Discord embed field 400s from empty/oversized values 2026-07-13 15:01:23 -07:00