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.