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