Releases: jihchi/muxclaw
Releases · jihchi/muxclaw
v0.2.7
v0.2.6
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
- @dependabot[bot] made their first contribution in #40
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
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
v0.2.2
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
v0.2.0
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
v0.1.4
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 Telegramby @jihchi in #11- 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