v0.16.3 — Show me you're listening
Ceci est la note de release telle qu'elle a été publiée, pas une réécriture. Les notes de release sont publiées dans la langue dans laquelle elles ont été écrites.
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