From bebc4131aab300aed12f21d9847f52bd6682e5d7 Mon Sep 17 00:00:00 2001 From: Matt Rubens <2600+mrubens@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:10:08 +0000 Subject: [PATCH 1/3] [Chore] Add patch release notes for post-0.3.0 develop backlog --- .changeset/github-mention-word-boundaries.md | 5 +++++ .changeset/mobile-pr-filter-align.md | 5 +++++ .changeset/slack-proof-auto-post-flag.md | 5 +++++ .changeset/task-history-pr-status.md | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changeset/github-mention-word-boundaries.md create mode 100644 .changeset/mobile-pr-filter-align.md create mode 100644 .changeset/slack-proof-auto-post-flag.md create mode 100644 .changeset/task-history-pr-status.md diff --git a/.changeset/github-mention-word-boundaries.md b/.changeset/github-mention-word-boundaries.md new file mode 100644 index 00000000..7cc32d48 --- /dev/null +++ b/.changeset/github-mention-word-boundaries.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +GitHub app @mention detection requires word boundaries so longer lookalike logins and emails containing the configured slug no longer falsely trigger agent replies. diff --git a/.changeset/mobile-pr-filter-align.md b/.changeset/mobile-pr-filter-align.md new file mode 100644 index 00000000..c00df837 --- /dev/null +++ b/.changeset/mobile-pr-filter-align.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Task filter PR-repo labels left-align correctly in the mobile filter sheet instead of sitting awkwardly centered. diff --git a/.changeset/slack-proof-auto-post-flag.md b/.changeset/slack-proof-auto-post-flag.md new file mode 100644 index 00000000..7008602f --- /dev/null +++ b/.changeset/slack-proof-auto-post-flag.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Visual-proof auto-post to Slack is actually gated by the SlackProofAutoPost experimental flag; when the flag is off, proof is no longer auto-posted and agents must share uploaded screenshots through explicit chat replies. diff --git a/.changeset/task-history-pr-status.md b/.changeset/task-history-pr-status.md new file mode 100644 index 00000000..7309aa38 --- /dev/null +++ b/.changeset/task-history-pr-status.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Task history records when a linked pull request is merged or closed as an out-of-band status message agents can resurface (GitHub, GitLab, Gitea, Bitbucket, and Azure DevOps), using provider-native PR references. From e942961a19f5c2e91ec265717b7374975a47ef75 Mon Sep 17 00:00:00 2001 From: Matt Rubens <2600+mrubens@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:17:21 +0000 Subject: [PATCH 2/3] [Chore] Bump PR status task history note to minor for 0.4.0 --- .changeset/task-history-pr-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/task-history-pr-status.md b/.changeset/task-history-pr-status.md index 7309aa38..b1a66b6e 100644 --- a/.changeset/task-history-pr-status.md +++ b/.changeset/task-history-pr-status.md @@ -1,5 +1,5 @@ --- -'@roomote/web': patch +'@roomote/web': minor --- Task history records when a linked pull request is merged or closed as an out-of-band status message agents can resurface (GitHub, GitLab, Gitea, Bitbucket, and Azure DevOps), using provider-native PR references. From 52d4aa80f328332e73366adecccf32ece4792739 Mon Sep 17 00:00:00 2001 From: Matt Rubens <2600+mrubens@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:22:35 +0000 Subject: [PATCH 3/3] [Chore] Downgrade PR status task history note to patch for 0.3.1 --- .changeset/task-history-pr-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/task-history-pr-status.md b/.changeset/task-history-pr-status.md index b1a66b6e..7309aa38 100644 --- a/.changeset/task-history-pr-status.md +++ b/.changeset/task-history-pr-status.md @@ -1,5 +1,5 @@ --- -'@roomote/web': minor +'@roomote/web': patch --- Task history records when a linked pull request is merged or closed as an out-of-band status message agents can resurface (GitHub, GitLab, Gitea, Bitbucket, and Azure DevOps), using provider-native PR references.