-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Bản tin Hệ sinh thái OpenClaw 2026-03-20
Issues: 500 | PRs: 500 | Dự án: 12 | Thời gian tạo: 2026-03-20 01:59 UTC
- OpenClaw
- NanoBot
- Zeroclaw
- PicoClaw
- NanoClaw
- IronClaw
- LobsterAI
- TinyClaw
- Moltis
- CoPaw
- ZeptoClaw
- EasyClaw
Phân tích sâu OpenClaw
So sánh hệ sinh thái chéo
Dưới đây là báo cáo so sánh chéo ngắn gọn, chuyên nghiệp và có dữ liệu hỗ trợ, phục vụ người ra quyết định kỹ thuật và nhà phát triển trong hệ sinh thái mã nguồn mở AI agent/assistant (dựa trên các bản tin 2026-03-20).
- Tổng quan hệ sinh thái
- Hệ sinh thái hiện rất năng động và phân nhánh: nhiều dự án tập trung vào độ bền của agent (checkpointing, loop detection), khả năng mở rộng provider (region-specific providers, Novita/Aliyun), UX multi‑channel (interrupt, /stop, thread-aware cancel), và khả năng vận hành (self-repair, token budgets, migration).
- Các mối lo ngại chung xuất hiện: bảo mật secrets/config, tương thích provider/API, nâng cấp/migration DB và trải nghiệm session/interaction khi agent chạy lâu.
- Xu hướng rõ: pluggable components (memory providers, providers, plugin/skills marketplace), hỗ trợ local/edge models (GGUF/llama.cpp), và multimodal (TTS/ASR, audio).
- So sánh mức độ hoạt động
(Project — Issues (24h) — PRs (24h) — Release today — Sức khỏe (tóm tắt))
- OpenClaw — (tóm tắt thất bại) — no data — no — Không đủ dữ liệu
- NanoBot — 22 issues — 57 PRs — no — Active (cao; cần ưu tiên security/config)
- Zeroclaw — 43 issues — 50 PRs — v0.5.1 released — Very Active (release, nhiều UX channel)
- PicoClaw — 40 issues — 105 PRs — v0.2.3-nightly — Very Active (nhiều fixes/providers)
- NanoClaw — 14 issues — 32 PRs — no — Active (tập trung skill/memory, một số maintenance)
- IronClaw — 50 issues — 50 PRs — v0.20.0 (2026-03-19) — Very Active (self-repair, staging triage)
- LobsterAI — (tóm tắt thất bại) — no data — no — Không đủ dữ liệu
- TinyClaw — 0 issues — 2 PRs — no — Low activity (refactor stage)
- Moltis — 4 issues — 3 PRs — no — Moderate (security/tooling focus; cần reviews)
- CoPaw — 50 issues — 50 PRs — v0.1.0 released — Very Active (multi-agent, upgrade pains)
- ZeptoClaw — 1 issue — 3 PRs — no — Moderate → Needs Attention (ACP protocol bug)
- EasyClaw (RivonClaw) — 2 issues — 3 PRs — v1.7.2 released — Active (UI/plugin SDK refactor)
(Chú ý: số liệu là số cập nhật/PRs/Issues được nêu trong bản tin 24h; “Sức khỏe” là đánh giá tổng hợp: activity + blockers/urgent issues.)
- Vị thế của OpenClaw
- Hiện không có dữ liệu bản tin để so sánh trực tiếp (bản tóm tắt OpenClaw thất bại). Do đó không thể khẳng định vị thế thực tế.
- Đề xuất vị thế chiến lược cho OpenClaw nếu muốn nổi bật: tập trung vào (a) bảo mật triển khai (secret handling, least‑privilege runtime), (b) trải nghiệm agent tương tác real‑time (interrupts, approval/step execution), và (c) hệ sinh thái plugin/marketplace với APIs chuẩn (plugin manifest, memory provider). Những mốc này thường là điểm yếu của các dự án hiện tại và là cơ hội để OpenClaw khác biệt hóa.
- Hướng kỹ thuật chung (yêu cầu lặp lại giữa nhiều dự án)
- Checkpointing / subagent recovery (NanoBot, Zeroclaw) — cần restore state cho subagents.
- Pluggable Memory Provider & retrieval (NanoBot, PicoClaw, NanoClaw, CoPaw) — provider abstraction + benchmarks.
- Channel UX: interrupt_on_new_message, /stop, thread-aware cancellation (Zeroclaw, NanoBot, CoPaw) — cải thiện tương tác thời gian thực.
- Provider compatibility & regional providers (Zeroclaw, IronClaw, PicoClaw, ZeptoClaw, Moltis) — hỗ trợ Aliyun/Novita/Alibaba, test matrix cho providers.
- Robust retry/observability & tracing (PicoClaw, NanoBot, CoPaw) — conversation tracing, retry on 529, tracing callbacks.
- Local/edge model support (CoPaw, PicoClaw, TinyClaw) — GGUF/llama.cpp, offline embeddings.
- Security: runtime secret refs/env handling, block-no-verify hooks (NanoBot, Moltis, NanoClaw) — ngăn leakage và hành vi phá hoại CI.
- Phân tích khác biệt hóa (trọng tâm / target / kiến trúc)
- Zeroclaw: trọng tâm UX kênh và runtime features (model switching, /stop), target: users chạy multi‑channel với nhiều providers.
- NanoBot: hướng vào độ bền agent (checkpointing, cycle detection) và bảo mật config; target: deployments production-sensitive.
- PicoClaw: edge/embedded focus (ARM/nightly builds), providers fixes, và audio/TTS work — target: edge devices, hobbyists.
- CoPaw: multi-agent / multi-workspace, local embeddings — target: teams cần orchestration nhiều agents, private data.
- IronClaw: self-repair, performance & enterprise-grade triage — target: scale deployments, robust infra.
- EasyClaw: UI/Plugin SDK & auth polish — target: users/plugins ecosystem and polish UX.
- ZeptoClaw / Moltis: protocol/agent client and security-policy focus — target: integrators and secure workflows.
Kiến trúc khác nhau: ACP protocol (ZeptoClaw), provider-adapter/registry (TinyClaw), plugin/skills marketplace (CoPaw/ZeroClaw), plus async vs thread models (CoPaw moving to asyncio locks).
- Động lực & độ trưởng thành của cộng đồng
- Lớp lặp nhanh (Very Active): Zeroclaw, PicoClaw, IronClaw, CoPaw — nhiều PR/issue và phát hành; cộng đồng lớn, nhiều contributor.
- Lớp ổn định/đang trưởng thành (Active): NanoBot, NanoClaw, EasyClaw — hoạt động đều, nhưng có vài điểm bảo trì/PR cần review.
- Lớp cần hỗ trợ/ổn định (Moderate/Low): ZeptoClaw, Moltis, TinyClaw — ít PR/issue, nhưng có một số bug/protocol blockers cần reviewer.
- Kết luận: dự án có release/PR nhiều thường có cycle nhanh nhưng cũng dễ xuất hiện regressions; dự án ít hoạt động có rủi ro backlog không được xử lý.
- Tín hiệu xu hướng & khuyến nghị cho nhà phát triển AI agent
- Xu hướng ngành: (1) modular‑by‑default (pluggable memory/providers/plugins), (2) operational resilience (checkpointing, self‑repair, retries), (3) regional provider support & local models, (4) strong security defaults (env refs, block-no-verify), (5) multimodal (voice/TTS/ASR) và observability/tracing.
- Khuyến nghị thực tế:
- Ưu tiên secret management và runtime isolation trước khi mở rộng provider matrix.
- Thiết kế API memory/provider/skill theo interface chính xác (backward-compatibility + benchmarks).
- Tích hợp interrupt/approval UX vào agent loop (queueing user messages, thread-aware cancellation).
- Chuẩn bị migration scripts & clear upgrade notes cho releases (nhiều dự án bị kẹt vì migration/db).
- Đầu tư test matrix cho providers (region/local) và e2e tests cho channel behaviors (Telegram/Discord/Matrix).
Nếu cần, tôi có thể: (a) chuẩn hoá một checklist kỹ thuật để OpenClaw so sánh năng lực với top‑tier dự án, hoặc (b) chuẩn bị bảng kiểm thử provider/CI và hướng dẫn hardening secrets để tái sử dụng trong repo.
Báo cáo các dự án cùng nhóm
NanoBot — HKUDS/nanobot
NanoBot — Bản tin dự án (2026-03-20)
- Tổng quan hôm nay
- Hoạt động cộng đồng rất cao: 24 giờ qua có 22 issue (mở/hoạt động 17, đã đóng 5) và 57 PR (mở 44, merge/đóng 13). Đây là một đợt đóng góp lớn tập trung vào tính năng agent, quản lý memory và bảo mật cấu hình.
- Không có phát hành (release) mới hôm nay. Nhịp phát triển cho thấy nhiều thay đổi sâu ở lõi (agent loop, memory provider, checkpointing) cùng các bản vá về trải nghiệm kênh/chat.
- Tổng quan sức khỏe dự án: năng động về mặt PR/issue, nhưng có vài điểm đau liên quan đến bảo mật config và xử lý session/message cần ưu tiên.
- Phát hành phiên bản
- Không có phiên bản mới trong ngày — bỏ qua.
- Tiến độ dự án (PR đã merge/đóng & các tính năng được đẩy mạnh)
- Một số PR quan trọng đã được đóng/merge trong 24h gần nhất (ví dụ):
- Subagent checkpointing: PR #2280 (đã đóng) — thêm checkpoint & cơ chế khôi phục lỗi cho subagent (liên quan: PR mở #2281) — Feat/subagent checkpointing HKUDS/nanobot#2280
- Sửa session cron/heartbeat để cho phép hội thoại tương tác: PR #2276 (đã đóng) — sửa lỗi session cô lập của cron/heartbeat — fix: Use shared session for cron and heartbeat to enable interactive conversations HKUDS/nanobot#2276
- Harden env ref save/restore (liên quan secret refs): PR #2265 (đã đóng) — fix(config): harden env ref save/restore semantics HKUDS/nanobot#2265
- Resolve runtime secret refs: PR #2212 (đã đóng) — Feat: Resolve runtime secret refs in tools and providers HKUDS/nanobot#2212
- PR đang hoạt động/đang review nổi bật:
- Subagent Error Recovery with Checkpointing (mở) — feat(agent): implement Subagent Error Recovery with Checkpointing HKUDS/nanobot#2281
- Pluggable Memory Provider + benchmarks (mở) — feat(memory): implement Pluggable Memory Provider and eval benchmarks HKUDS/nanobot#2278
- Cycle detector để tránh vòng lặp công cụ vô hạn (mở) — feat(agent): add tool call cycle detection to prevent infinite loops HKUDS/nanobot#2271
- Event_agent workspace routing by sender JID (mở) — Phase 2a: event_agent workspace routing by sender JID HKUDS/nanobot#2279
- Support
{env:VAR}syntax cho config (mở) — feat(security):support{env:VAR}syntax for environment variable references HKUDS/nanobot#2218 - LiteLLM conversation tracing callback (mở) — feat: add ConversationCallback for LiteLLM tracing HKUDS/nanobot#2268
- Hướng lực chính: tăng độ bền của agent (checkpoint + loop detection), tách/lắp memory provider, và cải thiện bảo mật tham số cấu hình.
- Chủ đề nóng trong cộng đồng (issues/PR hoạt động nhiều nhất)
- Vấn đề tin nhắn người dùng khi agent đang thực thi (#2133, 18 bình luận) — thảo luận về cách cho phép user message vào queue trong khi agent chưa kết thúc loop: 关于在任务执行期间用户消息入列的一些想法 HKUDS/nanobot#2133. Nhu cầu: tương tác thời gian thực, ngắt/ủy quyền/duyệt tác vụ.
- Bảo mật config leaking keys (#1873, 9 bình luận) — cảnh báo agent có thể truy cập config.json và rò rỉ khoá bằng exec(); đề xuất chạy loop dưới user khác hoặc cách ly container: Nanobot currently cannot be secured from accessing it's own config.json (and leaking keys) HKUDS/nanobot#1873.
- Onboarding interactive wizard (#2018, 9 bình luận) — trải nghiệm cài đặt tương tác mới, đôi chỗ vẫn gây lỗi/save không mong muốn: 💬 Feedback: Try the new interactive configuration wizard [nanobot onboard] HKUDS/nanobot#2018.
- Session/cleanup request (#2062, 7 bình luận) — người dùng cần cách rõ ràng để reset/clear session để tránh “context bloat” trên Feishu: 如何正确清空/重启/新建session? HKUDS/nanobot#2062.
- Telegram hiển thị trả lời 2 lần (#2235, reaction 4) — hiện tượng trả lời lặp, nghi ngờ liên quan tới faux streaming: Telegram responses show twice HKUDS/nanobot#2235.
- Nhu cầu mở rộng: plugin system cho agent (#2231) và câu chuyện pluggable memory (#2278) đang được gợi ý như hướng lộ trình.
- Lỗi & Ổn định — xếp hạng theo mức độ nghiêm trọng
- Cao (bảo mật / mất dữ liệu / thất bại provider):
- Config leak / exec() rủi ro (#1873) — có tác động an ninh nghiêm trọng; đang có PR liên quan đến env refs và runtime secret handling (#2212, #2265, #2218) — issue: Nanobot currently cannot be secured from accessing it's own config.json (and leaking keys) HKUDS/nanobot#1873
- Anthropic provider BadRequest/litellm error (#2200) — làm người dùng không thể gọi model: Can't use Anthropic provider - litellm.BadRequestError HKUDS/nanobot#2200
- Trung bình (phản hồi người dùng / hội thoại bị gián đoạn):
- Người dùng không thể gửi tin nhắn interrupt agent during long tasks (#2133) — ảnh hưởng UX lớn đối với agent interactivity: 关于在任务执行期间用户消息入列的一些想法 HKUDS/nanobot#2133
- Matrix channel không hoạt động (#1300) — kênh đầu vào bị lỗi khởi tạo: Matrix channel does not work HKUDS/nanobot#1300
- Feishu: không xử lý ảnh / file (#2242, #1864) — dẫn tới message bị bỏ qua hoặc lỗi LLM call: 无法处理来自飞书的图片 HKUDS/nanobot#2242 / DingTalk用户侧不支持上传文件 HKUDS/nanobot#1864
- Đã có PR/patch liên quan:
- Cron/heartbeat session isolation đã được sửa bởi PR #2276 (closed) — cải thiện tương tác sau job: fix: Use shared session for cron and heartbeat to enable interactive conversations HKUDS/nanobot#2276
- Secret refs & env handling: PR #2212 (closed), PR #2265 (closed), PR #2218 (open) — tiến triển rõ rệt về lưu trữ bí mật/đọc từ env.
- Yêu cầu tính năng & tín hiệu lộ trình
- Plugin system cho agent (issue #2231) — muốn mở rộng chức năng agent bằng package/manifest; có thể dẫn tới hệ sinh thái plugin giống Copilot CLI: Feature request: Plugin system for agent extensibility (like Copilot CLI or Claude Code) HKUDS/nanobot#2231.
- Pluggable Memory Provider (PR #2278) — refactor memory thành provider ABC; phù hợp với nhu cầu tùy chỉnh lưu trữ/bộ nén/benchmark: feat(memory): implement Pluggable Memory Provider and eval benchmarks HKUDS/nanobot#2278.
- Model switch via Telegram (#2257) — yêu cầu chuyển provider/model bằng lệnh chat, tín hiệu người dùng muốn linh hoạt runtime: Proposal: model change func. HKUDS/nanobot#2257.
- Tracing & observability: LiteLLM ConversationCallback (PR #2268) ám chỉ hướng làm logging/tracing không xâm lấn: feat: add ConversationCallback for LiteLLM tracing HKUDS/nanobot#2268.
- Dự đoán lộ trình tiếp theo: ưu tiên hoàn thiện secret/env refs, memory plugins, checkpointing subagent và cải thiện agent interactivity (cho phép user interrupt/approve trong khi agent đang chạy).
- Tóm tắt phản hồi người dùng
- Điểm đau chính:
- Không thể tương tác trong khi agent đang chạy (người dùng phải /stop) — làm giảm tính trung thực của trợ lý hội thoại (#2133).
- Vấn đề bảo mật cấu hình / secret leakage gây lo ngại khi deploy vào container/host chung (#1873).
- Khó reset session hoặc tạo session mới dẫn đến context overflow, đặc biệt trên Feishu (#2062).
- Một số kênh (Matrix, Feishu, Telegram) còn bug gây mất tin nhắn hoặc duplicate replies (#1300, #2242, #2235).
- Mức độ hài lòng: người dùng hài lòng với tính năng mới (onboard wizard, gửi file trên QQ, reactions) nhưng lo ngại về bảo mật và tính ổn định kênh; cộng đồng tích cực đóng góp PR để cải thiện.
- Theo dõi tồn đọng (cần chú ý của bảo trì)
- Issues quan trọng chưa có giải pháp cuối cùng / nhiều thảo luận:
- #2133 (message queuing / interactive agent): 关于在任务执行期间用户消息入列的一些想法 HKUDS/nanobot#2133
- #1873 (config.json access / security): Nanobot currently cannot be secured from accessing it's own config.json (and leaking keys) HKUDS/nanobot#1873
- #2062 (session clear/reset): 如何正确清空/重启/新建session? HKUDS/nanobot#2062
- #1300 (Matrix channel): Matrix channel does not work HKUDS/nanobot#1300
- #2200 (Anthropic provider error): Can't use Anthropic provider - litellm.BadRequestError HKUDS/nanobot#2200
- PR quan trọng đang chờ review / merge:
- #2281 Subagent Error Recovery with Checkpointing — feat(agent): implement Subagent Error Recovery with Checkpointing HKUDS/nanobot#2281
- #2278 Pluggable Memory Provider — feat(memory): implement Pluggable Memory Provider and eval benchmarks HKUDS/nanobot#2278
- #2271 CycleDetector to prevent infinite loops — feat(agent): add tool call cycle detection to prevent infinite loops HKUDS/nanobot#2271
- #2218 support
{env:VAR}in config — feat(security):support{env:VAR}syntax for environment variable references HKUDS/nanobot#2218 - #2268 LiteLLM ConversationCallback tracing — feat: add ConversationCallback for LiteLLM tracing HKUDS/nanobot#2268
- Khuyến nghị ngắn gọn: ưu tiên (1) khắc phục rủi ro bảo mật config (env refs, hạn chế truy xuất file), (2) ổn định channel handlers (Matrix/Feishu/Telegram), (3) hoàn thiện session management & interactive agent behavior để giải quyết #2133.
Kết luận ngắn: dự án rất năng động với nhiều PR trọng điểm hướng tới độ bền (checkpointing, cycle detection), khả năng mở rộng (memory provider, plugins) và bảo mật (env refs). Tuy nhiên, cần ưu tiên xử lý các vấn đề an ninh và UX session/interaction để giữ lòng tin người dùng khi triển khai vào môi trường thực tế.
Zeroclaw — zeroclaw-labs/zeroclaw
- Tổng quan hôm nay
- Hoạt động đóng/merge PR và issue rất cao trong 24 giờ qua: 50 PR cập nhật (8 mở, 42 đã merge/đóng) và 43 issues được cập nhật (8 mở, 35 đóng). Dự án đang trong giai đoạn tích hợp nhiều bản vá và mở rộng kênh/nhà cung cấp.
- Tập trung rõ ràng vào: (a) cải thiện trải nghiệm kênh (interrupt_on_new_message, /stop), (b) ổn định provider/tool (Venice, Ollama, native tool calling), và (c) khả năng vận hành agent (runtime model switching, delegate timeouts, autonomous skills).
- Hoạt động đóng góp đa dạng (đa ngôn ngữ, nhiều contributor) cho thấy cộng đồng lớn mạnh và khối lượng công việc lớn trên backlog.
- Phát hành phiên bản
- Mới: v0.5.1 (tag v0.5.1, cùng loạt beta v0.5.1-beta.*). Chi tiết chính:
- agent: runtime model switching qua model_switch tool (cho phép chuyển model khi đang chạy).
- delegate: cho phép cấu hình timeout cho sub-agent trong config.toml.
- heartbeat: thay đổi mặc định interval 30 → 5 phút; prune heartbeat từ auto-save (cần lưu ý tác động lên mạng lưới heartbeat/monitoring).
- i18n: externalize mô tả tool để dịch thuật dễ hơn.
- skills: hỗ trợ autonomous skill creation (tự sinh/kích hoạt kỹ năng).
- Beta builds (ví dụ v0.5.1-beta.414/413/403/402/400/390/379/378) bổ sung: /stop command, interrupt_on_new_message cho Discord/Mattermost/Matrix, TTS voice reply cho Telegram, security policy summary injected vào LLM system prompt, read_skill cho compact mode, slack thread_replies option, nhiều cải tiến incremental.
- Lưu ý di chuyển: thay đổi heartbeat (30→5min) có thể ảnh hưởng tới tải và lượng prune; admin nên kiểm tra cấu hình heartbeat và delegate timeouts trong ~/.zeroclaw/config.toml sau khi nâng cấp. Không thấy breaking-change rõ ràng khác, nhưng runtime model switching và config mới cần đọc kỹ release notes trước khi triển khai.
- Tiến độ dự án (PRs đã merge/đóng hôm nay)
- Một số PR trọng yếu merged/closed hôm nay (liên kết):
- #4016 Disable native tool calling for Venice — buộc dùng prompt-guided tool use (fix provider) fix(provider): disable native tool calling for Venice zeroclaw-labs/zeroclaw#4016 (closed)
- #4014 Clear persisted JSONL session on /new — xóa session file khi /new (fix session persistence) fix(channel): clear persisted JSONL session on /new command zeroclaw-labs/zeroclaw#4014 (closed)
- #4015 Clipboard fallback for HTTP contexts — fallback copy cho web UI fix(web): add clipboard fallback for HTTP contexts zeroclaw-labs/zeroclaw#4015 (closed)
- #4012 / #4000 Calculator tool — thêm công cụ toán học/statistics để tránh sai số tính toán của LLM feat(tools): add calculator tool with arithmetic and statistical functions zeroclaw-labs/zeroclaw#4012 & feat(tools): add calculator tool with arithmetic and statistical functions zeroclaw-labs/zeroclaw#4000 (closed)
- #4017 / #3900 Interruption scope (thread-aware cancellation) — thread-aware cancellation scoping (closed) fix(channel): add interruption_scope_id for thread-aware cancellation scoping zeroclaw-labs/zeroclaw#4017
- #3895 / #4013 / #3918 Interrupt_on_new_message cho Matrix/Discord (đa kênh) feat(channel): add interrupt_on_new_message support for Matrix zeroclaw-labs/zeroclaw#3895 feat(channel): add interrupt_on_new_message support for Matrix zeroclaw-labs/zeroclaw#4013 feat(channel): add interrupt_on_new_message support for Discord zeroclaw-labs/zeroclaw#3918 (một số đã merged/closed)
- Docker default CMD → daemon (fix): #3897 / #3893 (closed) fix(docker): default CMD to daemon instead of gateway zeroclaw-labs/zeroclaw#3897
- Dev/formatting: Justfile, taplo.toml, .gitattributes merged (#3874, #3873, #3875) (closed)
- Kết quả: rõ ràng đẩy mạnh tính năng kênh (cancellation/interrupt), trải nghiệm web (clipboard), và công cụ hỗ trợ LLM (calculator). Nhiều PR nhỏ về dev/CI cũng được hợp nhất.
- Chủ đề nóng trong cộng đồng
- Issue #1478 (closed) — phàn nàn mạnh về chính sách an toàn quá kiên quyết, nhiều bình luận (42): [Feature]: 除了安全,什么功能也没有. zeroclaw-labs/zeroclaw#1478
- Nhu cầu cơ bản: người dùng muốn cơ chế cấu hình “mở hết” cho môi trường cá nhân/đồ chơi, hoặc ít nhất khu vực sandbox/opt-out rõ ràng.
- Issue #3882 (open) — Yêu cầu hỗ trợ Alibaba 云 百炼 Coding Plan (Coding Plan): Feature Request: Support 阿里云百炼 Coding Plan zeroclaw-labs/zeroclaw#3882
- Nhu cầu: thêm nhà cung cấp/alias cho thị trường Trung Quốc, nhiều người dùng yêu cầu tích hợp.
- Issue #3982 (open, high severity) — "severe hallucination" báo cáo trên runtime/daemon: [Bug]: severe hallucination zeroclaw-labs/zeroclaw#3982
- Nhu cầu: vá lỗi model/provider hoặc prompt/system-prompt injection để giảm hallucination.
- PRs/Feature: interrupt_on_new_message across channels và /stop command (v0.5.1-beta.*) — chủ đề sôi nổi vì cải thiện UX trên kênh dài hạn (Telegram/Discord/Matrix/Mattermost). Ví dụ: PR #3895, #4013, #3918.
- Lỗi & Ổn định (xếp theo mức độ nghiêm trọng)
- S1 (workflow blocked / cần hành động nhanh):
- #3982 Severe hallucination (runtime/daemon) — open, tác động trực tiếp tới tính hữu dụng của agent. [Bug]: severe hallucination zeroclaw-labs/zeroclaw#3982
- #3786 All providers/models failed on Codex/Gpt-5.4 — open, ảnh hưởng provider OpenAI/Codex usage. [Bug]: [Error] All providers / models failed on Codex/Gpt-5.4 zeroclaw-labs/zeroclaw#3786
- #3999 Ollama Tool-Calling Handshake Failure — open, ngăn Zeroclaw thực hiện security prompts và tool usage với Ollama local. [Bug]: Ollama Tool-Calling Handshake Failure Prevents Security Prompts and Tool Usage by Zeroclaw using Ollama (locally) zeroclaw-labs/zeroclaw#3999
- #3764 Web UI endpoint (/agent) returns 405 with custom provider headers — open, breaks Web UI for custom providers. [Bug]: Web UI endpoint (/agent) returns 405 Method Not Allowed while CLI works correctly with custom provider headers zeroclaw-labs/zeroclaw#3764
- S2 / S1 closed today with PR fixes:
- Native tool-call hallucination (channel) — #4009 closed; PRs liên quan đã xử lý native tool calling behaviors. [Bug]: Channel path: LLM hallucinates tool usage instead of emitting native tool calls zeroclaw-labs/zeroclaw#4009
- Venice native tool calling disabled — PR #4016 closed để hạn chế lỗi provider (fix). fix(provider): disable native tool calling for Venice zeroclaw-labs/zeroclaw#4016
- Session persistence bug (JSONL) — /new now clears session file via #4014 closed. fix(channel): clear persisted JSONL session on /new command zeroclaw-labs/zeroclaw#4014
- Clipboard copy fallback (web) — #4015 closed (improve UX). fix(web): add clipboard fallback for HTTP contexts zeroclaw-labs/zeroclaw#4015
- Ghi chú: nhiều lỗi provider/handshake liên quan đến các backend (Venice, Ollama, Anthropic, Z.AI). Những lỗi này thường được giải quyết tạm bằng "disable native tool calling" hoặc provider-specific patches; cần kiểm thử provider matrix.
- Yêu cầu tính năng & tín hiệu lộ trình
- Hỗ trợ nhà cung cấp khu vực/Đông Á: Alibaba Coding Plan (issue #3882, PR #3889 open) — có khả năng được đưa vào sớm nếu PR hoàn thiện. Issue: Feature Request: Support 阿里云百炼 Coding Plan zeroclaw-labs/zeroclaw#3882 PR: feat(provider): add Alibaba Coding Plan support zeroclaw-labs/zeroclaw#3889
- "Full" Docker image (issue #3642) — yêu cầu cung cấp image tích hợp đầy đủ tính năng để giảm rào cản cho người dùng non-technical. [Feature]: Provide a "full" docker image zeroclaw-labs/zeroclaw#3642
- Kênh & UX: /stop, /reasoning, interrupt_on_new_message đã được ưu tiên — kỳ vọng tiếp tục hoàn thiện rải rác (đã có nhiều PR liên quan).
- Skills: read_skill cho compact mode và autonomous skill creation (đã xuất hiện trong v0.5.1) → tiếp tục làm tốt cho môi trường "compact" và động cơ quản lý skill.
- Tóm tắt phản hồi người dùng
- Điểm đau lớn:
- "Quá an toàn": một số người dùng (ví dụ #1478) cảm thấy policy an ninh quá hạn chế, mong có tùy chọn bật tất cả chức năng trong môi trường cá nhân. [Feature]: 除了安全,什么功能也没有. zeroclaw-labs/zeroclaw#1478
- Provider tương thích và handshake: nhiều báo cáo về provider handshake/compatibility (Venice, Ollama, Z.AI, Anthropic) dẫn tới tool-calling thất bại hoặc hallucination (#3786, #3999, #2901). [Bug]: [Error] All providers / models failed on Codex/Gpt-5.4 zeroclaw-labs/zeroclaw#3786 [Bug]: Ollama Tool-Calling Handshake Failure Prevents Security Prompts and Tool Usage by Zeroclaw using Ollama (locally) zeroclaw-labs/zeroclaw#3999 [Bug]: zeroclaw-labs/zeroclaw#2901
- UX kênh dài hạn: cần /stop, rõ trạng thái reasoning và cải thiện tính năng thread/cancellation (đã được xử lý nhiều PR). #2401 [Feature]: /reasoning and /stop command zeroclaw-labs/zeroclaw#2401
- Mức độ hài lòng: mixed — người dùng đánh giá cao tiến độ feature (kênh, calculator, i18n), nhưng còn thất vọng về một số vấn đề an ninh/sandbox và provider compatibility.
- Theo dõi tồn đọng (cần sự chú ý của người bảo trì)
- Issues mở có tác động cao:
- #3882 Support 阿里云百炼 Coding Plan (open) — cần quyết/tích hợp provider: Feature Request: Support 阿里云百炼 Coding Plan zeroclaw-labs/zeroclaw#3882
- #3982 severe hallucination (open, high priority): [Bug]: severe hallucination zeroclaw-labs/zeroclaw#3982
- #3786 All providers/models failed on Codex/Gpt-5.4 (open): [Bug]: [Error] All providers / models failed on Codex/Gpt-5.4 zeroclaw-labs/zeroclaw#3786
- #3999 Ollama handshake failure (open): [Bug]: Ollama Tool-Calling Handshake Failure Prevents Security Prompts and Tool Usage by Zeroclaw using Ollama (locally) zeroclaw-labs/zeroclaw#3999
- #3642 Provide a "full" docker image (open, community ask): [Feature]: Provide a "full" docker image zeroclaw-labs/zeroclaw#3642
- #3764 Web UI endpoint 405 for custom provider headers (open): [Bug]: Web UI endpoint (/agent) returns 405 Method Not Allowed while CLI works correctly with custom provider headers zeroclaw-labs/zeroclaw#3764
- PRs cần review / chú ý:
- #3889 Add Alibaba Coding Plan support (open PR): feat(provider): add Alibaba Coding Plan support zeroclaw-labs/zeroclaw#3889
- #4010 google_workspace operation-level allowlist (open): feat(tool): google_workspace operation-level allowlist zeroclaw-labs/zeroclaw#4010
- #3855 Dependabot bump distroless (open): chore(deps): bump distroless/cc-debian13 from
84fcd3cto9c4fe23zeroclaw-labs/zeroclaw#3855 - #3986 Theme system & settings modal (open): feat(web): add theme system and settings modal zeroclaw-labs/zeroclaw#3986
Kết luận nhanh
- Sức khỏe dự án: tích cực về mặt hoạt động (nhiều PR merged/đóng), hướng tập trung rõ ràng vào UX kênh, provider compatibility và tooling (calculator, model switching).
- Rủi ro chính: các vấn đề provider/handshake và trải nghiệm an ninh (quyền/cấu hình sandbox) vẫn đang gây ra nhiều phản hồi tiêu cực — nên ưu tiên các fix S1 và minh bạch hướng dẫn cho admin về cách "mở rộng" môi trường cá nhân một cách an toàn.
Tài nguyên nhanh (liên kết đã nêu trong bản tin):
- Issue than phiền về an ninh: [Feature]: 除了安全,什么功能也没有. zeroclaw-labs/zeroclaw#1478
- Alibaba Coding Plan (issue / PR): Feature Request: Support 阿里云百炼 Coding Plan zeroclaw-labs/zeroclaw#3882 / feat(provider): add Alibaba Coding Plan support zeroclaw-labs/zeroclaw#3889
- Severe hallucination: [Bug]: severe hallucination zeroclaw-labs/zeroclaw#3982
- All providers/models failed (Codex/Gpt-5.4): [Bug]: [Error] All providers / models failed on Codex/Gpt-5.4 zeroclaw-labs/zeroclaw#3786
- Ollama handshake: [Bug]: Ollama Tool-Calling Handshake Failure Prevents Security Prompts and Tool Usage by Zeroclaw using Ollama (locally) zeroclaw-labs/zeroclaw#3999
- Release v0.5.1 notes: (tham khảo changelog v0.5.1…HEAD trong repo)
Nếu cần, tôi có thể chuẩn bị bản tin ngắn cho maintainers với ưu tiên xử lý S1 + checklist testing cho các provider bị ảnh hưởng.
PicoClaw — sipeed/picoclaw
- Tổng quan hôm nay
- Hoạt động rất cao: 40 issue (30 mở/hoạt động, 10 đóng) và 105 PR cập nhật trong 24 giờ (54 mở, 51 đã merge/đóng).
- Một nightly build mới được tạo: v0.2.3-nightly.20260320.71ce2196 (tự động, có thể không ổn định). Xem changelog đầy đủ: sipeed/picoclaw@v0.2.3...main
- Chủ yếu là công việc sửa lỗi liên quan tới providers/LLM integration, một số cải tiến cấu hình và tài liệu; cộng đồng đang thảo luận mạnh về audio (TTS/ASR), quản lý context, và hooks sự kiện.
- Phát hành phiên bản
- Nightly: v0.2.3-nightly.20260320.71ce2196 — bản build tự động, có thể không ổn định. (Link release nightly build trong thông báo phiên bản).
- Lưu ý: đây là nightly build nên không có cam kết tương thích; nếu dùng trong môi trường sản xuất, cân nhắc chờ release chính thức.
- Tiến độ dự án (PR đã merge/đóng hôm nay & điểm nhấn)
- Tổng quan: 51 PR đã được merge/đóng trong 24h. Một số PR đáng chú ý đã đóng/merge:
- docs: làm rõ workspace .md không cần restart gateway — PR #1740 (closed) docs: clarify that workspace .md files don't require gateway restart (#1728) sipeed/picoclaw#1740
- fix: dừng typing indicator Telegram khi LLM lỗi/hang — PR #1390 (closed) fix(telegram): stop typing indicator when LLM fails or hangs sipeed/picoclaw#1390
- docs: Agent Bindings routing config documentation — PR #1788 (closed) docs: document Agent Bindings routing configuration in configuration.md sipeed/picoclaw#1788
- fix: propagate tool registry to subagents — PR #1711 (closed) fix(tools): propagate tool registry to subagents sipeed/picoclaw#1711
- nhiều PR cập nhật phụ thuộc (dependabot) và cải tiến CI: #1798, #1799, #1805–#1809 (về actions & frontend deps).
- PR đang mở quan trọng đang tiến triển: fix Anthropic tool-result deduplication (#1793) fix: deduplicate tool results and merge consecutive tool_result blocks for Anthropic API sipeed/picoclaw#1793, launcher cải thiện phát hiện gateway quản lý ngoài (#1811) fix(launcher): detect and display externally-managed gateway as running sipeed/picoclaw#1811.
- Chủ đề nóng trong cộng đồng (issues/PRs nhiều tương tác)
- #1648 — Feature: Adding TTS and ASR Support to PicoClaw (14 bình luận) [Feature] Adding TTS and ASR Support to PicoClaw sipeed/picoclaw#1648
- Nhu cầu: thiết kế kiến trúc audio (TTS/ASR) linh hoạt để hỗ trợ voice interaction trên nhiều provider/channel.
- #901 (closed) — I can't add openrouter/free model in picoclaw (12 bình luận) I can't add openrouter/free model in picoclaw sipeed/picoclaw#901
- Nhu cầu: cải thiện UX khi cấu hình provider/model miễn phí, xử lý lỗi model id và thông báo rõ ràng.
- #1439 — Context management: boundaries, compression, token budgeting (6 bình luận) [Agent refactor] Context management: boundaries, compression, and token budgeting sipeed/picoclaw#1439
- Nhu cầu: định nghĩa rõ ranh giới history/summary/runtime/system prompt, trigger/nén context để tối ưu token.
- PR #1793 — fix: deduplicate tool results for Anthropic (liên quan #1792) fix: deduplicate tool results and merge consecutive tool_result blocks for Anthropic API sipeed/picoclaw#1793
- Tập trung xử lý tương thích chặt với định dạng Anthropic Messages.
- Lỗi & Ổn định — xếp hạng theo mức độ nghiêm trọng (dựa trên tác động & số báo cáo)
- Critical: LLM/provider call errors gây 400/không thể thực thi tool calls
- #1792 — Anthropic API trả 400 do duplicate tool_result (mới) [BUG] Anthropic API 返回 400:重复 tool_result 及连续 tool result 未合并 sipeed/picoclaw#1792 — PR sửa đang mở: #1793 fix: deduplicate tool results and merge consecutive tool_result blocks for Anthropic API sipeed/picoclaw#1793
- High: Model/provider selection & compatibility failures
- #1790 — openrouter free không hoạt động (invalid model ID) [BUG] openrouter free not working sipeed/picoclaw#1790
- #1247 — OpenRouter provider loại bỏ prefix “openrouter/” khi gửi request [BUG] OpenRouter provider keep removing "openrouter/" prefix when sending the POST request over the network sipeed/picoclaw#1247
- High/Medium: Hành vi treo hoặc không retry khi LLM call thất bại
- #629 — Didn't retry if LLM call failed (task hang) [BUG] Didn't retry if meet LLM call failed sipeed/picoclaw#629
- Medium: Agent runtime stability / max_tool_iterations
- #1641 — picoclaw dừng hoạt động sau vài ngày với lỗi max_tool_iterations [BUG]picclaw not work after a few days with max_tool_iterations erorr sipeed/picoclaw#1641
- Low/UX: Channel-specific issues, docs và launcher
- #1704 — Launcher TUI gây không thể khởi động gateway/talk trên một số môi trường [BUG]After running picoclaw-launcher-tui, I am unable to start gateway or start talk. sipeed/picoclaw#1704
- #1737 — Missing port 18800 docs for WebSocket connections (launcher mode) Launcher mode: Missing port 18800 documentation for WebSocket connections sipeed/picoclaw#1737
- Ghi chú: một số lỗi đã có PR xử lý (ví dụ #1793 cho Anthropic, #1390 đã đóng cho Telegram typing).
- Yêu cầu tính năng & tín hiệu lộ trình
- TTS/ASR (voice) — #1648 [Feature] Adding TTS and ASR Support to PicoClaw sipeed/picoclaw#1648 — nhu cầu rõ ràng từ nhiều người dùng; có khả năng là ưu tiên lớn tiếp theo nếu có maintainer/đóng góp về thiết kế audio gateway.
- Event-driven Hooks System — #1795 / #1796 Feature: Event-driven Hooks System sipeed/picoclaw#1795 Feature: Event-driven Hooks System sipeed/picoclaw#1796 — hướng mở rộng automation / plugin.
- OpenAI API–format channel — #1738 [Feature] 添加OpenAI API 格式的channel支持 sipeed/picoclaw#1738 — để dễ tích hợp Picoclaw vào hệ sinh thái sẵn có.
- Cron job management + cost statistics dashboard — #1797 [Feature]Add cron job manage, and cost statistics to web dashboard sipeed/picoclaw#1797 — mong muốn quản trị tập trung cho jobs và chi phí.
- Progress feedback cho tool execution (UI/UX) — #571 [Feature] Add progress feedback during tool execution in chat sipeed/picoclaw#571 — trải nghiệm người dùng khi tool chạy dài.
- Dự đoán: trong bản phát hành tiếp theo sẽ ưu tiên các mục khắc phục providers/compat (Anthropic/OpenRouter) và tài liệu/launcher fixes; TTS/ASR và Hooks có thể vào milestone tiếp theo nếu có thiết kế và PR tích hợp.
- Tóm tắt phản hồi người dùng
- Điểm đau chính: tính tương thích giữa providers (format, model id, api_base/key inheritance) gây lỗi runtime; khi LLM thất bại hệ thống đôi khi không retry dẫn đến task treo; thiếu feedback cho người dùng khi tool chạy lâu. (tham khảo #1635, #1247, #629, #571)
- Trường hợp sử dụng phổ biến: chạy agents lâu dài trên thiết bị edge (Raspberry Pi / Android Termux), tích hợp kênh Feishu/Telegram, và dùng provider CLI (claude-cli/gemini-cli). Vấn đề trên ARM (armv7/armhf) cũng được nêu (ví dụ #1675, #1778).
- Cảm nhận tổng thể: cộng đồng tích cực báo lỗi và cung cấp PR; người dùng mong cải thiện ổn định provider và trải nghiệm deploy/launcher.
- Theo dõi tồn đọng (cần chú ý từ maintainer)
- #1648 TTS/ASR — thiết kế và tích hợp audio gateway (14 comments) [Feature] Adding TTS and ASR Support to PicoClaw sipeed/picoclaw#1648
- #629 Retry on LLM failures — task hang / retry logic [BUG] Didn't retry if meet LLM call failed sipeed/picoclaw#629
- #1793 PR (open) liên quan #1792 — merge sớm để giải quyết Anthropic 400 errors fix: deduplicate tool results and merge consecutive tool_result blocks for Anthropic API sipeed/picoclaw#1793 & [BUG] Anthropic API 返回 400:重复 tool_result 及连续 tool result 未合并 sipeed/picoclaw#1792
- #1790 & #1247 OpenRouter model id / prefix issues — cần xử lý provider mapping/validation [BUG] openrouter free not working sipeed/picoclaw#1790 [BUG] OpenRouter provider keep removing "openrouter/" prefix when sending the POST request over the network sipeed/picoclaw#1247
- #1811 PR (open) — launcher: detect external gateway fix(launcher): detect and display externally-managed gateway as running sipeed/picoclaw#1811
- #1750 Qwen CLI provider support (feature, open) feat: Add Qwen CLI provider support and merge upstream sipeed/picoclaw#1750
- #571 Progress feedback for tool execution (UX) [Feature] Add progress feedback during tool execution in chat sipeed/picoclaw#571
- #1778 Pre-built picoclaw launcher for armhf (user demand for arm32 binaries) [Feature] pre-built picoclaw launcher sipeed/picoclaw#1778
Kết luận ngắn: dự án đang rất năng động với khối lượng cao các issue/PR và nhiều đóng góp về sửa lỗi providers, launcher và docs. Ưu tiên kỹ thuật hiện tại nên là: (1) fix các tương thích provider gây lỗi (Anthropic/OpenRouter), (2) retry/robustness cho LLM calls, (3) cải thiện UX/launcher/docs cho deploy trên nhiều nền tảng. Những feature lớn như TTS/ASR và event-driven hooks là nhu cầu rõ ràng từ cộng đồng và nên chuyển thành các RFC hoặc milestone để thu hút PR hoàn chỉnh.
NanoClaw — qwibitai/nanoclaw
NanoClaw — Bản tin dự án (2026-03-20)
- Tổng quan hôm nay
- Hoạt động cộng đồng cao: 14 issue cập nhật (11 mở, 3 đã đóng) và 32 PR cập nhật trong 24 giờ qua (21 mở, 11 merge/đóng).
- Không có phát hành (release) mới. Công việc hiện tập trung vào: tính năng backend thay thế (OpenAI/Codex), cải thiện bộ nhớ/retrieval, theo dõi sử dụng API và một số bản sửa bảo mật/ổn định.
- Tín hiệu chung: nhiều PR tính năng và skills được đẩy, đồng thời xuất hiện các vấn đề bảo trì (merge-forward thất bại cho nhánh skill) cần can thiệp thủ công.
- Phát hành phiên bản
- Không có phiên bản mới hôm nay.
- Tiến độ dự án (PR đã merge/đóng hôm nay & điểm nổi bật)
- PR bảo mật: patch ngăn ghi nội dung prompt vào log khi container lỗi — PR #1191 đã đóng và ghi nhận là fix cho issue #1150 (security) (security: stop logging user prompt content on container errors qwibitai/nanoclaw#1191).
- Tính năng & trải nghiệm: conversation search + file attachments đã được đóng/merge (PR #1160) — bổ sung tìm kiếm theo nhóm và lưu file WhatsApp (feat: conversation search and file attachment support qwibitai/nanoclaw#1160).
- Các PR nhỏ/skill được đóng: /add-telegram-voice-transcription (PR #1269) đã merge (skill: add /add-telegram-voice-transcription qwibitai/nanoclaw#1269).
- PR đang chờ review hoặc mở đáng chú ý: OpenAI backend (PR #1213) (Pr/OpenAI backend qwibitai/nanoclaw#1213), memory-lancedb-pro nâng cấp (PR #1283) (skill: upgrade memory to memory-lancedb-pro (hybrid BM25+vector retrieval) qwibitai/nanoclaw#1283), API usage tracking (PR #1111) (feat: add API usage tracking qwibitai/nanoclaw#1111), opt-in diagnostics PostHog (PR #1280) (feat: add opt-in diagnostics via PostHog qwibitai/nanoclaw#1280).
- Chủ đề nóng trong cộng đồng (Issues/PR hoạt động nhất)
- Podman as alternative to Docker — enhancement (Issue #957): đề xuất thêm Podman trong tài liệu, có 5 bình luận và 4 👍 (Suggest supporting Podman as an alternative to Docker qwibitai/nanoclaw#957). Nhu cầu: hướng dẫn cho macOS/Linux không dùng Docker.
- Bảo mật log chứa prompt — issue #1150 (đã closed): mô tả rò rỉ prompt vào log container; đã được fix bằng PR #1191 (security: container error logs include full user prompt content qwibitai/nanoclaw#1150, security: stop logging user prompt content on container errors qwibitai/nanoclaw#1191).
- Hỗ trợ ANTHROPIC_AUTH_TOKEN trong setup verification — bug trung bình (Issue #853): setup/verify.ts không nhận biết ANTHROPIC_AUTH_TOKEN (Support ANTHROPIC_AUTH_TOKEN in setup verification qwibitai/nanoclaw#853). Nhu cầu: tương thích với biến môi trường mà Claude Code CLI sử dụng.
- Merge-forward failures trên nhiều nhánh skill (Issues #1261, #1276–1279): các workflow bot tạo hàng loạt issue báo merge conflict/build/test failure cho
skill/apple-containervàskill/compact— cần xử lý bằng tay (ví dụ #1279) (Merge-forward failed for 2 skill branch(es) after 91f17a1 qwibitai/nanoclaw#1279).
- Lỗi & Ổn định (xếp hạng theo mức độ)
- High: security — container error logs include full user prompt content (Issue #1150) — Đã fix bởi PR #1191 (security: container error logs include full user prompt content qwibitai/nanoclaw#1150, security: stop logging user prompt content on container errors qwibitai/nanoclaw#1191). Hành động: đã merge; đề nghị kiểm tra bản deploy/logging pipeline để đảm bảo prompt không rò rỉ sang hệ thống logging tập trung.
- Medium: DB migration đánh dấu Telegram DMs sai là group (Issue #1272) — có thể gây nhầm trạng thái cuộc trò chuyện (Bug: DB migration incorrectly marks Telegram direct chats as is_group=1 qwibitai/nanoclaw#1272). Hành động: cần sửa migration/backfill và thực hiện migration thử trên backup.
- Medium: ANTHROPIC_AUTH_TOKEN không được công nhận trong setup verify (Issue #853) — ảnh hưởng trải nghiệm cài đặt với Claude Code CLI (Support ANTHROPIC_AUTH_TOKEN in setup verification qwibitai/nanoclaw#853).
- Medium: risk of git hook bypass — PR/issue liên quan
block-no-verifyhook (Issue #1270, PR #1271) đang mở; đây là cải tiến bảo mật để ngăn agent bỏ qua git hooks (Add block-no-verify hook to prevent agents from skipping git hooks qwibitai/nanoclaw#1270, feat: add block-no-verify PreToolUse hook to prevent git hook bypass qwibitai/nanoclaw#1271). - Low/Operational: merge-forward bot failures cho nhiều nhánh skill (Issues #1261, #1276–1279) gây tắc nghẽn bảo trì (Merge-forward failed for 2 skill branch(es) after fc2cc53 qwibitai/nanoclaw#1261).
- Yêu cầu tính năng & tín hiệu lộ trình
- Backend thay thế / OpenAI-compatible backend (PR #1213) và tùy chọn engine Codex (PR #963) cho thấy nhu cầu rõ ràng về hỗ trợ engine ngoài Claude (Pr/OpenAI backend qwibitai/nanoclaw#1213, feat: add OpenAI Codex SDK as opt-in alternative agent engine qwibitai/nanoclaw#963). Khả năng sẽ được ưu tiên cho release tiếp theo nếu có review nhanh.
- Memory retrieval nâng cao (hybrid BM25+vector) — PR #1283 (vẫn mở) cho thấy ưu tiên cải thiện truy vấn gợi nhớ (skill: upgrade memory to memory-lancedb-pro (hybrid BM25+vector retrieval) qwibitai/nanoclaw#1283).
- Theo dõi & quản lý chi phí API — PR #1111 (api usage tracking) có thể trở thành feature ops tiêu chuẩn (feat: add API usage tracking qwibitai/nanoclaw#1111).
- Kênh & skills mới: Signal (#1121), OpenMail email channel (#1251), Discord swarm (#1265) và CS rankings skill (#1274) cho thấy hướng mở rộng kênh và skills (Feat: add Signal channel (/add-signal) skill qwibitai/nanoclaw#1121, skill: add /add-openmail (OpenMail email channel) qwibitai/nanoclaw#1251, feat(skill): add-discord-swarm — Agent Swarm support via Discord webh… qwibitai/nanoclaw#1265, feat: add CS rankings skill (csrankings-query) qwibitai/nanoclaw#1274).
- Về devops/UX: hỗ trợ Podman (Issue #957) và fix cho headless Linux browser fallback (PR #1281) là các yêu cầu môi trường triển khai phổ biến (Suggest supporting Podman as an alternative to Docker qwibitai/nanoclaw#957, fix: headless Linux browser fallback + Linux/VPS setup docs qwibitai/nanoclaw#1281).
- Tóm tắt phản hồi người dùng
- Điểm đau chính: cài đặt trên máy chủ không có display (headless), biến môi trường token không nhất quán giữa CLI và setup script (ANTHROPIC_AUTH_TOKEN), và rủi ro rò rỉ prompt vào logs (đã được xử lý).
- Trải nghiệm tốt: cộng đồng tích cực đóng góp skills (Telegram voice transcription, conversation search, file attachments) và nhiều PR mở cho tính năng lớn (OpenAI backend, memory upgrade). Người đóng góp đánh giá dự án “useful and well designed” (Issue #957).
- Mức độ hài lòng: nhìn chung cao về tính năng, nhưng có lo ngại về bảo mật và trải nghiệm cài đặt trên các môi trường khác nhau.
- Theo dõi tồn đọng (cần chú ý của maintainers)
- Review & quyết định về OpenAI backend (PR #1213) — liên quan lớn đến lộ trình multi-backend (Pr/OpenAI backend qwibitai/nanoclaw#1213).
- PR api usage tracking (PR #1111) — cần review sớm nếu muốn đưa vào next release (feat: add API usage tracking qwibitai/nanoclaw#1111).
- Memory upgrade (PR #1283) — duplicate history tồn tại (PR #1043 trước đó); cần xác nhận thiết kế và compatibility (skill: upgrade memory to memory-lancedb-pro (hybrid BM25+vector retrieval) qwibitai/nanoclaw#1283, feat: upgrade memory to memory-lancedb-pro (hybrid BM25+vector retrieval) qwibitai/nanoclaw#1043).
- Merge-forward failures for skill branches (Issues #1261, #1276–1279) — cần người có quyền giải quyết xung đột và CI build failures (ví dụ Merge-forward failed for 2 skill branch(es) after 91f17a1 qwibitai/nanoclaw#1279).
- DB migration bug (Issue #1272) — sửa migration/backfill để tránh đánh dấu sai Telegram DMs (Bug: DB migration incorrectly marks Telegram direct chats as is_group=1 qwibitai/nanoclaw#1272).
- Setup verification support for ANTHROPIC_AUTH_TOKEN (Issue #853) — đơn giản nhưng ảnh hưởng UX cài đặt (Support ANTHROPIC_AUTH_TOKEN in setup verification qwibitai/nanoclaw#853).
- Phê duyệt / thảo luận cho các PR bảo mật/hardening: block-no-verify hook (PR #1271) và thay thế SDK bằng Claude Code CLI (PR #1266) liên quan tới TOS/compliance — cần xem xét kỹ (feat: add block-no-verify PreToolUse hook to prevent git hook bypass qwibitai/nanoclaw#1271, refactor: replace Agent SDK with Claude Code CLI in container agent-runner qwibitai/nanoclaw#1266).
Kết luận ngắn: dự án đang rất năng động về tính năng và có phản hồi cộng đồng hiệu quả; song song đó tồn tại các công việc bảo trì quan trọng (merge conflicts cho nhánh skills, migration bug) và một vài điểm bảo mật/UX cần hoàn thiện. Đề xuất hành động ngay: review PRs nền tảng (OpenAI backend, API tracking, memory), giải quyết merge-forward conflicts cho nhánh skill, và cập nhật scripts/migrations liên quan tới Anthropic tokens và Telegram backfill.
IronClaw — nearai/ironclaw
- Tổng quan hôm nay
- Hoạt động cộng đồng rất cao: 50 Issues và 50 PRs được cập nhật trong 24 giờ qua (12 Issues mở/hoạt động, 38 đã đóng; 25 PR mở, 25 PR đã merge/đóng). Điều này cho thấy đợt triage/staging CI lớn vừa diễn ra và nhiều sửa lỗi hiệu năng/ổn định được đẩy lên.
- Phiên bản mới v0.20.0 được phát hành ngày 2026-03-19, tập trung vào khả năng "self-repair", testing cho StubLlm và cải tiến giao diện cài đặt. (Release: https://github.com/nearai/ironclaw/releases/tag/v0.20.0)
- Tình trạng chung: tích cực về triage và tối ưu nội bộ (cache, clone, lock contention), còn một số vấn đề nâng cấp/migration và tính năng lớn chưa giải quyết.
- Phát hành phiên bản (v0.20.0 — 2026-03-19)
- Nội dung chính (theo Release Notes):
- (self-repair) wire
stuck_threshold,store, vàbuilder— cải thiện khả năng tự sửa lỗi của routine/agent. - (testing) thêm khung FaultInjector cho StubLlm — tăng phạm vi kiểm thử lỗi LLM giả lập.
- (gateway) trang cài đặt hợp nhất với các subtabs — cải thiện UX quản trị.
- (self-repair) wire
- Lưu ý di chuyển / tương thích:
- Không ghi nhận thay đổi phá vỡ (breaking) rõ ràng trong notes, nhưng có một số vấn đề migration liên quan tới bản trước (xem Issue #1328 dưới). Kiểm tra trước khi nâng cấp cơ sở dữ liệu trên môi trường sản xuất.
- Link release: https://github.com/nearai/ironclaw/releases/tag/v0.20.0
- Tiến độ dự án (PRs đã merge/đóng đáng chú ý)
- PRs merge/đóng hôm nay (chọn lọc, link):
- #1427 — staging CI triage: hợp nhất parsing retry, sửa flaky tests, thêm docs (CLOSED) — fix: staging CI triage — consolidate retry parsing, fix flaky tests, add docs nearai/ironclaw#1427
- #1438 — perf: dùng Arc trong embedding cache để tránh clone không cần thiết (CLOSED) — perf: use Arc in embedding cache to avoid clones on miss path nearai/ironclaw#1438
- #1440 — owner-scoped permissions cho full-job routines (CLOSED) — Add owner-scoped permissions for full-job routines nearai/ironclaw#1440
- #1375 — hosted OAuth / MCP auth generic improvements (CLOSED) — Make hosted OAuth and MCP auth generic nearai/ironclaw#1375
- #333 — Slack Socket Mode (merge trước, đóng liên quan) — feat: add Slack Socket Mode support for NAT-friendly connectivity nearai/ironclaw#333
- Các chủ đề được đẩy mạnh: ổn định (cache, clones, concurrency), bảo mật/permission model cho routines, và cải thiện CI/staging triage tự động. Nhiều PR tối ưu hóa hiệu năng của cache/eviction và giảm cloning trên đường dẫn nóng.
- Chủ đề nóng trong cộng đồng
- PR thêm Aliyun / BaiLian Coding Plan (mở): #1446 — người đóng góp mới đề xuất backend Aliyun; cần review tương thích và test HTTP/1.1 — feat: add Aliyun Coding Plan support nearai/ironclaw#1446
- PR lớn về adaptive learning / skill synthesis (mở, rất lớn): #1187 — đề xuất hệ thống học thích ứng (skill synthesis, user profiles, session search) đang thu hút chú ý vì scope rộng — feat: adaptive learning system — skill synthesis, user profiles, session search nearai/ironclaw#1187
- Issue nâng cấp migration (mở): #1328 — nâng cấp lên v0.19.0 thất bại do migration checksum mismatch trên PostgreSQL; vấn đề gây ảnh hưởng cho người nâng cấp — Upgrade to v0.19.0 fails: V6__routines migration checksum mismatch on existing PostgreSQL databases nearai/ironclaw#1328
- Yêu cầu Slack "Socket Mode" (mở): #1155 — nhiều người triển khai cần kết nối không có inbound webhook; liên quan tới PR #333 đã có tiến triển — Support "Socket Mode" for Slack channel nearai/ironclaw#1155
Phân tích nhu cầu: cộng đồng đang yêu cầu (1) tính tương thích với nhiều nhà cung cấp LLM/điểm cuối (Aliyun, Codex), (2) triển khai trên môi trường NAT-restricted (Socket Mode), và (3) nâng cao tự động hóa/khả năng học của agent (adaptive learning).
- Lỗi & Ổn định (xếp hạng theo mức độ)
- CRITICAL
- Embedding cache clones embeddings on every hit — Issue #1429 (CLOSED): xác định clone không cần thiết; đã có PR tối ưu liên quan (#1438) — [CRITICAL] Embedding cache clones embeddings on every hit nearai/ironclaw#1429 và PR perf: use Arc in embedding cache to avoid clones on miss path nearai/ironclaw#1438
- HIGH
- Unbounded message Vec growth in routine tool loop — Issue #826 (CLOSED): message accumulation không bị trim, có thể làm tăng context size — [HIGH:82] Unbounded message Vec growth in routine tool loop nearai/ironclaw#826
- Token budget / bypass issues (several staging-ci found issues #815, #816, #814) — liên quan tới enforcement và persistence của token budgets; nhiều đã được triaged/đóng — [HIGH] User-supplied metadata bypasses configured token budget without validation. Job nearai/ironclaw#815 [HIGH] Token budget enforcement incomplete:
select_tools()LLM calls bypass tracking nearai/ironclaw#816 [HIGH] Token budget not persisted to database. PR addsmax_tokenstoJobContextbut nearai/ironclaw#814 - Thundering herd / LRU eviction / Mutex issues trong embedding cache — issues #1430, #1431, #1433 (CLOSED) — [HIGH] O(n) LRU eviction on every insertion at capacity nearai/ironclaw#1430 [HIGH] Thundering herd: concurrent requests for same uncached key nearai/ironclaw#1431 [MEDIUM] No timeout on Mutex::lock() in cache operations nearai/ironclaw#1433
- MEDIUM
- N+1 query in secrets credential injection — #858 (CLOSED) — [HIGH:85] N+1 query anti-pattern in secrets credential injection nearai/ironclaw#858
- Various inefficiencies / unnecessary cloning (multiple staging-ci issues closed).
- Ghi chú: Phần lớn vấn đề nêu bởi staging CI đã được triage và nhiều PR tối ưu đã được merge/đóng; vẫn còn các vấn đề nâng cấp/migration (Issue #1328) và vài PR lớn cần review kỹ trước khi merge.
- Yêu cầu tính năng & tín hiệu lộ trình
- Hỗ trợ nhà cung cấp LLM/plan mới: Aliyun Coding Plan (#1446) — nếu merge sẽ mở rộng tương thích cho người dùng Trung Quốc/Aliyun. Link: feat: add Aliyun Coding Plan support nearai/ironclaw#1446
- Adaptive learning / skill synthesis (#1187) — nếu đi qua review có thể trở thành tính năng roadmap lớn, đem lại khả năng tự động sinh kỹ năng/tiến hoá routines: feat: adaptive learning system — skill synthesis, user profiles, session search nearai/ironclaw#1187
- Per-channel MCP/tool filtering và per-job MCP servers (#1378, #1243) — tín hiệu rõ ràng về nhu cầu per-channel scoping và giới hạn iterations: feat(routing): per-channel MCP and built-in tool filtering nearai/ironclaw#1378 feat(jobs): per-job MCP server filtering and max_iterations cap nearai/ironclaw#1243
- Tích hợp PDF extraction tốt hơn (pdf_oxide) — PR #1435 đề xuất thay backend, hứa hẹn cải thiện độ chính xác và loại bỏ native deps: feat: replace pdf-extract with pdf_oxide nearai/ironclaw#1435
- Tóm tắt phản hồi người dùng
- Điểm đau chính:
- Nâng cấp phiên bản/migration không an toàn: Issue #1328 phản ánh rủi ro khi nâng cấp DB — rất nhiều người dùng chờ fix trước khi cập nhật production. Link: Upgrade to v0.19.0 fails: V6__routines migration checksum mismatch on existing PostgreSQL databases nearai/ironclaw#1328
- Hiệu năng/chi phí: cloning không cần thiết và AWS/LLM token budget bypass dẫn tới tốn tài nguyên và phí API — nhiều PR đã tập trung sửa.
- Triển khai mạng (webhook/NAT): nhu cầu Socket Mode cho Slack (Issue #1155) để tránh mở firewall/public URLs. Link: Support "Socket Mode" for Slack channel nearai/ironclaw#1155
- Mức độ hài lòng: người dùng đánh giá cao các fix ổn định gần đây (cache, clone fixes, permissions) nhưng thận trọng với các thay đổi lớn/migration. Các đóng góp tài liệu (docs) và CLI flags mới (#1399) được mong muốn để dễ vận hành.
- Theo dõi tồn đọng (cần chú ý của maintainer)
- Issue #1328 — Upgrade to v0.19.0 fails: migration checksum mismatch (OPEN) — high priority cho người dùng đang nâng cấp DB: Upgrade to v0.19.0 fails: V6__routines migration checksum mismatch on existing PostgreSQL databases nearai/ironclaw#1328
- PR #1187 — feat adaptive learning system (OPEN, size XL): cần roadmap decision & security review trước khi merge: feat: adaptive learning system — skill synthesis, user profiles, session search nearai/ironclaw#1187
- PR #1446 — Aliyun provider (OPEN, contributor mới): review compatibility, tests, và docs cần hỗ trợ reviewer: feat: add Aliyun Coding Plan support nearai/ironclaw#1446
- PR #1243 / #1378 — per-job/per-channel MCP filtering (OPEN): cần rõ ràng về env gating và backward compatibility: feat(jobs): per-job MCP server filtering and max_iterations cap nearai/ironclaw#1243 feat(routing): per-channel MCP and built-in tool filtering nearai/ironclaw#1378
- PR #635 — orphaned tool_results & parallel merging (OPEN, lâu): ảnh hưởng tới kết quả tool execution, cần follow-up test/CI: fix: orphaned tool_results and parallel tool_result merging in Worker nearai/ironclaw#635
- Các khuyến nghị nhanh:
- Khóa ưu tiên: fix migration (#1328) hoặc cung cấp downgrade/migration script cho người dùng; công khai hướng dẫn nâng cấp an toàn trong release notes.
- Tăng ưu tiên review cho PR lớn/khung tính năng (adaptive learning, Aliyun) và gắn labels 「design-review」/「security」 nếu cần.
- Tiếp tục batch triage staging CI để đóng các vấn đề performance/clone tương tự; nhiều vấn đề đã có PR nhưng cần theo dõi regressions.
Kết luận ngắn: dự án đang trong giai đoạn cao điểm triage và ổn định hoá sau một loạt chỉnh sửa liên quan tới cache, clone và concurrency; phát hành v0.20.0 phản ánh mục tiêu self-repair và testability. Hai rủi ro cần cảnh giác sớm là migration trên cơ sở dữ liệu (Issue #1328) và các PR lớn tính năng cần review kỹ (ví dụ #1187, #1446).
LobsterAI — netease-youdao/LobsterAI
TinyClaw — TinyAGI/tinyclaw
Bản tin dự án TinyClaw — dữ liệu nguồn: repository (PR/Issue) được cung cấp từ github.com/TinyAGI/tinyagi — Ngày 2026-03-20
- Tổng quan hôm nay
- Hoạt động code tiếp tục có động lực nhưng chủ yếu ở dạng PR lớn; trong 24 giờ qua không có issue mới hoặc cập nhật, và có 2 PR đang mở/được cập nhật.
- Không có phát hành mới. Tốc độ tương tác cộng đồng thấp (không có bình luận hoặc phản ứng trên PRs được liệt kê).
- Tình trạng chung: phát triển tính năng/hoàn thiện kiến trúc (refactor + redesign) đang được đẩy, cần review từ bảo trì để tiến tới merge.
- Phát hành phiên bản
- Không có phiên bản mới trong ngày — không có nội dung để báo cáo.
- Tiến độ dự án
- PRs cập nhật/đang mở trong 24 giờ:
- 📊 AI CLI 工具社区动态日报 2026-03-21 duanyytop/agents-radar#242 refactor(core): extract CLI logic into adapter pattern — mở bởi @jlia0 (2026-03-19). Link: refactor(core): extract CLI logic into adapter pattern TinyAGI/tinyagi#242. Mục tiêu: tách logic gọi CLI theo provider vào mô-đun adapter, mỗi backend (Claude, Codex, OpenCode) tuân theo interface AgentAdapter và tự đăng ký qua registry. Là refactor kiến trúc, giảm phức tạp của invoke.ts.
- 📊 AI CLI Tools Digest 2026-03-18 duanyytop/agents-radar#212 feat(office): redesign the live office workspace — mở bởi @mczabca-boop (2026-03-13, cập nhật 2026-03-19). Link: feat(office): redesign the live office workspace TinyAGI/tinyagi#212. Mục tiêu: thiết kế lại trải nghiệm /office (workspace trực tiếp), cải thiện UI/UX/flow.
- Không có PR nào được merge/đóng hôm nay.
- Chủ đề nóng trong cộng đồng
- Hai PR trên là tâm điểm hiện tại:
- Kiến trúc adapter cho CLI (📊 AI CLI 工具社区动态日报 2026-03-21 duanyytop/agents-radar#242): liên quan đến mở rộng provider và giảm coupling; nhu cầu cơ bản là hỗ trợ nhiều backend một cách có tổ chức và dễ mở rộng. Link: refactor(core): extract CLI logic into adapter pattern TinyAGI/tinyagi#242
- Thiết kế lại office workspace (📊 AI CLI Tools Digest 2026-03-18 duanyytop/agents-radar#212): phản ánh nhu cầu về trải nghiệm làm việc trực tiếp tốt hơn cho người dùng cuối (dashboard/live workspace). Link: feat(office): redesign the live office workspace TinyAGI/tinyagi#212
- Lưu ý: cả hai PR hiện không có bình luận hay reactions — tức là cộng đồng chưa tham gia thảo luận sâu; có thể cần maintainers chủ động review để kích hoạt phản hồi.
- Lỗi & Ổn định
- Báo cáo lỗi hôm nay: không có issue/cảnh báo mới được ghi nhận trong 24 giờ.
- Xếp hạng nghiêm trọng: không có mục nào để đánh giá.
- Ghi chú: refactor kiến trúc (📊 AI CLI 工具社区动态日报 2026-03-21 duanyytop/agents-radar#242) có tiềm năng tạo thay đổi không tương thích nếu không có hướng dẫn di chuyển / kiểm thử; cần chú ý bộ test và CI trước merge.
- Yêu cầu tính năng & tín hiệu lộ trình
- Tín hiệu rõ ràng từ PRs:
- Hướng mở rộng provider/adapter: mong muốn hệ thống hỗ trợ nhiều backend CLI/AI providers dễ dàng (tích hợp, tự đăng ký, interface chuẩn). Khả năng sẽ xuất hiện các adapter bổ sung và registry/plugin API trong releases tiếp theo.
- Trải nghiệm workspace trực tiếp: ưu tiên cải thiện /office (UI, collaboration, trạng thái realtime). Có thể dẫn đến bản release tập trung vào UX và quản lý phiên làm việc.
- Dự đoán tính năng có thể xuất hiện tiếp theo: tài liệu adapter, API plugin/provider, cải tiến giao diện office, test e2e cho workspace.
- Tóm tắt phản hồi người dùng
- Dữ liệu trực tiếp hiện tại không có bình luận/issue nên phản hồi người dùng gián tiếp được suy luận từ PRs:
- Người đóng góp/khách hàng muốn modular hóa tích hợp provider và cải thiện workspace.
- Điểm đau khả dĩ: khó tích hợp backend mới, code CLI rối, và giao diện workspace chưa trực quan/ít tính năng realtime.
- Mức độ hài lòng tạm tính: trung lập — có nỗ lực cải tiến nhưng thiếu phản hồi cộng đồng để xác nhận.
- Theo dõi tồn đọng (cần chú ý của bảo trì)
- PR 📊 AI CLI 工具社区动态日报 2026-03-21 duanyytop/agents-radar#242 — refactor core adapter pattern (refactor(core): extract CLI logic into adapter pattern TinyAGI/tinyagi#242)
Hành động đề xuất: ưu tiên review về tương thích ngược, test coverage, hướng dẫn migration cho bất kỳ code phụ thuộc nào; xác nhận CI green trước merge. - PR 📊 AI CLI Tools Digest 2026-03-18 duanyytop/agents-radar#212 — redesign office workspace (feat(office): redesign the live office workspace TinyAGI/tinyagi#212)
Hành động đề xuất: yêu cầu tác giả bổ sung mô tả UX chi tiết, ảnh chụp màn hình/demo, tác động hiệu suất và kế hoạch test; review sớm để kích hoạt thảo luận cộng đồng. - Không có issue cũ nổi bật được liệt kê; nếu tồn đọng khác không xuất hiện trong dữ liệu, khuyến nghị bảo trì rà soát board issue/PRs dài hạn để tránh tắc nghẽn.
Tóm lại: Dự án đang trong giai đoạn điều chỉnh kiến trúc và cải thiện trải nghiệm người dùng (hai PR lớn), nhưng cần review chủ động từ bảo trì để tiến tới merge và tạo điểm kích hoạt cho cộng đồng. Không có lỗi mới nghiêm trọng hay release hôm nay.
Moltis — moltis-org/moltis
Tổng quan hôm nay
- Moltis đang có hoạt động cộng đồng vừa phải: 4 issue và 3 PR được cập nhật trong 24 giờ qua, không có phát hành mới. (Repo: https://github.com/moltis-org/moltis)
- Phổ biến là các thay đổi hướng tới bảo mật/kiểm soát hành vi agent (hook ngăn bỏ qua git hooks) và hỗ trợ provider mới; một PR sửa lỗi Windows I/O vừa được cập nhật.
- Không có PR nào được merge/đóng trong 24 giờ, vì vậy tiến độ tính năng/phát hành vẫn ở trạng thái chờ xét duyệt.
Phát hành phiên bản
- Không có phiên bản mới được phát hành hôm nay.
Tiến độ dự án
- PR đang mở nổi bật:
- #436: fix(sessions) — sửa cách mở file trên Windows để tránh LockFileEx os error 5 (cập nhật 2026-03-20). Link: fix(sessions): replace append(true) with write(true)+seek to fix Windows file lock (LockFileEx os error 5) moltis-org/moltis#436
- #455: feat — thêm hook PreToolUse
block-no-verifyđể ngăn agent bỏ qua git hooks (cập nhật 2026-03-19). Link: feat: add block-no-verify PreToolUse hook to prevent agents from bypassing git hooks moltis-org/moltis#455 - #451: feat(providers) — thêm Novita AI làm provider tương thích OpenAI (cập nhật 2026-03-19). Link: feat(providers): add Novita AI as OpenAI-compatible provider moltis-org/moltis#451
- Không có PR được merge/đóng hôm nay; các PR tập trung vào sửa lỗi nền tảng (IO/Windows) và an toàn hành vi agent, cùng mở rộng hệ sinh thái provider.
Chủ đề nóng trong cộng đồng
- Feature: Tool search — Issue #313 (6 bình luận, 2 👍) đề xuất tìm kiếm công cụ; đang có thảo luận về nhu cầu UX/manifest. Link: [Feature]: Tool search moltis-org/moltis#313
- Bypass git hooks / bảo mật agent — Issue #454 (thảo luận về hook
block-no-verify) và PR #455 (thực thi giải pháp) thể hiện mối quan tâm cao về agent có thể vô hiệu hoá quality gates. Links: Add block-no-verify hook to prevent agents from bypassing git hooks moltis-org/moltis#454 và feat: add block-no-verify PreToolUse hook to prevent agents from bypassing git hooks moltis-org/moltis#455 - Hỗ trợ provider mới — PR #451 mở ra khả năng tích hợp Novita AI, tín hiệu về nhu cầu đa dạng hóa backend LLM. Link: feat(providers): add Novita AI as OpenAI-compatible provider moltis-org/moltis#451
Lỗi & Ổn định (xếp hạng theo mức độ nghiêm trọng)
- Cao — Bypass git hooks (Issue #454)
- Rủi ro: Agent có thể chạy
git commit/git push --no-verifyvà vô hiệu hoá pre-commit/commit-msg/pre-push, làm phá vỡ kiểm soát chất lượng. - Tình trạng: Issue mở; PR #455 cung cấp hook
block-no-verify(chưa merge). Links: Add block-no-verify hook to prevent agents from bypassing git hooks moltis-org/moltis#454, feat: add block-no-verify PreToolUse hook to prevent agents from bypassing git hooks moltis-org/moltis#455
- Rủi ro: Agent có thể chạy
- Trung bình-Cao — skills unpacked but omitted from skills-manifest.json (Issue #452)
- Rủi ro: Kỹ năng được giải nén nhưng không xuất hiện trong manifest, dẫn đến hành vi không nhất quán khi load/hiện thị skill. Cần kiểm tra pipeline unpack → manifest. Link: [Bug]: skills with invalid name but valid slug are unpacked into installed-skills but silently omitted from skills-manifest.json moltis-org/moltis#452
- Trung bình — Possible overload of managerial agent creating many agents (Issue #453)
- Rủi ro: Quản lý agent có thể bị quá tải khi được dùng để tạo số lượng lớn agent cho mục đích kinh doanh; liên quan tới scale & cost/model-behavior. Link: [Model]: Possible over load of one managerial agent to create more agents for business use moltis-org/moltis#453
- Trung bình — Windows file lock (PR #436 sửa lỗi liên quan đến LockFileEx os error 5)
- Tình trạng: PR #436 đã được nộp để sửa root cause cách mở file trên Windows; nếu merge sẽ khắc phục nhiều lỗi session trên Windows. Link: fix(sessions): replace append(true) with write(true)+seek to fix Windows file lock (LockFileEx os error 5) moltis-org/moltis#436
Yêu cầu tính năng & tín hiệu lộ trình
- Tool search (Issue #313) là yêu cầu UX rõ ràng — kỳ vọng tích hợp tìm kiếm/lọc công cụ trong UI hoặc CLI sẽ tăng khả năng dùng lại skill/tool. Link: [Feature]: Tool search moltis-org/moltis#313
- Hỗ trợ provider bổ sung (PR #451) cho thấy nhu cầu mở rộng nhà cung cấp LLM và khả năng tương thích OpenAI — có thể trở thành phần của bản phát hành tiếp theo nếu tích hợp và kiểm thử ổn định. Link: feat(providers): add Novita AI as OpenAI-compatible provider moltis-org/moltis#451
- Kiểm soát hành vi agent (block-no-verify) có thể trở thành tiêu chuẩn bảo mật mặc định trong cấu hình agent. Link: feat: add block-no-verify PreToolUse hook to prevent agents from bypassing git hooks moltis-org/moltis#455
Tóm tắt phản hồi người dùng
- Điểm đau thực tế: a) Vấn đề ổn định trên Windows (file lock) gây cản trở trải nghiệm đa nền tảng; b) agents có thể phá vỡ quy trình CI/CD bằng cách bỏ qua hooks; c) quản lý và khám phá skills/tools còn thiếu (đề xuất tool search).
- Mức độ: Người dùng phản ảnh vấn đề kỹ thuật (Windows I/O, manifest) và lo ngại về an toàn hành vi agent; tương tác cộng đồng cho thấy mong muốn cải thiện UX và bảo mật.
Theo dõi tồn đọng (cần chú ý của maintainer)
- Issue #452 (skills unpack → missing in skills-manifest.json) — không có bình luận; cần triage và test case để tái tạo. Link: [Bug]: skills with invalid name but valid slug are unpacked into installed-skills but silently omitted from skills-manifest.json moltis-org/moltis#452
- Issue #453 (managerial agent overload) — cần định nghĩa rủi ro, giới hạn rate/quotas, và đề xuất mitigations. Link: [Model]: Possible over load of one managerial agent to create more agents for business use moltis-org/moltis#453
- PR #436 (Windows file lock) — đang chờ review & merge; ưu tiên cao để cải thiện trải nghiệm Windows. Link: fix(sessions): replace append(true) with write(true)+seek to fix Windows file lock (LockFileEx os error 5) moltis-org/moltis#436
- PR #455 (block-no-verify hook) — liên kết trực tiếp tới Issue #454; cần review nhanh vì liên quan an toàn. Links: feat: add block-no-verify PreToolUse hook to prevent agents from bypassing git hooks moltis-org/moltis#455 và Add block-no-verify hook to prevent agents from bypassing git hooks moltis-org/moltis#454
Kết luận ngắn
- Điểm ưu tiên hiện tại: (1) review/merge PR bảo mật (block-no-verify), (2) merge fix Windows I/O, (3) triage bugs liên quan manifest và model-behavior.
- Những tín hiệu lộ trình rõ ràng: chú trọng bảo mật agent, cải thiện đa nền tảng (Windows) và mở rộng providers.
CoPaw — agentscope-ai/CoPaw
CoPaw — Bản tin dự án (2026-03-20)
- Tổng quan hôm nay
- Hoạt động cộng đồng rất sôi nổi: trong 24 giờ qua có 50 issues cập nhật (34 mở/hoạt động, 16 đóng) và 50 PRs (21 mở, 29 merge/đóng). Phiên bản ổn định v0.1.0 vừa phát hành cùng nhiều bản beta trước đó.
- Chủ đề chính: chuyển sang kiến trúc multi-agent / multi-workspace, hỗ trợ đa phương tiện trong console, đồng thời xuất hiện nhiều báo cáo lỗi liên quan nâng cấp, cấu hình mô hình và xử lý media/audio.
- Đánh giá sức khỏe: tiến nhanh về tính năng (multi-agent, local embedding, channel routing) nhưng cần ưu tiên khắc phục các sự cố ổn định và trải nghiệm nâng cấp/khởi tạo mô hình.
- Phát hành phiên bản
- v0.1.0 (phát hành) — tính năng nổi bật:
- Multi-Agent / Multi-Workspace Architecture: chạy nhiều agent đồng thời, mỗi agent có workspace riêng (config, memory, skills, tools) và console agent selector (tóm tắt thay đổi từ release note) — link release: https://github.com/agentscope-ai/CoPaw (xem PR bump/version #1880).
- Lưu ý di chuyển: nhiều người dùng báo lỗi khi nâng cấp từ bản beta (xem issue nâng cấp thất bại #1895). Kiểm tra backup config và models trước khi nâng cấp; theo dõi thay đổi UI quản lý mô hình (vấn đề #1877, #1888).
- v0.1.0-beta.4 — thay đổi chính:
- Console hỗ trợ message đa phương tiện (hình ảnh, file upload) và một số sửa import liên quan model factory (PRs ghi trong release notes).
- Tiến độ dự án (PRs đã merge/đóng hôm nay)
- Tổng quan: 29 PRs được merge/đóng trong 24h gần đây. Một số PR/merge nổi bật:
- Bump version và release note (bump to v0.1.0) — PR #1880 (closed) chore(version): bump version to 0.1.0 and update the release note agentscope-ai/CoPaw#1880
- Thêm token auth system (merge sớm trong chuỗi release) — PR fix: prevent false positives in OpenAI web report from lastmod churn duanyytop/agents-radar#181 (closed) feat(auth): add token authentication system (#180) agentscope-ai/CoPaw#181
- Thêm hỗ trợ retry cho HTTP 529 (Anthropic overloaded) — PR #1891 (closed) fix: add HTTP 529 to retryable status codes for Anthropic overloaded errors agentscope-ai/CoPaw#1891
- Các PR đóng góp giao diện/branding và config nhỏ: logo website #1878 (closed) add copaw logo to website agentscope-ai/CoPaw#1878; tool result compaction refactor #1867 (closed) feat(agent): update tool result compaction configuration agentscope-ai/CoPaw#1867
- PRs đang chờ review/merge và có ảnh hưởng tới ổn định:
- Thay threading.Lock bằng asyncio.Lock trong TokenUsageManager — PR #1893 (open) fix(token_usage): replace threading.Lock with asyncio.Lock in record() agentscope-ai/CoPaw#1893
- Xử lý asyncio.CancelledError cho cron jobs — PR #1894 (open) fix(cron): handle CancelledError so cancelled jobs report correct status agentscope-ai/CoPaw#1894
- Hỗ trợ audio top-level data field (Telegram) — PR #1896 (open) fix: support audio content using top-level data field agentscope-ai/CoPaw#1896
- Swagger docs routing fix — PR #1847 (open) fix: 修复 Swagger 文档路由被 SPA 通配符覆盖的问题 agentscope-ai/CoPaw#1847
- Chủ đề nóng trong cộng đồng
- Thảo luận về Skills/MCPs nên cài sẵn (most commented): Issue #280 (Discussion, 20 comments) — Discussion: Which Skills and MCPs Can Be Built-in? agentscope-ai/CoPaw#280. Nhu cầu: cài đặt sẵn các skills/MCP phổ biến để cải thiện trải nghiệm “out-of-the-box”.
- Nhiều báo cáo liên quan nâng cấp/hồi quy: issue nâng cấp thất bại #1895 (5 comments) — [Bug]: 创空间升级失败 agentscope-ai/CoPaw#1895; lỗi context window exceed sau nâng cấp #1873 (5 comments) — [Bug]: 升级到最新版本 v0.1.0b3,就开始报错 {'type': 'invalid_request_error', 'message': 'invalid params, context window exceeds limit (2013)'}, agentscope-ai/CoPaw#1873.
- Xử lý media/audio trên kênh (Telegram/Discord) đang gây phiền toái: issue Telegram audio #1516 (3 comments) — [Bug]: AudioContent not supported in Telegram channel - Fix agentscope-ai/CoPaw#1516; Discord ogg extension lỗi #902 — [Bug] Discord 语音消息发送失败:
TypeError: Unsupported audio file extension: oggagentscope-ai/CoPaw#902. - Gần đây có nhu cầu UI/UX: “0.1.0界面哪里切换模型?” #1888 (3 comments) — [Question]: 0.1.0界面哪里切换模型? agentscope-ai/CoPaw#1888 — cho thấy người dùng gặp khó trong thao tác chọn/t cấu hình mô hình sau nâng cấp.
- Lỗi & Ổn định (xếp theo mức độ nghiêm trọng)
- Cao
- Nâng cấp thất bại 0.1.0b3->0.1.0 (#1895) — ảnh hưởng tới nhiều người muốn cập nhật. Link: [Bug]: 创空间升级失败 agentscope-ai/CoPaw#1895
- Context window exceeds limit dẫn BadRequest/invalid params sau nâng cấp (#1873) — có báo cáo gây gián đoạn ([Bug]: 升级到最新版本 v0.1.0b3,就开始报错 {'type': 'invalid_request_error', 'message': 'invalid params, context window exceeds limit (2013)'}, agentscope-ai/CoPaw#1873)
- Local model load failure (llama.cpp/Qwen3.5) gây lỗi chat (#823) — https://github.com/agentscope-ai/CoPaw/issues/823
- Trung bình
- TokenUsageManager deadlock under load (#1834) — có PR fix bằng asyncio.Lock (#1893 open) — https://github.com/agentscope-ai/CoPaw/issues/1834 & PR fix(token_usage): replace threading.Lock with asyncio.Lock in record() agentscope-ai/CoPaw#1893
- Cron job status incorrectly reports success when cancelled (#1829) — PR #1894 open to handle CancelledError — https://github.com/agentscope-ai/CoPaw/issues/1829 & PR fix(cron): handle CancelledError so cancelled jobs report correct status agentscope-ai/CoPaw#1894
- Authentication/login errors for Feishu/Lark after upgrade (#1786) — https://github.com/agentscope-ai/CoPaw/issues/1786
- Thấp/không khẩn cấp
- Audio/media processing issues (Telegram/Discord) — PR #1896 open aims to fix top-level data field case — fix: support audio content using top-level data field agentscope-ai/CoPaw#1896
- Double output from agent with certain local GGUF models (#1892) — https://github.com/agentscope-ai/CoPaw/issues/1892
- Yêu cầu tính năng & tín hiệu lộ trình
- Nổi bật trong các request:
- Multi-Agent collaboration & routing: Issue/PRs liên quan multi-agent (#153 đề xuất lâu, v0.1.0 hiện đã đưa vào) và PR thêm channel routing (#1889) — https://github.com/agentscope-ai/CoPaw/pull/1889. Người dùng cần route một kênh tới nhiều agents.
- Agents Square / import flow: PR #1883 đang thêm nguồn Agents Square và quy trình import — https://github.com/agentscope-ai/CoPaw/pull/1883. Điều này cho thấy nhu cầu chợ/marketplace cho agents/skills.
- Local embedding & memory: PR #1789 thêm local embedding cho long-term memory — https://github.com/agentscope-ai/CoPaw/pull/1789. Rõ ràng người dùng cần chế độ offline/private cho embedding.
- UI model management: nhiều issue (#1877, #1888, #1866) cho thấy UI chọn/cấu hình mô hình cần cải thiện UX.
- Dự đoán lộ trình tiếp theo: ưu tiên hoàn thiện stability fixes (token usage, cron), hoàn thiện local model & embedding support, bổ sung channe
⚠️ 内容超过 GitHub Issue 上限,完整报告见提交的 Markdown 文件。