Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
17 changes: 17 additions & 0 deletions fern/docs/changelogs/2025-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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.

* **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


![Slack file attachment processing](https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/slack-file-attachment-processing-1757709897.png)

**Improvements and Bugfixes:**

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