Releases: frux/agentger
Release list
Agentger v0.5.1
Patch release for Telegram audio and notification behavior.
- Telegram OGG/Opus voice notes and audio documents named .oga are saved as .ogg without transcoding.
- Intermediate reasoning, plans, commands, file changes, and tool calls are sent with Telegram notifications disabled.
- Agent replies, approval requests, command responses, and terminal errors retain normal notifications.
Install or update from GitHub:
npm install -g https://github.com/frux/agentger/releases/download/v0.5.1/agentger-0.5.1.tgz
Agentger v0.5.0
Adds Telegram media input support.
- Photos and image documents are sent to Codex as localImage inputs.
- Voice messages, audio, and audio documents are sent as localAudio inputs.
- Arbitrary documents are available as safe local file mentions.
- Downloads are streamed with a configurable 20 MB maximum, private paths, atomic writes, and traversal protection.
- Captions stay in the same Codex turn as their attachments.
Install from GitHub:
npm install -g https://github.com/frux/agentger/releases/download/v0.5.0/agentger-0.5.0.tgz
Agentger v0.4.0
Agentger now shows a topic-scoped Telegram typing indicator while a turn is running, pauses it while waiting for approval, and marks an accepted inbound message with a 👀 reaction. Native read receipts remain unavailable to ordinary supergroup bots.
Agentger v0.3.0
Telegram output is now split into focused messages for agent replies, tool calls, commands, plans, reasoning, and file changes. Commands use Bash code blocks, tool calls use a compact name, and completed turns are marked with a reaction on the final agent reply. Configure TELEGRAM_COMPLETION_REACTION_CUSTOM_EMOJI_ID for a custom checkmark; otherwise Agentger uses the supported built-in 👍 reaction.
Agentger v0.2.0
First Agentger release. Installs a global Node.js CLI, automatically maps every non-reserved Telegram topic to a new Codex session, and supervises codex app-server.