Commit Graph

2 Commits

Author SHA1 Message Date
Teknium
99b1343892 feat: make DM topic skill binding functional
- Add auto_skill field to MessageEvent for topic-skill bindings
- Gateway auto-loads the bound skill on new sessions via _load_skill_payload
- Skill content is injected into the first message (same as /skill commands)
- Subsequent messages in the session see it in conversation history
- Clean chat_topic (no [skill: ...] suffix) — skill flows via auto_skill field
- Add 3 tests for _build_message_event auto_skill behavior
2026-03-26 01:59:14 -07:00
Teknium
602dd4f2fa feat(telegram): Private Chat Topics support (Bot API 9.4)
Cherry-picked from PR #3005 by web3blind.
Adds DM topic creation, persistence, and session isolation via Bot API 9.4.
Closes #2598
2026-03-26 01:46:26 -07:00