v0.16.3 — Show me you're listening
Esta é a nota de release como foi publicada, não uma reescrita dela. As notas de release são publicadas no idioma em que foram 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. - Telegram —
sendChatAction("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_indicatorhelper runs the (blocking) turn while re-pinging the fading indicators; every indicator is best-effort — it never fails or delays the reply. - Discord — a real typing indicator (
Still alpha. Everything defaults to prior behaviour. pip install -U chimera-agent.
Full changelog: https://github.com/brcampidelli/chimera-agent/blob/main/CHANGELOG.md