Skip to content

Commit 02e5cd1

Browse files
committed
docs: comprehensive README with all sections
- Architecture diagram and message flow - Installation (plugin, from source, development) - Configuration (all fields, DM policies, group policies) - MAX Bot API reference (send, typing, upload, keyboard, callback) - Comparison with Telegram Bot API - Development guide (build, test, lint) - CI/CD and release process - Related projects
1 parent 19de5e2 commit 02e5cd1

4 files changed

Lines changed: 542 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.0] - 2026-06-20
6+
7+
### Added
8+
- Initial release
9+
- MAX Bot API channel plugin for OpenClaw
10+
- `createChatChannelPlugin` with full OpenClaw channel architecture
11+
- DM security policies: pairing, allowlist, open, disabled
12+
- Group chat support with per-group policies
13+
- Outbound text messaging via MAX Bot API
14+
- Outbound media (images, files, audio) via MAX upload API
15+
- Inline keyboard support (callback buttons)
16+
- Typing indicator via heartbeat
17+
- HMAC-SHA256 webhook signature verification
18+
- Config adapter for OpenClaw setup flow
19+
- TypeScript source with compiled JS output
20+
- CI pipeline (GitHub Actions)
21+
- Release automation (GitHub Release)
22+
- Unit tests with Vitest

0 commit comments

Comments
 (0)