Releases: antx-code/openfeedback
Releases · antx-code/openfeedback
v0.2.0
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 = 60Install
cargo install --git https://github.com/antx-code/openfeedback.gitInspired by PR #1 — thanks @wangyuyan-agent!
v0.1.0
openfeedback v0.1.0
Human-in-the-loop decision gate CLI for AI agents.
Features
- Telegram provider with inline keyboard (Approve/Reject buttons)
- Trusted user whitelist for authorization
- Audit logging to JSONL
- i18n support (English, Simplified Chinese, Traditional Chinese)
- Configurable timeout with exit codes (0=approved, 1=rejected, 2=timeout)
- JSON stdout for agent consumption
Install
cargo install --git https://github.com/antx-code/openfeedback.git