Skip to content

Commit 339a5c9

Browse files
docs: Condense October and September 2025 changelogs for clarity (#117)
Condense October and September 2025 changelogs for clarity Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
1 parent c989ddf commit 339a5c9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

fern/docs/changelogs/2025-09.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: September 2025
44

55
**Improvements:**
66

7-
* **Enhanced Slack Context Understanding:** Promptless agents now analyze full Slack conversations instead of individual messages when creating documentation updates. When you share a Slack message URL, Promptless can now see the surrounding discussion to better understand context, decisions, and team conversations. This leads to more accurate and comprehensive documentation that captures the complete story behind your team's discussions.
7+
* **Enhanced Slack Context Understanding:** Promptless now analyzes full Slack conversations instead of individual messages, capturing surrounding discussion for more accurate and comprehensive documentation.
88

9-
* **Enhanced GitHub PR Comment Context Awareness:** When you tag Promptless in individual GitHub PR comments, it now automatically reads all previous comments in the PR to understand the full context. This means you can use simple instructions like "Same here" or "Apply this change to the other section too" without having to repeat the full context. Previously, single comments couldn't reference other comments, requiring you to spell out instructions completely or use PR reviews for contextual feedback. This improvement makes it faster and easier to provide follow-on instructions directly in PR comment threads.
9+
* **Enhanced GitHub PR Comment Context Awareness:** When you tag Promptless in GitHub PR comments, it reads all previous comments to understand full context. Use simple instructions like "Same here" or "Apply this change to the other section too" without repeating details.
1010

11-
* **GitBook Platform Support:** Promptless now supports GitBook as a first-class documentation hosting provider. Teams using GitBook can connect their repositories to automatically update their GitBook documentation when code changes are made. This expands Promptless support to include GitBook alongside existing platforms like Fern, Mintlify, and Docusaurus, making it easy for GitBook users to maintain up-to-date documentation through automated workflows.
11+
* **GitBook Platform Support:** Promptless now supports GitBook as a first-class documentation platform. Connect your repositories to automatically update GitBook documentation when code changes.
1212

13-
* **Improved Jira Context Integration:** Promptless now more reliably fetches Jira ticket information when issues are mentioned in pull requests or trigger events. When a Jira ticket ID appears in a PR description or comments, Promptless consistently retrieves the full ticket context including descriptions, comments, and related issues. This ensures documentation updates have complete context from your Jira workflow, leading to more accurate and comprehensive documentation that reflects the full scope of your work.
13+
* **Improved Jira Context Integration:** Promptless now more reliably fetches Jira ticket information when issues are mentioned in pull requests. Full ticket context including descriptions, comments, and related issues is consistently retrieved.
1414

15-
* **Automated CI Check and Build Issue Resolution for Documentation PRs:** Promptless now automatically detects and fixes quality issues in documentation pull requests. When linters fail, Vale rules trigger warnings, or documentation hosting providers report broken links or build errors, Promptless automatically analyzes the issues and pushes fixes to the PR branch. This eliminates manual intervention for common quality problems and maintains documentation standards without interrupting your workflow. Quality issues are resolved seamlessly in the background, allowing teams to focus on content rather than troubleshooting technical problems.
15+
* **Automated CI Check and Build Issue Resolution:** Promptless automatically detects and fixes quality issues in documentation PRs. When linters fail, Vale rules trigger, or build errors occur, Promptless analyzes and pushes fixes to the PR branch automatically.
1616

1717
* **Smart Draft State Management for Documentation PRs:** Documentation PRs now open as drafts when the source code PR hasn't merged yet, then automatically switch to "Ready for Review" once the source PR merges. This means your team only reviews documentation changes after the underlying code is finalized.
1818

@@ -24,7 +24,7 @@ title: September 2025
2424
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/draft-pr-github-status-1759347818.png" alt="GitHub pull request showing draft status for Promptless documentation PR" />
2525
</Frame>
2626

27-
* **Improved Dashboard Synchronization for Follow-on Suggestions:** The dashboard now immediately reflects changes when you make follow-on suggestions to documentation. Previously, there could be delays where the dashboard wouldn't show your latest follow-on edits right away. This improvement ensures that when you refine suggestions through follow-on instructions, the dashboard instantly updates to show your changes, providing better real-time visibility into your documentation workflow.
27+
* **Improved Dashboard Synchronization for Follow-on Suggestions:** The dashboard now immediately reflects changes when you make follow-on suggestions. No more delays—instant updates for better real-time visibility.
2828

2929
* **PR Open Status Filter:** You can now filter for suggestions published as pull requests directly from the status dropdown. Previously, you had to manually type `is:pr_open` into the search bar. The "PR Open" option appears alongside "Ready," "Published," and "Rejected."
3030

fern/docs/changelogs/2025-10.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: October 2025
44

55
**What's New:**
66

7-
* **Manual Documentation Requests from Dashboard:** You can now request documentation updates directly from the dashboard using the new "New Task" button. Select a project, write your instructions (like "Check our docs for broken links and fix them"), and submit. Promptless creates suggestions based on your request, just like Slack DMs but from the dashboard. This is especially helpful for open-source projects or teams without Slack integration.
7+
* **Manual Documentation Requests from Dashboard:** Request documentation updates directly from the dashboard using the "New Task" button. Select a project, write your instructions, and submitjust like Slack DMs but from the dashboard.
88

99
<Frame>
1010
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/new-task-button-sidebar-1760554519.png" alt="New Task button in the dashboard sidebar" />
@@ -14,19 +14,19 @@ title: October 2025
1414
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/new-task-dialog-1760553107.png" alt="New Task dialog showing project selection and instruction field" />
1515
</Frame>
1616

17-
* **Research Visibility in Change Timeline:** The Change Timeline now shows exactly what Promptless reviewed before making documentation updates—see which files, webpages, Slack conversations, and other sources were analyzed. Click "Show details" to expand the full list with direct links to each source. This makes it easy to verify the context behind changes and spot if important sources were missed. Source descriptions are now more precise—GitHub PRs appear as "Reviewed Promptless/promptless#123" instead of generic "Read webpage from github.com", and the same clarity applies to GitLab MRs, Bitbucket PRs, and Jira issues.
17+
* **Research Visibility in Change Timeline:** The Change Timeline now shows exactly what Promptless reviewedfiles, webpages, Slack conversations, and other sources. Click "Show details" for the full list with direct links. Source descriptions are more precise—GitHub PRs appear as "Reviewed Promptless/promptless#123" instead of generic "Read webpage from github.com".
1818

1919
<Frame>
2020
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/research-exposition-expanded-1759617402.png" alt="Research details showing files and webpages reviewed by Promptless" />
2121
</Frame>
2222

23-
* **Triggers Page:** The new Triggers page helps you verify that Promptless ran on the PRs and events you expect it to. When Promptless doesn't create suggestions, you can see exactly why—check the full research and context Promptless reviewed for any trigger from the last 30 days. Filter by trigger type (GitHub PRs, Slack messages, support tickets, etc.) or suggestion status to quickly find what you're looking for.
23+
* **Triggers Page:** Verify that Promptless ran on expected PRs and events. When Promptless doesn't create suggestions, see exactly why. View research and context for any trigger from the last 30 days, with filters for trigger type and suggestion status.
2424

2525
<Frame>
2626
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/triggers-page-dashboard-1759623397.png" alt="Triggers page showing recent trigger events" />
2727
</Frame>
2828

29-
* **Multiple GitHub Organization Support:** You can now connect multiple GitHub organizations to a single Promptless account. Each organization shows up as its own card in the integrations page with its own repository list and management controls. When creating or editing projects, select your GitHub organization from the dropdown (e.g., "Github (Promptless)"), then choose from that organization's repositories. Work across multiple organizations or manage both company and personal projects in one place.
29+
* **Multiple GitHub Organization Support:** Connect multiple GitHub organizations to a single Promptless account. Each org appears as its own card with separate repository lists. Manage company and personal projects in one place.
3030

3131
<Frame>
3232
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/github-multi-org-integrations-page-1759957824.png" alt="GitHub integrations page showing multiple connected organizations" />
@@ -38,7 +38,7 @@ title: October 2025
3838

3939
* **Non-Blocking Feedback:** When you remember feedback for future suggestions without requesting changes to the current one, you can keep viewing and interacting with the suggestion right away. Previously, the interface would block while processing feedback—even when nothing was being changed.
4040

41-
* **Slack Passive Channel Listening:** Promptless can now automatically monitor specific Slack channels and create documentation suggestions when conversations go quiet for 10 minutes. This opt-in feature lets you select which channels to monitor and add or remove channels at any time. Set it up in your project configuration by checking "Listen for all messages in specific channels" and selecting your desired channels. For more details, see [Working with Slack](/docs/features/slack-interactions#4-passive-channel-listening).
41+
* **Slack Passive Channel Listening:** Automatically monitor specific Slack channels and create documentation suggestions when conversations go quiet for 10 minutes. This opt-in feature lets you select which channels to monitor.
4242

4343
* **Slack Private Channel Support:** Promptless now works properly in private Slack channels when invited, fixing previous permission issues.
4444

0 commit comments

Comments
 (0)