From 3ff1892766961d6c7110a83d8bc663820ce44c10 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:52:41 +0000 Subject: [PATCH 01/16] Add February 2026 changelog with Discord integration, Notification Tips, and bug fixes --- fern/docs.yml | 2 ++ fern/docs/changelogs/2026-02.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 fern/docs/changelogs/2026-02.md diff --git a/fern/docs.yml b/fern/docs.yml index 531872ac..c7fa637e 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -172,6 +172,8 @@ navigation: layout: - section: Changelogs contents: + - page: February 2026 + path: ./docs/changelogs/2026-02.md - page: January 2026 path: ./docs/changelogs/2026-01.md - page: December 2025 diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md new file mode 100644 index 00000000..b9400260 --- /dev/null +++ b/fern/docs/changelogs/2026-02.md @@ -0,0 +1,25 @@ +--- +title: February 2026 +--- + +**New Features:** + +* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels. + +* **Notification Tips:** Promptless notifications now include tips at the bottom of GitHub PR comments, GitHub issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more. + +**Improvements:** + +* **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first. + +* **DCO Compliance for Open-Source Projects:** Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box. + +**Bug Fixes:** + +* **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly. + +* **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file. + +* **Auto-Merge Documentation PR Reliability:** Fixed auto-merge for documentation PRs failing for GitHub Cloud users. Auto-merge now correctly retrieves authentication credentials for both GitHub Cloud and GitHub Enterprise installations. + +* **Conflict Resolution Reliability:** Fixed automatic conflict resolution failing when suggestions have many conflicting files—Promptless now handles large file conflicts without running into message size limits. From 279556aedc682dc3b6474802acc8af476adc3ac2 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 02:16:17 +0000 Subject: [PATCH 02/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index b9400260..6f9e09fd 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -6,8 +6,6 @@ title: February 2026 * **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels. -* **Notification Tips:** Promptless notifications now include tips at the bottom of GitHub PR comments, GitHub issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more. - **Improvements:** * **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first. From 1699c24b796f38eebf61c2bc2cde04b55b0a8653 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:24:50 +0000 Subject: [PATCH 03/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 6f9e09fd..1cb0531f 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -21,3 +21,5 @@ title: February 2026 * **Auto-Merge Documentation PR Reliability:** Fixed auto-merge for documentation PRs failing for GitHub Cloud users. Auto-merge now correctly retrieves authentication credentials for both GitHub Cloud and GitHub Enterprise installations. * **Conflict Resolution Reliability:** Fixed automatic conflict resolution failing when suggestions have many conflicting files—Promptless now handles large file conflicts without running into message size limits. + +* **PR Citation Comment Reliability:** Fixed intermittent failures when posting citation comments to documentation PRs. When line-level review comments can't be posted due to GitHub API limitations, citations now fall back to regular PR comments—so you still see the source references. From 45022e5b47baa8b263ef2485d9af8a84ef66a071 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:05:43 +0000 Subject: [PATCH 04/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 1cb0531f..a4d0880f 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -6,6 +6,8 @@ title: February 2026 * **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels. +* **Configurable GitHub PR Comment Trigger Mode:** Control whether Promptless responds to all PR comments or only @promptless mentions. New organizations listen to all comments by default—start any comment with `aside` or `/aside` to have Promptless skip it. Existing organizations continue to require @promptless mentions. Configure this in Settings → Org Settings. + **Improvements:** * **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first. From 40457c26365f33a6f80f04095084b7de662397ed Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:19:41 +0000 Subject: [PATCH 05/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index a4d0880f..f10e317f 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -25,3 +25,5 @@ title: February 2026 * **Conflict Resolution Reliability:** Fixed automatic conflict resolution failing when suggestions have many conflicting files—Promptless now handles large file conflicts without running into message size limits. * **PR Citation Comment Reliability:** Fixed intermittent failures when posting citation comments to documentation PRs. When line-level review comments can't be posted due to GitHub API limitations, citations now fall back to regular PR comments—so you still see the source references. + +* **TypeScript and Rust File Display:** Fixed TypeScript (.ts), Rust (.rs), and Emacs Org-mode (.org) files displaying as binary content—these file types now render as readable text when reviewing documentation changes. From 5096ec1cab82a5d96d60989da7b20d4f41e48d06 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:20:09 +0000 Subject: [PATCH 06/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index f10e317f..83e7e5bc 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -14,6 +14,8 @@ title: February 2026 * **DCO Compliance for Open-Source Projects:** Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box. +* **Clearer Notification Tips:** Notification tips in Slack and GitHub now include direct links to the Promptless dashboard—making it easier to act on labels, assignments, and inline comments. + **Bug Fixes:** * **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly. From 9f11d43d678a1d467c1807d2a7ad599111a57998 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:30:35 +0000 Subject: [PATCH 07/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ fern/docs/configuration/doc-collections/github-repos.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 83e7e5bc..b25846d7 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -16,6 +16,8 @@ title: February 2026 * **Clearer Notification Tips:** Notification tips in Slack and GitHub now include direct links to the Promptless dashboard—making it easier to act on labels, assignments, and inline comments. +* **Scoped CI Failure Handling:** When CI checks fail on documentation PRs, Promptless investigates whether the failures are actually caused by the current suggestion—pre-existing or unrelated failures are left alone. If Promptless finds real documentation issues outside the suggestion's scope, it creates a separate suggestion to address them. + **Bug Fixes:** * **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly. diff --git a/fern/docs/configuration/doc-collections/github-repos.md b/fern/docs/configuration/doc-collections/github-repos.md index 3c889c0d..f382e1fa 100644 --- a/fern/docs/configuration/doc-collections/github-repos.md +++ b/fern/docs/configuration/doc-collections/github-repos.md @@ -54,9 +54,11 @@ When auto-publish is enabled for your project: ## Automated CI Check and Build Issue Resolution -When Promptless opens a documentation PR, it automatically monitors the pull request for quality issues. If CI checks fail, linting tools report errors, Vale rules trigger warnings, or your documentation hosting provider detects broken links or build problems, Promptless will automatically analyze the issues and push fixes directly to the PR branch. +When Promptless opens a documentation PR, it monitors for quality issues. If CI checks fail, linting errors appear, Vale rules trigger warnings, or your documentation platform detects broken links or build problems, Promptless analyzes the issues and pushes fixes directly to the PR branch. -This automated issue resolution works seamlessly with your existing GitHub workflow - there's no additional configuration needed. Quality problems get resolved in the background while you focus on content rather than troubleshooting technical issues. +Promptless only fixes issues caused by the current suggestion. If a CI failure is pre-existing or unrelated, the suggestion stays unchanged. When Promptless finds documentation issues outside the suggestion's scope, it creates a separate suggestion to address them. + +This automated issue resolution works seamlessly with your existing GitHub workflow—no additional configuration needed. ## Trigger Events in Pull Request Descriptions From 677f6c6d3eb600c378f580bb40678b368d44ad37 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:29:23 +0000 Subject: [PATCH 08/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index b25846d7..8a35666e 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -18,6 +18,8 @@ title: February 2026 * **Scoped CI Failure Handling:** When CI checks fail on documentation PRs, Promptless investigates whether the failures are actually caused by the current suggestion—pre-existing or unrelated failures are left alone. If Promptless finds real documentation issues outside the suggestion's scope, it creates a separate suggestion to address them. +* **Smarter Duplicate Detection for GitHub Docs:** Promptless now detects open documentation PRs you've created yourself—if your changes are already covered by an open PR, Promptless skips creating duplicate suggestions and notifies you instead. + **Bug Fixes:** * **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly. From f5389769374d26fe6decd8200f6ffdefe153a870 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:42:03 +0000 Subject: [PATCH 09/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 8a35666e..7813976d 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -22,8 +22,6 @@ title: February 2026 **Bug Fixes:** -* **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly. - * **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file. * **Auto-Merge Documentation PR Reliability:** Fixed auto-merge for documentation PRs failing for GitHub Cloud users. Auto-merge now correctly retrieves authentication credentials for both GitHub Cloud and GitHub Enterprise installations. From bf7f3e58d8d404848fadf018823e2124de9a6a37 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:51:38 +0000 Subject: [PATCH 10/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 7813976d..6e476dbe 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -20,6 +20,8 @@ title: February 2026 * **Smarter Duplicate Detection for GitHub Docs:** Promptless now detects open documentation PRs you've created yourself—if your changes are already covered by an open PR, Promptless skips creating duplicate suggestions and notifies you instead. +* **Automatic Dot-File Skipping:** Promptless now skips PRs that only contain changes to dot-directories (`.github/`, `.circleci/`, `.beads/`) or root-level dot-files (`.gitignore`, `.editorconfig`)—tooling and CI configuration changes that don't typically need documentation. + **Bug Fixes:** * **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file. From 9f16269a56f61c18ded94e7357ada2e62c16476a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:47:53 +0000 Subject: [PATCH 11/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ fern/docs/features/github-pr-comments.mdx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 6e476dbe..74af7ec2 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -10,6 +10,8 @@ title: February 2026 **Improvements:** +* **Dashboard Editing After PR Creation:** Keep editing suggestions in the dashboard after opening a docs PR—changes sync automatically to your PR branch. Closing a suggestion from the dashboard also closes the associated GitHub PR. + * **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first. * **DCO Compliance for Open-Source Projects:** Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box. diff --git a/fern/docs/features/github-pr-comments.mdx b/fern/docs/features/github-pr-comments.mdx index 88936225..675fec66 100644 --- a/fern/docs/features/github-pr-comments.mdx +++ b/fern/docs/features/github-pr-comments.mdx @@ -15,7 +15,7 @@ When you click the dashboard link, you can: - **Read the reasoning process**: Understand why Promptless made specific updates - **Review full context**: Access all source material Promptless analyzed, including Slack threads, issue tickets, and related conversations -Use the dashboard to verify updates or understand the background behind changes. +Use the dashboard to verify updates or understand the background behind changes. You can also edit the suggestion directly in the dashboard while your PR is open—changes sync automatically to the PR branch. ## Two ways of providing feedback From 8f1e4674c5bf8db4ba8233210f2eb39e2049e906 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:12:33 +0000 Subject: [PATCH 12/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 74af7ec2..e2e436f4 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -24,6 +24,8 @@ title: February 2026 * **Automatic Dot-File Skipping:** Promptless now skips PRs that only contain changes to dot-directories (`.github/`, `.circleci/`, `.beads/`) or root-level dot-files (`.gitignore`, `.editorconfig`)—tooling and CI configuration changes that don't typically need documentation. +* **Accurate Suggestion Timestamps:** Timestamps now reflect when documentation content actually changed, not when metadata was last updated—keeping your suggestion list stable and correctly ordered. + **Bug Fixes:** * **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file. From a4dc8556438bc59fff1f3e5173cbef1b82cd1d7c Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:36:08 +0000 Subject: [PATCH 13/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index e2e436f4..7b5c62a3 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -26,6 +26,8 @@ title: February 2026 * **Accurate Suggestion Timestamps:** Timestamps now reflect when documentation content actually changed, not when metadata was last updated—keeping your suggestion list stable and correctly ordered. +* **Markdown Formatting in Slack Messages:** Messages from Promptless in Slack—including questions and clarifications—now render markdown formatting. Links, bold text, headers, and code blocks display properly, making messages easier to read. + **Bug Fixes:** * **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file. From 5c6a98a1ab37b19cf5bc4eca57ebbfe10477b430 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:59:46 +0000 Subject: [PATCH 14/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 7b5c62a3..3c5162c7 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -22,7 +22,7 @@ title: February 2026 * **Smarter Duplicate Detection for GitHub Docs:** Promptless now detects open documentation PRs you've created yourself—if your changes are already covered by an open PR, Promptless skips creating duplicate suggestions and notifies you instead. -* **Automatic Dot-File Skipping:** Promptless now skips PRs that only contain changes to dot-directories (`.github/`, `.circleci/`, `.beads/`) or root-level dot-files (`.gitignore`, `.editorconfig`)—tooling and CI configuration changes that don't typically need documentation. +* **Automatic Dot-File Skipping:** Promptless now skips PRs and merge requests that only contain changes to dot-directories (`.github/`, `.circleci/`, `.beads/`) or root-level dot-files (`.gitignore`, `.editorconfig`)—tooling and CI configuration changes that don't typically need documentation. * **Accurate Suggestion Timestamps:** Timestamps now reflect when documentation content actually changed, not when metadata was last updated—keeping your suggestion list stable and correctly ordered. From 934ef5b352e129851da53f3ac0ac27ac0199718b Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:31:19 +0000 Subject: [PATCH 15/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 3c5162c7..41489d0b 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -12,6 +12,8 @@ title: February 2026 * **Dashboard Editing After PR Creation:** Keep editing suggestions in the dashboard after opening a docs PR—changes sync automatically to your PR branch. Closing a suggestion from the dashboard also closes the associated GitHub PR. +* **Trigger Pills in Suggestion Header:** Clickable pills in the suggestion header show the trigger source (like "PR #1882" or "Slack message") with the appropriate icon. Suggestions with multiple triggers show a "+N more triggers" pill. Click any pill to jump to the Triggers & Analysis tab for full details. + * **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first. * **DCO Compliance for Open-Source Projects:** Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box. From 9ed8c4685b7cc9424c9b65026f35442ae4d250c9 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:44:17 +0000 Subject: [PATCH 16/16] Sync documentation updates --- fern/docs/changelogs/2026-02.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs/changelogs/2026-02.md b/fern/docs/changelogs/2026-02.md index 41489d0b..76bf2a68 100644 --- a/fern/docs/changelogs/2026-02.md +++ b/fern/docs/changelogs/2026-02.md @@ -41,3 +41,5 @@ title: February 2026 * **PR Citation Comment Reliability:** Fixed intermittent failures when posting citation comments to documentation PRs. When line-level review comments can't be posted due to GitHub API limitations, citations now fall back to regular PR comments—so you still see the source references. * **TypeScript and Rust File Display:** Fixed TypeScript (.ts), Rust (.rs), and Emacs Org-mode (.org) files displaying as binary content—these file types now render as readable text when reviewing documentation changes. + +* **Dashboard Navigation:** Fixed page flickering when switching between Suggestions, Triggers, New Task, and other dashboard pages.