Skip to content
Merged
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
8 changes: 2 additions & 6 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ navigation:
contents:
- page: Account Management
path: ./docs/account-management.mdx
- section: Self-Hosting
icon: fa-regular fa-server
path: ./docs/self-hosting/index.mdx
contents:
- page: Kubernetes + Helm
path: ./docs/self-hosting/kubernetes-helm.mdx
- section: Security and Privacy
icon: fa-regular fa-shield
path: ./docs/security-and-privacy/index.md
Expand All @@ -109,6 +103,8 @@ navigation:
layout:
- section: Changelogs
contents:
- page: October 2025
path: ./docs/changelogs/2025-10.md
- page: July 2025
path: ./docs/changelogs/2025-07.md
- page: June 2025
Expand Down
45 changes: 45 additions & 0 deletions fern/docs/changelogs/2025-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: October 2025
---

**What's New:**

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

<Frame>
<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" />
</Frame>

<Frame>
<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" />
</Frame>

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

<Frame>
<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" />
</Frame>

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

<Frame>
<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" />
</Frame>

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

<Frame>
<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" />
</Frame>

<Frame>
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/github-multi-org-project-modal-1759957824.png" alt="Project modal showing repository names prefixed with organization names" />
</Frame>

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

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

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

* **Descriptive Commit Messages:** Promptless PRs now use the suggestion title as the commit message instead of generic "Documentation updates from Promptless" text. This keeps your git history more informative and easier to track—especially helpful if you don't use squash-merge.
15 changes: 15 additions & 0 deletions fern/docs/features/web-ui-feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,19 @@ When providing feedback through the web interface, you'll see two checkbox optio
- "Use active voice instead of passive voice"
- "Include troubleshooting sections for configuration guides"

### Triggers page

The Triggers page shows all events that triggered Promptless to review your documentation over the last 30 days. Each entry displays:

- **Trigger source**: The event that fired (like a GitHub PR or Slack message)
- **Status**: Whether Promptless completed processing, is still working, or hit an error
- **Suggestions created**: Whether documentation updates were created from this trigger
- **Timestamp**: When the trigger happened

<Frame>
<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" />
</Frame>

Use the filters at the top to narrow down by trigger type or suggestion status. Click any trigger to see the full details, including what research Promptless did and why it decided to create (or skip) documentation updates.

Need help with the web interface? Contact us at [help@gopromptless.ai](mailto:help@gopromptless.ai).