v0.1.1
What's Changed
- feat: implement dynamic context compression by @Danieldd28 in #3
- fix: enable Feishu message flow by @imguoguo in #6
- Add QQ channel support by @yinwm in #5
- feat: Add DingTalk channel support via Stream Mode by @tianrking in #12
- Agent Memory System & Tool Execution Improvements by @yinwm in #14
- fix a typo by @n0bisuke in #19
- feat: Cron tool and agent integration by @yinwm in #23
- Remove duplicate truncate functions, reuse utils.Truncate by @DevEverything01 in #29
- fix(agent): use atomic.Bool for AgentLoop.running to prevent data race by @DevEverything01 in #30
- chore: lint readme.md by @Sethispr in #44
- feat(auth): add OAuth login with SDK-based subscription providers by @corylanou in #32
- feat(migrate): add picoclaw migrate command for OpenClaw workspace migration by @corylanou in #33
- feat(channels): add Slack channel integration with Socket Mode by @corylanou in #34
- feat(telegram): Use Telego instead of go-telegram-bot-api by @mymmrac in #40
- better version info by @jadeydi in #45
- refactor(channels): consolidate media handling and improve resource cleanup by @yinwm in #49
- Add provider field support for explicit provider selection by @victorhdchagas in #48
- Fix Telegram channel permission check by @victorhdchagas in #51
- Enforce workspace directory boundaries for system tools by @RinZ27 in #26
- ci: add build check workflow by @imguoguo in #71
- Fix LLM error by cleaning up CONSCIOUSLY message history by @Diegox-17 in #55
- fix(auth): support string interval in OpenAI device-code flow by @jmahotiedu in #56
- fix(heartbeat): resolve bug where service could never start by @DevEverything01 in #64
- Add ClawdChat Agent Social Network section by @xray918 in #72
- feat: add cli-based LLM provider by @Leeaandrob in #73
- feat(cron): Add support for direct shell command execution in scheduled jobs by @SatyamDevv in #74
- build: add darwin arm64 target by @imguoguo in #76
- fix(version): default to dev by @imguoguo in #95
New Contributors
- @Danieldd28 made their first contribution in #3
- @imguoguo made their first contribution in #6
- @yinwm made their first contribution in #5
- @tianrking made their first contribution in #12
- @n0bisuke made their first contribution in #19
- @DevEverything01 made their first contribution in #29
- @Sethispr made their first contribution in #44
- @corylanou made their first contribution in #32
- @mymmrac made their first contribution in #40
- @jadeydi made their first contribution in #45
- @victorhdchagas made their first contribution in #48
- @RinZ27 made their first contribution in #26
- @Diegox-17 made their first contribution in #55
- @jmahotiedu made their first contribution in #56
- @xray918 made their first contribution in #72
- @Leeaandrob made their first contribution in #73
- @SatyamDevv made their first contribution in #74
Full Changelog: v0.0.1...v0.1.1