Skip to content

Releases: jihchi/muxclaw

v0.2.7

05 Apr 11:44
85047d7

Choose a tag to compare

What's Changed

  • Address code review feedback for plain text streaming by @jihchi in #42

Full Changelog: v0.2.6...v0.2.7

v0.2.6

05 Apr 10:56
1df8ab0

Choose a tag to compare

What's Changed

  • Add external API documentation section by @jihchi in #33
  • Support structured Telegram message types by @jihchi in #34
  • Add Dependabot configuration by @jihchi in #35
  • Fix pi agent streaming to handle plain text output by @jihchi in #41
  • chore: bump actions/checkout from 4 to 6 by @dependabot[bot] in #40
  • chore: bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #39
  • chore: bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #38
  • chore: bump docker/login-action from 3 to 4 by @dependabot[bot] in #37
  • chore: bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #36

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

26 Mar 17:35
6ce6e04

Choose a tag to compare

What's Changed

  • Fix "text must be non-empty" error by @jihchi in #31
  • Only respond to explicit bot mentions in groups by @jihchi in #32

Full Changelog: v0.2.4...v0.2.5

v0.2.4

12 Mar 18:07
fa59454

Choose a tag to compare

What's Changed

  • Add demo media to README by @jihchi in #27
  • Disable stream mode for manual prompts and flush output directly to stdout by @jihchi in #28
  • Remove screenshot and show screencast directly in README by @jihchi in #29
  • Simplify README to focus on core concept by @jihchi in #30

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Mar 15:57
6d0a903

Choose a tag to compare

What's Changed

  • Fix duplicate messages in stream mode group chats by @jihchi in #26

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Mar 16:22
38af614

Choose a tag to compare

What's Changed

  • Integrate grammY auto-retry plugin by @jihchi in #21
  • Truncate long messages in sendMessageDraft to fit Telegram limits by @jihchi in #22
  • Support group chat streaming via editMessageText by @jihchi in #23
  • Pass agent prompt via stdin to avoid CLI argument escaping and parsing issues by @jihchi in #24
  • Grant Claude permission to access attachment directory via --add-dir flag by @jihchi in #25

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Mar 10:23
8c259c1

Choose a tag to compare

What's Changed

  • Update Pi link, bump Deno to 2.7.4 and Pi to 0.57.1 by @jihchi in #20

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Mar 08:42
d458f13

Choose a tag to compare

What's Changed

  • Allow sending without reply when original message is deleted by @jihchi in #16
  • Telegram streaming and test stub simplification by @jihchi in #17
  • Add tidy task to bundle code quality checks by @jihchi in #18
  • Add Support for Pi Coding Agent and Refactor Stream Processing by @jihchi in #19

Full Changelog: v0.1.5...v0.2.0

v0.1.5

02 Mar 18:36
b7d2d9b

Choose a tag to compare

What's Changed

  • Use Deno-native grammy to avoid node-fetch crash by @jihchi in #15

Full Changelog: v0.1.4...v0.1.5

v0.1.4

01 Mar 16:30
f101671

Choose a tag to compare

What's Changed

  • Setup Deno testing and GitHub Actions CI by @jihchi in #8
  • Consolidate and improve CLI test coverage by @jihchi in #9
  • Add case for missing message in dispatch --id by @jihchi in #10
  • Escape egress output as MarkdownV2 for Telegram by @jihchi in #11
    • Remove telegram-markdown-v2 dependency and usage by @jihchi in #14
  • Ensure workspace existence at startup by @jihchi in #12
  • Implement sequential telegram message splitting for large responses by @jihchi in #13

Full Changelog: v0.1.3...v0.1.4