Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions fern/docs/changelogs/2025-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: August 2025
---

**New Features:**

* **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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to document this, plz remove

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

specifically i don't want to document this because this was a beta feature for a single customer, and i don't want to publicize it yet. in general, new integrations are def worth including in teh cahngelog


* **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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe something like this?

Suggested change
* **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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please include this screenshot.
image


**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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not necessary


* Fixed an issue where conflict warning notifications could block the reject file modal UI by adjusting modal layering.