feat: telegram forum topics support (#80)
This commit is contained in:
@@ -20,6 +20,8 @@ parallel runs across threads, per thread queue support.
|
||||
|
||||
optional voice note transcription for telegram (routes transcript like typed text).
|
||||
|
||||
telegram forum topics: bind a topic to a project/branch and keep per-topic session resumes.
|
||||
|
||||
per-project chat routing: assign different telegram chats to different projects.
|
||||
|
||||
## requirements
|
||||
@@ -67,6 +69,11 @@ bot_token = "123456789:ABCdefGHIjklMNOpqrsTUVwxyz"
|
||||
chat_id = 123456789
|
||||
voice_transcription = true
|
||||
|
||||
[transports.telegram.topics]
|
||||
enabled = true
|
||||
mode = "multi_project_chat" # or "per_project_chat"
|
||||
# per_project_chat uses projects.<alias>.chat_id to infer the project
|
||||
|
||||
[codex]
|
||||
# optional: profile from ~/.codex/config.toml
|
||||
profile = "takopi"
|
||||
|
||||
Reference in New Issue
Block a user