From a3e4e9f383a0197eaa1426b37c71743bb1664068 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:02:44 +0000 Subject: [PATCH 1/3] Documentation updates from Promptless --- fern/docs.yml | 2 ++ fern/docs/changelogs/2025-08.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 fern/docs/changelogs/2025-08.md diff --git a/fern/docs.yml b/fern/docs.yml index 5b61554..9f5f244 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -109,6 +109,8 @@ navigation: layout: - section: Changelogs contents: + - page: August 2025 + path: ./docs/changelogs/2025-08.md - page: July 2025 path: ./docs/changelogs/2025-07.md - page: June 2025 diff --git a/fern/docs/changelogs/2025-08.md b/fern/docs/changelogs/2025-08.md new file mode 100644 index 0000000..c84f9cc --- /dev/null +++ b/fern/docs/changelogs/2025-08.md @@ -0,0 +1,19 @@ +--- +title: August 2025 +--- + +**New Features:** + +* **Microsoft Teams Trigger Support:** Full trigger support for Microsoft Teams has been added to Promptless. You can now trigger documentation updates directly from Teams conversations using both direct messages and by tagging our bot in team channels. + +* **ClickUp Integration:** Added ClickUp as a new integration, allowing documentation updates to be triggered when tasks are moved to a "ready for production" workflow stage. + +* **Custom Voice Documentation:** We've rolled out a fine-tuned model trained based on your docs (public information only). This lets Promptless create doc updates that closely mimics your existing tone and style. + +* **Slack File Attachment Processing:** Enhanced Slack integration to process PDFs, text files, CSVs, and other file types. Also add support for extracting images from PDF files to add to documentation. + +**Improvements and Bugfixes:** + +* Improved explanation and context around the "Remember feedback for future suggestions" feature, providing better guidance on how feedback is processed and applied. + +* Fixed an issue where conflict warning notifications could block the reject file modal UI by adjusting modal layering. From aa6e4e558c76b2c2b0664743bcdf7ae0c14764f6 Mon Sep 17 00:00:00 2001 From: Prithvi Ramakrishnan Date: Thu, 11 Sep 2025 10:35:41 -0700 Subject: [PATCH 2/3] Update fern/docs/changelogs/2025-08.md --- fern/docs/changelogs/2025-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/changelogs/2025-08.md b/fern/docs/changelogs/2025-08.md index c84f9cc..c396528 100644 --- a/fern/docs/changelogs/2025-08.md +++ b/fern/docs/changelogs/2025-08.md @@ -4,7 +4,7 @@ title: August 2025 **New Features:** -* **Microsoft Teams Trigger Support:** Full trigger support for Microsoft Teams has been added to Promptless. You can now trigger documentation updates directly from Teams conversations using both direct messages and by tagging our bot in team channels. +* **MS Teams Trigger Support:** Full trigger support for Microsoft Teams has been added to Promptless. You can now trigger documentation updates directly from Teams conversations using both direct messages and by tagging our bot in team channels. * **ClickUp Integration:** Added ClickUp as a new integration, allowing documentation updates to be triggered when tasks are moved to a "ready for production" workflow stage. From 3aa713579aa65f4cab9689c5f3aba863df8015a8 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:49:52 +0000 Subject: [PATCH 3/3] Update documentation based on feedback --- fern/docs/changelogs/2025-08.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fern/docs/changelogs/2025-08.md b/fern/docs/changelogs/2025-08.md index c396528..21d18f9 100644 --- a/fern/docs/changelogs/2025-08.md +++ b/fern/docs/changelogs/2025-08.md @@ -6,14 +6,12 @@ title: August 2025 * **MS Teams Trigger Support:** Full trigger support for Microsoft Teams has been added to Promptless. You can now trigger documentation updates directly from Teams conversations using both direct messages and by tagging our bot in team channels. -* **ClickUp Integration:** Added ClickUp as a new integration, allowing documentation updates to be triggered when tasks are moved to a "ready for production" workflow stage. - -* **Custom Voice Documentation:** We've rolled out a fine-tuned model trained based on your docs (public information only). This lets Promptless create doc updates that closely mimics your existing tone and style. +* **Promptless in your voice:** Promptless can now create fine-tuned models specific to your company's docs voice, so that it's better at matching your existing tone and style. In particular, this means that Promptless sounds less like an AI (e.g. too wordy and technical) and more like your existing docs. * **Slack File Attachment Processing:** Enhanced Slack integration to process PDFs, text files, CSVs, and other file types. Also add support for extracting images from PDF files to add to documentation. -**Improvements and Bugfixes:** +![Slack file attachment processing](https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/slack-file-attachment-processing-1757709897.png) -* Improved explanation and context around the "Remember feedback for future suggestions" feature, providing better guidance on how feedback is processed and applied. +**Improvements and Bugfixes:** * Fixed an issue where conflict warning notifications could block the reject file modal UI by adjusting modal layering.