跳到正文

博客

Releasesv0.16.3

v0.16.3 — Show me you're listening

这是原样发布的 release 说明,不是它的改写版。 release 说明按其撰写时所用的语言发布。

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

在 GitHub 上阅读这条 release