Skip to content

Bug: Concat messages that were chunked by Telegram #186

@MatveyF

Description

@MatveyF

When sending a long message on Telegram it is split into smaller messages.

Current system seems to trigger a Claude Code run per message sequentially, which works bad, is slow and wasteful.

I would expect it to concatenate all messages into a single request and send it.

This is especially painful when pasting longer texts into the chat.

Perhaps a fix would involve some per-(user, topic) buffer to which messages are appended? If the message sent is close to the limit, start a short timer, and if more messages arrive concat into a single message. Not sure if there is more elegant solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions