# poco-claw

> A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, and a sandboxed runtime for improved safety. Under the hood, it is powered by a Claude Code

- **URL**: https://www.freshcrate.ai/projects/poco-claw
- **Author**: poco-ai
- **Category**: AI Agents
- **Latest version**: `v0.5.4` (2026-05-31)
- **License**: MIT
- **Source**: https://github.com/poco-ai/poco-claw
- **Homepage**: https://poco-ai.com
- **Language**: Python
- **GitHub**: 1,291 stars, 122 forks
- **Registry**: github
- **Tags**: `agent`, `ai`, `chatbot`, `claude-code`, `clawdbot`, `manus`, `openclaw`, `typescript`

## Description

A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, and a sandboxed runtime for improved safety. Under the hood, it is powered by a Claude Code–based agent.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.5.4` | 2026-05-31 | High | ## What's New <img width="936" height="268" alt="agent状态设计" src="https://github.com/user-attachments/assets/0491c5fe-11d0-4a8e-9461-3963c7b2ce4b" />  本次更新重点提升了共享上下文协作与长期运行能力: - 完善共享文件树工具链，支持更完整的共享文件上传、删除、文本读取与落盘处理，Agent 可以更直接地消费频道中的共享文件。 - 优化 persistent runtime 调度策略，默认在空闲后停止容器但保留 workspace 和运行状态，并支持手动 Pin 保活。 - 在降低资源占用的同时，提升了任务恢复速度与长期协作体验  --- This update focuses on improving shared context collaboration and long-term operation capabilities: - Improve the shared file tree tool chain to |
| `v0.5.3` | 2026-05-25 | High | ### 0.5.3 更新内容 #### 新增功能 - 支持频道文件上传。频道对话中上传的文件现在可以发布到共享文件区域，便于预览和复用。 - 新增频道内结构化 `@` / `#` 交互。`@` 用于用户和 Agent，`#` 用于共享文件、任务、消息和 thread 等上下文对象。 - 新增头像和 mention 的悬浮信息卡，可直接在对话中查看用户和 Agent 的基础信息。  #### 问题修复 - Agent 触发从纯文本扫描切换为结构化实体，提升路由准确性和上下文引用的可靠性。 - 共享文件引用通过稳定的 artifact ID 传递给 Agent，避免同名文件或展示名导致的歧义。 - 优化输入框补全行为。Tab 和 Enter 都可以确认候选项，候选项激活时 Enter 不会直接发送消息。  ---  ### What's New in 0.5.3 #### New Features - Support channel file uploads. Files shared during channel conversations can now |
| `v0.5.2` | 2026-05-18 | High | ## What's Changed * feat：状态一致性修复与预设管理界面重构 by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/117   **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.5.1...v0.5.2 |
| `v0.5.1` | 2026-05-11 | High | ## What's Changed * feat: 优化 Skills 管理与运行时能力选择逻辑 by @flintttan in https://github.com/poco-ai/poco-claw/pull/107 * Fix/channel member invite flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/111 * Optimize skill management and enhance channel member invite flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/112   **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.5.0...v0.5.1 |
| `v0.5.0` | 2026-05-10 | High | ## What's Changed * fix(frontend): align updated project and session types by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/88 * feat(storage): 兼容阿里云 OSS 并支持 S3 key prefix 配置 by @flintttan in https://github.com/poco-ai/poco-claw/pull/93 * feat(auth): 接入飞书 OAuth 登录 by @flintttan in https://github.com/poco-ai/poco-claw/pull/98 * feat(auth): 支持 OAuth 模式切换与单用户回退 by @flintttan in https://github.com/poco-ai/poco-claw/pull/97 * feat(frontend): 优化 Run 级回放与产物切换体验 by @flintttan in https://git |
| `v0.4.0` | 2026-04-04 | High | ## What's Changed * refactor usage logs and update claude-agent-sdk version by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/80 * Feat/Local Directory Mounting by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/84 * Feat/diy-your-agent — Project Settings Expansion & Preset Integration by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/85 * Feat/custom visual identity of presets by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/87   **Full Changelog**: https:/ |
| `v0.3.3` | 2026-03-26 | Medium | ## What's Changed * fix: enhance Skills Marketplace key handling and error states by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/74 * Enhance Skills Marketplace key handling and error state management by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/76 * feat(task-composer): add memory feature toggle to composer toolbar by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/77   **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.3.2...v0.3.3 |
| `v0.3.2` | 2026-03-19 | Low | ## What's Changed * remove deprecated UV index config and update claude-agent-sdk version by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/69 * refactor: SkillsGrid for improved grouping, layout, and interactions by @Phil-Fan in https://github.com/poco-ai/poco-claw/pull/70 * refactor: provider model settings and improve UI layout by @Phil-Fan in https://github.com/poco-ai/poco-claw/pull/72 * docs: update documentation and add docs sync CI by @Phil-Fan in https://github.com/poco-ai |
| `v0.3.1` | 2026-03-17 | Low | ## What's Changed * feat(use-task-history): enhance task deletion with redirection and language support by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/58 * refactor code structure and add IM integration features by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/59 * refactor code structure and add IM integration features by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/60 * Refactor/im2backend by @JiaheChen2002 in https://github.com/poco-ai/poco-claw/pull/61 |
| `v0.3.0` | 2026-03-15 | Low | ## What's Changed * fix(voice-input): ensure getUserMedia is a function in isVoiceInputSupported by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/51 * Add capability recommendations API and integrate with task composer by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/52 * User-level Model Customization and Consistent Model Configuration Across the Chat Flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/53 * Feat: End-to-end skill-creator implementation by @ff |

## Citation

- HTML: https://www.freshcrate.ai/projects/poco-claw
- Markdown: https://www.freshcrate.ai/projects/poco-claw.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/poco-claw/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
