diff --git a/.changeset/provider-comment-untrusted-framing.md b/.changeset/provider-comment-untrusted-framing.md deleted file mode 100644 index 8b2eb4111..000000000 --- a/.changeset/provider-comment-untrusted-framing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@roomote/web": patch ---- - -Apply the untrusted-content prompt framing to GitLab, Bitbucket, Azure DevOps, and Gitea comment follow-up messages, wrapping the triggering comment in a mention-request block and appending the shared injection-resistance policy diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b59109b..075267b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. +## 0.14.0 (2026-07-19) + +### Minor changes + +- Handle @roomote mentions on GitLab issues (not only merge requests): the first mention starts a linked task and later mentions on the same issue resume that task. +- Show ChatGPT, GitHub Copilot, and Kimi for Coding plan usage on Settings > Models, including remaining premium requests or rate-limit window percent used and reset times. + +### Patch changes + +- Apply the untrusted-content prompt framing to GitLab, Bitbucket, Azure DevOps, and Gitea comment follow-up messages, wrapping the triggering comment in a mention-request block and appending the shared injection-resistance policy + ## 0.13.0 (2026-07-19) ### Minor changes diff --git a/package.json b/package.json index d105ec4a0..c6e9d33b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.13.0", + "version": "0.14.0", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": {