From 45d4e307136d58679c33bad7acc7ce8a0dc50702 Mon Sep 17 00:00:00 2001 From: Shining <250120269+chronoai-shining@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:39:12 +0800 Subject: [PATCH 1/2] docs: release notes for 2026-06-12 release --- .github/release-notes-20260612.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/release-notes-20260612.md diff --git a/.github/release-notes-20260612.md b/.github/release-notes-20260612.md new file mode 100644 index 00000000..d757a4a2 --- /dev/null +++ b/.github/release-notes-20260612.md @@ -0,0 +1,22 @@ +## Fixed + +- Skillset member picker only searched public skills; now browses all visible skills (system, public, private, shared) +- Landing announcement popups flashed a transparent frame before the glass-blur effect appeared +- Chat-completion tool calls now normalized into Responses events for compatibility +- Few technical bugs fixed + +## New Feature + +- Skill explorer panel in skillset create/edit — scope tabs (All, System, Public, My Skills, Shared), search, expandable version selection +- Skillset dependency graph popup is now click-to-open, centered with blurred backdrop, instead of hover-triggered +- Graph nodes are draggable on the detail page for visual rearrangement +- Launch promotion foundation — admin manual award + user /me status endpoint +- Dependency graph modernised with Forge card nodes, animated edges, and blueprint grid +- Technical enhancement + +## Changed + +- Hero CTA buttons no longer have a background overlay plate +- Ornn assistant mascot defaults to right-edge, vertically centered +- User directory search and resolve endpoints now gated and scoped +- Technical enhancement From 47fda5416e93267cac7840ef314361d7ea85df97 Mon Sep 17 00:00:00 2001 From: Shining <250120269+chronoai-shining@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:05:42 +0800 Subject: [PATCH 2/2] docs: add empty changeset for release-notes PR (#1104) The release-notes-20260612 commit is docs-only and adds no version bump, but changeset-check.yml blocks any develop-targeting PR that doesn't add a .changeset/*.md file. Per the project convention, docs-only PRs satisfy the gate with an empty changeset (bun changeset --empty). Unblocks merging the curated release notes onto develop ahead of the develop -> main release PR. --- .changeset/big-moments-unite.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/big-moments-unite.md diff --git a/.changeset/big-moments-unite.md b/.changeset/big-moments-unite.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/big-moments-unite.md @@ -0,0 +1,2 @@ +--- +---