Commit Graph

2 Commits

Author SHA1 Message Date
john aee465b6a3 feat(wechat): add channel split with intent classifier and stub-safe page verify
Introduce wechat/ package (classifier, page-generate prompt/handler, artifact
verify) and wire page.generate intents through dedicated flow. Stub HTML
artifacts are never sent to users; page failures notify via customer service.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-04 13:06:00 +08:00
john 9b4a25799f Add smart ACK provider for WeChat MP replies
Replace fixed ackText with a rule-based AckProvider that picks
response templates by message type and intent (translate, summary,
rewrite, poster, ppt, mindmap, code, search, schedule). Pure sync,
zero I/O, auto-falls back to config.ackText on any error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 15:19:03 +08:00