Skip to content

Releases: grinev/opencode-telegram-bot

v0.22.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:49

Release v0.22.2

Changes

  • Add Microsoft Edge TTS provider. (@hagope)
  • INITIAL_SETTINGS_PRESET env var to seed default settings. (@tobyrosen)
  • Add JSON input_audio request format. (@8x22b)
  • Switch model icon from robot to brain.

Fixes

  • Resolve opencode.exe from PATH directly when no .cmd shim exists. (@danieliyahu1)
  • Keep callback data short for model switching. (@fengjikui)

Full changelog: v0.22.1...v0.22.2

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:28

Release v0.22.1

Fixes

  • Fix compact mode tools display.
  • Truncate scheduled task prompt by byte length for Telegram's 4096-byte limit. (@hbx12)
  • Support .svelte and other code files with unrecognized MIME types. (@hbx12)
  • Spawn opencode.exe directly on Windows to prevent visible console window. (@danieliyahu1)

Full changelog: v0.22.0...v0.22.1

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:06

Release v0.22.0

Changes

  • Add tri-mode TTS with inline menu (off/all/auto). (@johell)
  • Show thinking content.
  • Add compact output mode.
  • Add /settings command for runtime settings.

Fixes

Full changelog: v0.21.2...v0.22.0

v0.21.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 15:05

Release v0.21.2

Changes

  • Add ElevenLabs TTS provider. (@hagope)
  • Add silent scheduled task notifications option. (@hbx12)

Technical

  • Improve codebase structure.

Full changelog: v0.21.1...v0.21.2

v0.21.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:38

Release v0.21.1

Changes

Full changelog: v0.21.0...v0.21.1

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 30 May 08:47

Release v0.21.0

Changes

  • Add model search button.
  • Add /messages command and support for fork and revert for each message.

Fixes

  • Display minutes and hours in footer message.
  • Prevent message loss during rate limit retry.
  • Set default message update interval to 1000ms to prevent rate limit errors.

Full changelog: v0.20.6...v0.21.0

v0.20.6

Choose a tag to compare

@github-actions github-actions released this 19 May 14:17

Release v0.20.6

Changes

  • Add multiple file attachments support.

Fixes

  • Forward permission requests from subagent sessions. (@MysticCoss)
  • Recognize images in attached files.

Full changelog: v0.20.5...v0.20.6

v0.20.5

Choose a tag to compare

@github-actions github-actions released this 16 May 20:48

Release v0.20.5

Fixes

  • Prevent stale busy state after interruption.
  • Scheduled task falsely reports empty assistant response due to race condition in executor polling.

Full changelog: v0.20.4...v0.20.5

v0.20.4

Choose a tag to compare

@github-actions github-actions released this 13 May 11:41

Release v0.20.4

Changes

  • Show full question options details.

Fixes

  • Fix TypeError Invalid URL when TELEGRAM_API_ROOT is unset.
  • Prevent OpenCode checks from blocking bot polling.

Full changelog: v0.20.3...v0.20.4

v0.20.3

Choose a tag to compare

@github-actions github-actions released this 10 May 20:06

Release v0.20.3

Changes

  • TELEGRAM_API_ROOT + TELEGRAM_PROXY_SECRET for reverse-proxy setups. (@avfirsov)

Fixes

  • Allow forcing IPv4 for direct requests.

Full changelog: v0.20.2...v0.20.3