Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Feb 02:49
· 538 commits to main since this release
92b8710

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

Full Changelog: v0.0.1...v0.1.1