-
v0.1.1 Stable
released this
2026-04-10 12:10:00 -04:00 | 1 commits to main since this releaseBug Fixes
- fix: handle nested formatting markers in markdownToSignal — The regex-based marker extractor leaked literal marker names (
BOLD,ITALIC,MONO) and control bytes into the visible message body whenever formatting was nested (e.g. inline code inside bold, italic inside bold, triple-asterisk bold+italic). Replaced with a stack-based walker that produces correct overlappingBodyRangesfor Signal'stextStyleprotobuf semantics.
Infrastructure
- Add Woodpecker CI pipeline for lint, build, and test
- Migrate project instructions to
.claude/and addAGENTS.mdfor Codex - Add TypeScript conventions doc at
.claude/docs/typescript.md - Add Gitea pull request template
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- fix: handle nested formatting markers in markdownToSignal — The regex-based marker extractor leaked literal marker names (
-
v0.1.0 — Initial Release Stable
released this
2026-04-07 12:35:00 -04:00 | 6 commits to main since this releaseInitial public release of Signal MCP Bridge.
- DM-first Signal assistant via Claude Code channels
- Trusted sender allowlist with pairing flow
- Remote permission relay (approve tool use from Signal)
- Group support with mention-pattern filtering
- Persistent tmux session with launchd (macOS) and systemd (Linux) support
- Headless scheduled jobs with proactive sends
- Edit message handling, typing indicators, read receipts
- Outbound message deduplication
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download