Skip to content

CHANNEL_PROMPT promises per-block bubble splitting the send path doesn't implement #68

Description

@jasenc7

CHANNEL_PROMPT tells the model: "separate short thoughts with a blank line — each block is delivered as its own bubble." But send_to_contact makes exactly one send_imessage call per reply, and there's no block-splitting logic anywhere in the send path — the whole reply arrives as a single bubble.

Practical effect: models that follow the instruction literally compose multi-block replies for bubbles that never materialize, producing noticeably longer messages than intended (we observed this consistently in live traffic — one bridged model wrote 3–4 paragraph replies while a sibling bridge's model, ignoring the same line, sent one).

Suggested fix is to make the prompt match delivery — e.g. "The whole reply is delivered as a single message — blank lines do not split it. Prefer one short paragraph."

Happy to PR the one-line change if useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions