Skip to content

v0.2.0

Latest

Choose a tag to compare

@antx-code antx-code released this 09 Mar 13:49
· 1 commit to main since this release

What's New

Reject Feedback Prompt

After clicking Reject, the bot sends a follow-up asking for a reason. The user can reply with any text message within a configurable window (default 60s). No need to "reply to" — just type and send.

Timeout UX Cleanup

When a request times out, stale inline buttons are now removed and a timeout notice is sent.

New Config

# Seconds to wait for reject feedback (0 = skip)
reject_feedback_timeout = 60

Install

cargo install --git https://github.com/antx-code/openfeedback.git

Inspired by PR #1 — thanks @wangyuyan-agent!