Ir al contenido

Blog

Releasesv0.16.3

v0.16.3 — Show me you're listening

Esta es la nota de release tal como fue publicada, no una reescritura de ella. Las notas de release se publican en el idioma en que fueron escritas.

A chat now visibly acknowledges your message the moment it arrives — the bot shows a typing/working indicator while it thinks, on every messaging transport, so you know it received you and a reply is on the way.

Added

  • "Typing…" / working indicators on every messaging transport, each the way that platform allows:

    • Discord — a real typing indicator (channel.typing(), auto-refreshing) around the turn.
    • TelegramsendChatAction("typing"), re-sent every few seconds (it expires ~5s) for the whole turn.
    • Signal — the bridge's typing indicator (started, refreshed, then stopped).
    • Slack — Slack has no bot typing indicator, so a ⏳ reaction is placed on your message while the turn runs and removed when the reply arrives (best-effort; needs reactions:write).

    A shared run_with_indicator helper runs the (blocking) turn while re-pinging the fading indicators; every indicator is best-effort — it never fails or delays the reply.

Still alpha. Everything defaults to prior behaviour. pip install -U chimera-agent.

Full changelog: https://github.com/brcampidelli/chimera-agent/blob/main/CHANGELOG.md

Leer la release en GitHub