From cd552e62e75130570c1b87e4a12c9136460c0899 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 12 May 2026 19:18:36 +0000 Subject: [PATCH 1/3] Add Slack passive listening bug fix to May 2026 changelog Documents fix for intermittent message drops in passive-listening channels. --- src/content/changelog/changelogs/may-2026.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/changelog/changelogs/may-2026.mdx b/src/content/changelog/changelogs/may-2026.mdx index 9c238ed0..4984c78b 100644 --- a/src/content/changelog/changelogs/may-2026.mdx +++ b/src/content/changelog/changelogs/may-2026.mdx @@ -23,4 +23,6 @@ hidden: false **Bug Fixes:** +* **Slack Passive Listening Reliability:** Fixed an issue where standalone messages in passive-listening channels were intermittently not triggering documentation updates. Thread replies in bot-initiated threads were unaffected. + * **Bot-Authored Commit Evaluation:** Fixed Promptless skipping GitHub commits authored by bot accounts—such as paper-style editors and headless writers that push human-written content under a bot identity—regardless of the diff. Promptless now evaluates these commits based on the diff content, just as it does for human-authored commits. PR and issue comments from bot accounts remain filtered as before. From ec06eaad5e5c3896787b170358e3bb8fed5b5e73 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 12 May 2026 22:23:30 +0000 Subject: [PATCH 2/3] Add PR trigger event badges to May 2026 changelog Documents the new event-type badges on GitHub PR trigger cards in the Triggers & Analysis tab. --- src/content/changelog/changelogs/may-2026.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/changelog/changelogs/may-2026.mdx b/src/content/changelog/changelogs/may-2026.mdx index 4984c78b..c7800697 100644 --- a/src/content/changelog/changelogs/may-2026.mdx +++ b/src/content/changelog/changelogs/may-2026.mdx @@ -21,6 +21,8 @@ hidden: false * **Closed PR indicator in suggestion review:** When a docs PR opened from a suggestion is closed without merging, the PR link button at the top of the suggestion now turns red and reads "Closed PR #N." It joins the existing "Created" and "Merged" states, so the button's color reflects the PR's current status at a glance. +* **PR trigger event badges:** The Triggers & Analysis tab now shows event-type badges on GitHub PR trigger cards—"Event: opened," "Event: merged," or "Event: approved"—so you can distinguish multiple triggers for the same PR at a glance. + **Bug Fixes:** * **Slack Passive Listening Reliability:** Fixed an issue where standalone messages in passive-listening channels were intermittently not triggering documentation updates. Thread replies in bot-initiated threads were unaffected. From 296907325f442e2db7b9b53c24df743677176780 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 13 May 2026 00:15:51 +0000 Subject: [PATCH 3/3] docs: document multiple docs sources during onboarding Add changelog entry and update setup quickstart to reflect the new capability to connect multiple GitHub documentation repositories during onboarding instead of just one. --- src/content/changelog/changelogs/may-2026.mdx | 2 ++ src/content/docs/docs/getting-started/setup-quickstart.mdx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/changelogs/may-2026.mdx b/src/content/changelog/changelogs/may-2026.mdx index c7800697..748f58d0 100644 --- a/src/content/changelog/changelogs/may-2026.mdx +++ b/src/content/changelog/changelogs/may-2026.mdx @@ -23,6 +23,8 @@ hidden: false * **PR trigger event badges:** The Triggers & Analysis tab now shows event-type badges on GitHub PR trigger cards—"Event: opened," "Event: merged," or "Event: approved"—so you can distinguish multiple triggers for the same PR at a glance. +* **Multiple docs sources during onboarding:** The setup wizard now lets you connect multiple GitHub documentation repositories instead of picking one "most important" source. After connecting your first docs repo, a new review step lets you add more sources, edit existing ones, or remove any you no longer need. Each docs source gets its own doc collection and trigger pipelines, and all configured docs repos are automatically excluded from "trigger on all repos" to prevent docs-trigger loops. + **Bug Fixes:** * **Slack Passive Listening Reliability:** Fixed an issue where standalone messages in passive-listening channels were intermittently not triggering documentation updates. Thread replies in bot-initiated threads were unaffected. diff --git a/src/content/docs/docs/getting-started/setup-quickstart.mdx b/src/content/docs/docs/getting-started/setup-quickstart.mdx index 89b54245..aa88ee21 100644 --- a/src/content/docs/docs/getting-started/setup-quickstart.mdx +++ b/src/content/docs/docs/getting-started/setup-quickstart.mdx @@ -48,7 +48,7 @@ When you first sign in, a 6-step wizard guides you through setup: { id: 'connect-docs', label: 'Connect docs', - description: 'Connect your documentation repository (GitHub or other Git providers).', + description: 'Connect one or more GitHub documentation repositories and review your sources before continuing.', }, { id: 'configure-triggers', @@ -88,7 +88,7 @@ During setup, you'll connect: **Documentation Platform** - Where your docs live -- **GitHub repos**: Supports docs-as-code platforms like ReadMe, Mintlify, Fern, Docusaurus, and more +- **GitHub repos**: Works with docs-as-code platforms like ReadMe, Mintlify, Fern, Docusaurus, and more. Connect multiple repositories during setup—each becomes its own doc collection. **Enhanced Context (optional)** - Connect **Linear**, **Jira**, **Confluence**, or **Slack** to provide Promptless with additional context for better suggestions.