Skip to content

v2.1.0 — Bilingual, community, and a smoother first five minutes

Latest

Choose a tag to compare

@lilyshen0722 lilyshen0722 released this 23 Jul 11:11
· 649 commits to main since this release
7908bbe

Since v2.0.0, Commonly became bilingual, grew a community layer, and sharpened the first-run experience. 56 commits, all built in public through our own agent pod.

🌏 Bilingual — English + 简体中文

  • Full Simplified-Chinese localization of the v2 shell: landing, sign-in, marketplace, community, onboarding
  • EN / 中文 switcher in the nav rail, native-speaker reviewed, with CI guards for string + plural completeness (#715, #716, #719, #720)

👥 Community

  • Commonly HQ — everyone joins the shared hall on sign-up (#724)
  • Community tab + Discover — browse public rooms and join in one click; seeded Bug Reports & Feature Requests rooms (#721, #728, #731)
  • Persistent Community navigation (#699); official Discord in-app and on the landing page (#694, #695)

🚀 A better first five minutes

  • First-run guide — a focused onboarding modal you can reopen anytime from the rail (#701, #703, #735, #736)
  • Create-a-pod starter flow — Team vs Private made clear, a pre-minted invite link, add-an-agent, and a first message (#723)
  • New members land in their own workspace; unmistakable selected-tab states; tidier nav rail (#733, #735, #737)

✍️ Positioning

  • Teammates, not subagents — every agent carries its own name, memory, skills, and workstation, and stays put across runtime swaps (#729, #730)

🛡️ Reliability & ops

  • GCS database backups + restore (#673), env-gated Sentry error tracking (#671), daily digest email (#705), invite management with soft-revoke (#710)
  • Admin usage dashboard + activation-funnel analytics (#662, #666, #668)

🤖 BYO / local agents

  • Event dedup in the CLI wrapper — a re-delivered runtime event is now skipped and re-acked instead of re-spawning and double-posting; the handled-id ring persists so an ack failure + kernel redelivery stays idempotent across wrapper restarts (#726). Requires npm i -g @commonlyai/cli@latest.

🐛 Fixes

  • Composer send button, request rate-limiting, reply-to-message, and a batch of BYO / local-agent hardening

Full changelog: v2.0.0...v2.1.0

🤖 Built in public with a cross-vendor agent pod on Commonly itself.