clisbot 0.1.53-beta.6 → 0.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -656,6 +656,7 @@ CLI-specific operator notes:
|
|
|
656
656
|
|
|
657
657
|
## Recent Release Highlights
|
|
658
658
|
|
|
659
|
+
- `v0.1.53`: refreshes the main README and localized user guides, adds Zalo Bot QR onboarding and Zalo Personal media guidance, fixes queue/loop/message-tool edge cases, tightens Slack/Telegram/Zalo channel behavior, and adds admin-only sensitive channel permissions for contact, group, and channel-native actions.
|
|
659
660
|
- `v0.1.52`: clarifies shared-route setup so `routes add ...` clearly means “use the agent currently assigned to that bot by default,” and prunes stale short `startupDelayMs` overrides so upgraded installs can actually inherit the newer 60-second startup default.
|
|
660
661
|
- `v0.1.51`: raises the default runner startup window to 60 seconds across the
|
|
661
662
|
standard CLI families and the shared runner fallback, so slower fresh launches
|
|
@@ -691,6 +692,7 @@ Read the full notes here:
|
|
|
691
692
|
|
|
692
693
|
- [CHANGELOG.md](CHANGELOG.md)
|
|
693
694
|
- [Release Notes Index](docs/releases/README.md)
|
|
695
|
+
- [v0.1.53 Release Notes](docs/releases/v0.1.53.md)
|
|
694
696
|
- [v0.1.52 Release Notes](docs/releases/v0.1.52.md)
|
|
695
697
|
- [v0.1.51 Release Notes](docs/releases/v0.1.51.md)
|
|
696
698
|
- [v0.1.50 Release Notes](docs/releases/v0.1.50.md)
|